ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_resize.yml ***************************************************** 1 plays in /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml PLAY [Test resize] ************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:2 Sunday 06 July 2025 12:51:34 -0400 (0:00:00.303) 0:00:00.303 *********** ok: [managed-node12] META: ran handlers TASK [Run the role] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:21 Sunday 06 July 2025 12:51:39 -0400 (0:00:05.646) 0:00:05.950 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 12:51:40 -0400 (0:00:00.559) 0:00:06.509 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 12:51:40 -0400 (0:00:00.508) 0:00:07.017 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 12:51:41 -0400 (0:00:00.688) 0:00:07.706 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 12:51:42 -0400 (0:00:00.920) 0:00:08.626 *********** ok: [managed-node12] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 12:51:45 -0400 (0:00:03.160) 0:00:11.787 *********** ok: [managed-node12] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 12:51:46 -0400 (0:00:00.671) 0:00:12.458 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 12:51:46 -0400 (0:00:00.291) 0:00:12.749 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 12:51:46 -0400 (0:00:00.365) 0:00:13.115 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 12:51:47 -0400 (0:00:00.956) 0:00:14.071 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed", "1:python2-blivet3-3.1.3-3.el7.noarch providing python-blivet3 is already installed", "libblockdev-crypto-2.18-5.el7.x86_64 providing libblockdev-crypto is already installed", "libblockdev-dm-2.18-5.el7.x86_64 providing libblockdev-dm is already installed", "libblockdev-lvm-2.18-5.el7.x86_64 providing libblockdev-lvm is already installed", "libblockdev-mdraid-2.18-5.el7.x86_64 providing libblockdev-mdraid is already installed", "libblockdev-swap-2.18-5.el7.x86_64 providing libblockdev-swap is already installed", "libblockdev-2.18-5.el7.x86_64 providing libblockdev is already installed" ] } lsrpackages: libblockdev libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python-blivet3 python-enum34 TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 12:51:52 -0400 (0:00:04.558) 0:00:18.630 *********** ok: [managed-node12] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 12:51:52 -0400 (0:00:00.634) 0:00:19.265 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 12:51:53 -0400 (0:00:00.650) 0:00:19.915 *********** ok: [managed-node12] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 12:51:58 -0400 (0:00:04.527) 0:00:24.443 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Sunday 06 July 2025 12:51:58 -0400 (0:00:00.775) 0:00:25.219 *********** TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Sunday 06 July 2025 12:51:59 -0400 (0:00:00.240) 0:00:25.460 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Sunday 06 July 2025 12:51:59 -0400 (0:00:00.238) 0:00:25.698 *********** TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 12:51:59 -0400 (0:00:00.211) 0:00:25.909 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "kpartx-0.4.9-136.el7_9.x86_64 providing kpartx is already installed" ] } lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 12:52:01 -0400 (0:00:02.071) 0:00:27.981 *********** ok: [managed-node12] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "brandbot.service": { "name": "brandbot.service", "source": "systemd", "state": "inactive", "status": "static" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "console-shell.service": { "name": "console-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.import1.service": { "name": "dbus-org.freedesktop.import1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.machine1.service": { "name": "dbus-org.freedesktop.machine1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmetad.service": { "name": "lvm2-lvmetad.service", "source": "systemd", "state": "running", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "netconsole": { "name": "netconsole", "source": "sysv", "state": "stopped", "status": "disabled" }, "network": { "name": "network", "source": "sysv", "state": "running", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-config.service": { "name": "nfs-config.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-idmap.service": { "name": "nfs-idmap.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-lock.service": { "name": "nfs-lock.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-rquotad.service": { "name": "nfs-rquotad.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-secure.service": { "name": "nfs-secure.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs.service": { "name": "nfs.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfslock.service": { "name": "nfslock.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "postfix.service": { "name": "postfix.service", "source": "systemd", "state": "running", "status": "enabled" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rhel-autorelabel-mark.service": { "name": "rhel-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-autorelabel.service": { "name": "rhel-autorelabel.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-configure.service": { "name": "rhel-configure.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-dmesg.service": { "name": "rhel-dmesg.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-domainname.service": { "name": "rhel-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-import-state.service": { "name": "rhel-import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-loadmodules.service": { "name": "rhel-loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-readonly.service": { "name": "rhel-readonly.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-rquotad.service": { "name": "rpc-rquotad.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpcgssd.service": { "name": "rpcgssd.service", "source": "systemd", "state": "inactive", "status": "static" }, "rpcidmapd.service": { "name": "rpcidmapd.service", "source": "systemd", "state": "inactive", "status": "static" }, "rsyncd.service": { "name": "rsyncd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyncd@.service": { "name": "rsyncd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-policy-migrate-local-changes@.service": { "name": "selinux-policy-migrate-local-changes@.service", "source": "systemd", "state": "unknown", "status": "static" }, "selinux-policy-migrate-local-changes@targeted.service": { "name": "selinux-policy-migrate-local-changes@targeted.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "unknown" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "static" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bootchart.service": { "name": "systemd-bootchart.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-importd.service": { "name": "systemd-importd.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-machined.service": { "name": "systemd-machined.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-nspawn@.service": { "name": "systemd-nspawn@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-readahead-collect.service": { "name": "systemd-readahead-collect.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-readahead-done.service": { "name": "systemd-readahead-done.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "systemd-readahead-drop.service": { "name": "systemd-readahead-drop.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "systemd-readahead-replay.service": { "name": "systemd-readahead-replay.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill@.service": { "name": "systemd-rfkill@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-shutdownd.service": { "name": "systemd-shutdownd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "wpa_supplicant.service": { "name": "wpa_supplicant.service", "source": "systemd", "state": "inactive", "status": "disabled" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 12:52:06 -0400 (0:00:04.510) 0:00:32.492 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 12:52:06 -0400 (0:00:00.370) 0:00:32.863 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 12:52:06 -0400 (0:00:00.217) 0:00:33.080 *********** ok: [managed-node12] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 12:52:08 -0400 (0:00:02.180) 0:00:35.261 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 12:52:09 -0400 (0:00:00.297) 0:00:35.559 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751820630.8232, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1751820628.9541926, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751820628.9541926, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 12:52:10 -0400 (0:00:01.602) 0:00:37.162 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 12:52:11 -0400 (0:00:00.415) 0:00:37.577 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 12:52:11 -0400 (0:00:00.336) 0:00:37.914 *********** ok: [managed-node12] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 12:52:12 -0400 (0:00:00.478) 0:00:38.392 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 12:52:12 -0400 (0:00:00.324) 0:00:38.717 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 12:52:12 -0400 (0:00:00.420) 0:00:39.137 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 12:52:13 -0400 (0:00:00.679) 0:00:39.817 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 12:52:13 -0400 (0:00:00.353) 0:00:40.170 *********** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 12:52:14 -0400 (0:00:00.303) 0:00:40.474 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 12:52:14 -0400 (0:00:00.316) 0:00:40.790 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 12:52:15 -0400 (0:00:00.647) 0:00:41.438 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 12:52:16 -0400 (0:00:01.639) 0:00:43.077 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 12:52:16 -0400 (0:00:00.123) 0:00:43.200 *********** ok: [managed-node12] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:25 Sunday 06 July 2025 12:52:19 -0400 (0:00:02.357) 0:00:45.558 *********** ok: [managed-node12] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:32 Sunday 06 July 2025 12:52:19 -0400 (0:00:00.436) 0:00:45.994 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node12 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Sunday 06 July 2025 12:52:20 -0400 (0:00:00.678) 0:00:46.672 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "util-linux-2.23.2-65.el7_9.1.x86_64 providing util-linux is already installed" ] } lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Sunday 06 July 2025 12:52:22 -0400 (0:00:01.989) 0:00:48.662 *********** ok: [managed-node12] => { "changed": false, "disks": [ "sda" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '268435456000'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Sunday 06 July 2025 12:52:25 -0400 (0:00:02.991) 0:00:51.653 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Sunday 06 July 2025 12:52:25 -0400 (0:00:00.301) 0:00:51.955 *********** ok: [managed-node12] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Sunday 06 July 2025 12:52:26 -0400 (0:00:00.464) 0:00:52.420 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Sunday 06 July 2025 12:52:26 -0400 (0:00:00.489) 0:00:52.910 *********** ok: [managed-node12] => { "unused_disks": [ "sda" ] } TASK [Create one LVM logical volume under one volume group with size 5g] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:42 Sunday 06 July 2025 12:52:26 -0400 (0:00:00.351) 0:00:53.261 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 12:52:27 -0400 (0:00:00.744) 0:00:54.005 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 12:52:28 -0400 (0:00:00.589) 0:00:54.595 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 12:52:28 -0400 (0:00:00.391) 0:00:54.987 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 12:52:29 -0400 (0:00:00.815) 0:00:55.803 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 12:52:29 -0400 (0:00:00.325) 0:00:56.128 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 12:52:30 -0400 (0:00:00.451) 0:00:56.579 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 12:52:30 -0400 (0:00:00.393) 0:00:56.973 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 12:52:31 -0400 (0:00:00.388) 0:00:57.361 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 12:52:32 -0400 (0:00:01.051) 0:00:58.413 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 12:52:32 -0400 (0:00:00.396) 0:00:58.810 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 12:52:33 -0400 (0:00:00.533) 0:00:59.343 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 12:52:33 -0400 (0:00:00.522) 0:00:59.865 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 12:52:34 -0400 (0:00:00.479) 0:01:00.345 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 12:52:34 -0400 (0:00:00.313) 0:01:00.658 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 12:52:34 -0400 (0:00:00.306) 0:01:00.965 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 12:52:35 -0400 (0:00:00.359) 0:01:01.325 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 12:52:35 -0400 (0:00:00.559) 0:01:01.884 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 12:52:35 -0400 (0:00:00.414) 0:01:02.298 *********** changed: [managed-node12] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 12:52:43 -0400 (0:00:07.888) 0:01:10.187 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 12:52:44 -0400 (0:00:00.388) 0:01:10.576 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751820630.8232, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1751820628.9541926, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751820628.9541926, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 12:52:46 -0400 (0:00:02.023) 0:01:12.600 *********** ok: [managed-node12] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 12:52:49 -0400 (0:00:03.271) 0:01:15.871 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 12:52:49 -0400 (0:00:00.369) 0:01:16.240 *********** ok: [managed-node12] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 12:52:50 -0400 (0:00:00.708) 0:01:16.949 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 12:52:51 -0400 (0:00:00.465) 0:01:17.414 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 12:52:51 -0400 (0:00:00.620) 0:01:18.035 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 12:52:52 -0400 (0:00:00.495) 0:01:18.531 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 12:52:57 -0400 (0:00:05.260) 0:01:23.791 *********** changed: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 12:53:01 -0400 (0:00:03.653) 0:01:27.445 *********** skipping: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 12:53:01 -0400 (0:00:00.563) 0:01:28.008 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 12:53:03 -0400 (0:00:02.106) 0:01:30.114 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 12:53:05 -0400 (0:00:01.961) 0:01:32.076 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 12:53:06 -0400 (0:00:00.494) 0:01:32.571 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:59 Sunday 06 July 2025 12:53:08 -0400 (0:00:02.653) 0:01:35.224 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 12:53:09 -0400 (0:00:00.616) 0:01:35.840 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 12:53:10 -0400 (0:00:00.486) 0:01:36.327 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 12:53:10 -0400 (0:00:00.548) 0:01:36.875 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "15836761-984d-4acd-86b0-30688d4c71e6" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "RAbxnT-HRvH-bhbU-xD1p-il3J-qxku-OTjh33" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 12:53:15 -0400 (0:00:04.820) 0:01:41.696 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003181", "end": "2025-07-06 12:53:18.468764", "rc": 0, "start": "2025-07-06 12:53:18.465583" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 12:53:18 -0400 (0:00:03.499) 0:01:45.195 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002478", "end": "2025-07-06 12:53:20.171307", "failed_when_result": false, "rc": 0, "start": "2025-07-06 12:53:20.168829" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 12:53:20 -0400 (0:00:01.734) 0:01:46.930 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 12:53:21 -0400 (0:00:00.947) 0:01:47.878 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 12:53:21 -0400 (0:00:00.329) 0:01:48.207 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018319", "end": "2025-07-06 12:53:23.265195", "rc": 0, "start": "2025-07-06 12:53:23.246876" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 12:53:23 -0400 (0:00:01.738) 0:01:49.945 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 12:53:24 -0400 (0:00:00.527) 0:01:50.472 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 12:53:25 -0400 (0:00:00.958) 0:01:51.431 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 12:53:25 -0400 (0:00:00.354) 0:01:51.786 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 12:53:28 -0400 (0:00:02.901) 0:01:54.687 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 12:53:28 -0400 (0:00:00.521) 0:01:55.209 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 12:53:29 -0400 (0:00:00.514) 0:01:55.723 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 12:53:29 -0400 (0:00:00.435) 0:01:56.159 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 12:53:30 -0400 (0:00:00.271) 0:01:56.431 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 12:53:30 -0400 (0:00:00.575) 0:01:57.006 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 12:53:31 -0400 (0:00:00.572) 0:01:57.579 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 12:53:32 -0400 (0:00:00.858) 0:01:58.438 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 12:53:33 -0400 (0:00:01.858) 0:02:00.296 *********** skipping: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 12:53:34 -0400 (0:00:00.623) 0:02:00.919 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 12:53:35 -0400 (0:00:00.952) 0:02:01.871 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 12:53:35 -0400 (0:00:00.343) 0:02:02.215 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 12:53:36 -0400 (0:00:00.431) 0:02:02.647 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 12:53:36 -0400 (0:00:00.271) 0:02:02.918 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 12:53:37 -0400 (0:00:00.485) 0:02:03.403 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 12:53:37 -0400 (0:00:00.412) 0:02:03.815 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 12:53:38 -0400 (0:00:00.526) 0:02:04.342 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 12:53:38 -0400 (0:00:00.474) 0:02:04.816 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 12:53:39 -0400 (0:00:00.688) 0:02:05.505 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 12:53:39 -0400 (0:00:00.495) 0:02:06.001 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 12:53:40 -0400 (0:00:00.646) 0:02:06.647 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 12:53:40 -0400 (0:00:00.426) 0:02:07.074 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 12:53:41 -0400 (0:00:00.643) 0:02:07.717 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 12:53:42 -0400 (0:00:01.016) 0:02:08.734 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 12:53:42 -0400 (0:00:00.531) 0:02:09.265 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 12:53:43 -0400 (0:00:00.488) 0:02:09.754 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 12:53:43 -0400 (0:00:00.540) 0:02:10.294 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 12:53:44 -0400 (0:00:00.490) 0:02:10.785 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 12:53:45 -0400 (0:00:00.882) 0:02:11.667 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 12:53:45 -0400 (0:00:00.513) 0:02:12.181 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 12:53:46 -0400 (0:00:00.431) 0:02:12.612 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 12:53:47 -0400 (0:00:01.239) 0:02:13.851 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 12:53:48 -0400 (0:00:00.790) 0:02:14.642 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 12:53:48 -0400 (0:00:00.434) 0:02:15.077 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 12:53:49 -0400 (0:00:00.478) 0:02:15.555 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 12:53:49 -0400 (0:00:00.507) 0:02:16.062 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 12:53:50 -0400 (0:00:00.405) 0:02:16.467 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 12:53:51 -0400 (0:00:01.023) 0:02:17.491 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 12:53:51 -0400 (0:00:00.676) 0:02:18.167 *********** skipping: [managed-node12] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 12:53:52 -0400 (0:00:00.717) 0:02:18.885 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node12 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Sunday 06 July 2025 12:53:53 -0400 (0:00:00.910) 0:02:19.795 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Sunday 06 July 2025 12:53:54 -0400 (0:00:00.553) 0:02:20.349 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Sunday 06 July 2025 12:53:54 -0400 (0:00:00.508) 0:02:20.857 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Sunday 06 July 2025 12:53:55 -0400 (0:00:00.472) 0:02:21.329 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Sunday 06 July 2025 12:53:55 -0400 (0:00:00.501) 0:02:21.831 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Sunday 06 July 2025 12:53:55 -0400 (0:00:00.408) 0:02:22.240 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 12:53:56 -0400 (0:00:00.524) 0:02:22.764 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 12:53:56 -0400 (0:00:00.402) 0:02:23.167 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 12:53:58 -0400 (0:00:01.138) 0:02:24.305 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 12:53:58 -0400 (0:00:00.988) 0:02:25.293 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 12:53:59 -0400 (0:00:00.391) 0:02:25.685 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 12:54:00 -0400 (0:00:00.635) 0:02:26.320 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 12:54:00 -0400 (0:00:00.370) 0:02:26.690 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 12:54:00 -0400 (0:00:00.600) 0:02:27.291 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 12:54:01 -0400 (0:00:00.394) 0:02:27.685 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 12:54:01 -0400 (0:00:00.372) 0:02:28.058 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 12:54:02 -0400 (0:00:00.457) 0:02:28.516 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 12:54:03 -0400 (0:00:01.078) 0:02:29.595 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 12:54:03 -0400 (0:00:00.400) 0:02:29.995 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 12:54:04 -0400 (0:00:00.445) 0:02:30.440 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 12:54:04 -0400 (0:00:00.381) 0:02:30.822 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 12:54:04 -0400 (0:00:00.399) 0:02:31.222 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 12:54:05 -0400 (0:00:00.471) 0:02:31.694 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 12:54:05 -0400 (0:00:00.388) 0:02:32.082 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 12:54:06 -0400 (0:00:00.463) 0:02:32.546 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 12:54:06 -0400 (0:00:00.413) 0:02:32.960 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 12:54:07 -0400 (0:00:00.930) 0:02:33.890 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 12:54:07 -0400 (0:00:00.389) 0:02:34.279 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 12:54:10 -0400 (0:00:02.614) 0:02:36.894 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 12:54:11 -0400 (0:00:00.455) 0:02:37.350 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 12:54:11 -0400 (0:00:00.486) 0:02:37.836 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 12:54:12 -0400 (0:00:00.548) 0:02:38.384 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 12:54:12 -0400 (0:00:00.474) 0:02:38.859 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 12:54:13 -0400 (0:00:00.594) 0:02:39.453 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 12:54:13 -0400 (0:00:00.522) 0:02:39.976 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 12:54:14 -0400 (0:00:00.697) 0:02:40.673 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 12:54:14 -0400 (0:00:00.503) 0:02:41.177 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 12:54:15 -0400 (0:00:00.468) 0:02:41.646 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 12:54:15 -0400 (0:00:00.654) 0:02:42.300 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 12:54:16 -0400 (0:00:00.412) 0:02:42.713 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 12:54:17 -0400 (0:00:00.657) 0:02:43.371 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 12:54:17 -0400 (0:00:00.389) 0:02:43.761 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 12:54:17 -0400 (0:00:00.497) 0:02:44.259 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 12:54:18 -0400 (0:00:00.313) 0:02:44.573 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 12:54:18 -0400 (0:00:00.626) 0:02:45.199 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 12:54:19 -0400 (0:00:00.519) 0:02:45.719 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 12:54:19 -0400 (0:00:00.517) 0:02:46.236 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 12:54:20 -0400 (0:00:00.612) 0:02:46.848 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751820763.255726, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751820763.255726, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 192044, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751820763.255726, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 12:54:22 -0400 (0:00:02.184) 0:02:49.033 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 12:54:23 -0400 (0:00:00.444) 0:02:49.477 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 12:54:23 -0400 (0:00:00.410) 0:02:49.888 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 12:54:24 -0400 (0:00:00.542) 0:02:50.431 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 12:54:24 -0400 (0:00:00.422) 0:02:50.854 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 12:54:25 -0400 (0:00:00.511) 0:02:51.365 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 12:54:25 -0400 (0:00:00.549) 0:02:51.915 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 12:54:25 -0400 (0:00:00.365) 0:02:52.281 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 12:54:28 -0400 (0:00:02.193) 0:02:54.474 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 12:54:28 -0400 (0:00:00.398) 0:02:54.873 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 12:54:28 -0400 (0:00:00.304) 0:02:55.177 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 12:54:29 -0400 (0:00:00.712) 0:02:55.890 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 12:54:30 -0400 (0:00:00.451) 0:02:56.342 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 12:54:30 -0400 (0:00:00.459) 0:02:56.801 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 12:54:31 -0400 (0:00:01.058) 0:02:57.859 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 12:54:31 -0400 (0:00:00.415) 0:02:58.275 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 12:54:32 -0400 (0:00:00.487) 0:02:58.763 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 12:54:32 -0400 (0:00:00.519) 0:02:59.282 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 12:54:33 -0400 (0:00:00.675) 0:02:59.958 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 12:54:34 -0400 (0:00:00.357) 0:03:00.315 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 12:54:34 -0400 (0:00:00.579) 0:03:00.894 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 12:54:35 -0400 (0:00:00.860) 0:03:01.754 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 12:54:36 -0400 (0:00:00.579) 0:03:02.334 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 12:54:36 -0400 (0:00:00.499) 0:03:02.833 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 12:54:36 -0400 (0:00:00.448) 0:03:03.282 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 12:54:37 -0400 (0:00:00.347) 0:03:03.630 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 12:54:37 -0400 (0:00:00.349) 0:03:03.980 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 12:54:38 -0400 (0:00:00.462) 0:03:04.443 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 12:54:38 -0400 (0:00:00.394) 0:03:04.838 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 12:54:39 -0400 (0:00:00.499) 0:03:05.337 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 12:54:39 -0400 (0:00:00.468) 0:03:05.805 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 12:54:39 -0400 (0:00:00.355) 0:03:06.161 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 12:54:40 -0400 (0:00:00.467) 0:03:06.628 *********** ok: [managed-node12] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 12:54:43 -0400 (0:00:03.099) 0:03:09.727 *********** ok: [managed-node12] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 12:54:45 -0400 (0:00:02.072) 0:03:11.800 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 12:54:46 -0400 (0:00:00.607) 0:03:12.407 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 12:54:46 -0400 (0:00:00.393) 0:03:12.801 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 12:54:48 -0400 (0:00:02.098) 0:03:14.899 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 12:54:48 -0400 (0:00:00.367) 0:03:15.267 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 12:54:49 -0400 (0:00:00.613) 0:03:15.881 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 12:54:50 -0400 (0:00:00.463) 0:03:16.344 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 12:54:50 -0400 (0:00:00.438) 0:03:16.783 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 12:54:50 -0400 (0:00:00.453) 0:03:17.236 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 12:54:51 -0400 (0:00:00.576) 0:03:17.813 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 12:54:51 -0400 (0:00:00.307) 0:03:18.120 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 12:54:52 -0400 (0:00:00.405) 0:03:18.526 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 12:54:52 -0400 (0:00:00.366) 0:03:18.892 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 12:54:52 -0400 (0:00:00.330) 0:03:19.223 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 12:54:53 -0400 (0:00:00.330) 0:03:19.554 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 12:54:53 -0400 (0:00:00.284) 0:03:19.839 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 12:54:53 -0400 (0:00:00.457) 0:03:20.296 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 12:54:54 -0400 (0:00:00.467) 0:03:20.764 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 12:54:54 -0400 (0:00:00.404) 0:03:21.168 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 12:54:55 -0400 (0:00:00.419) 0:03:21.588 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 12:54:55 -0400 (0:00:00.426) 0:03:22.015 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 12:54:56 -0400 (0:00:00.426) 0:03:22.441 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 12:54:56 -0400 (0:00:00.351) 0:03:22.792 *********** ok: [managed-node12] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 12:54:56 -0400 (0:00:00.352) 0:03:23.145 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 12:54:57 -0400 (0:00:00.516) 0:03:23.661 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 12:54:57 -0400 (0:00:00.472) 0:03:24.133 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.014425", "end": "2025-07-06 12:54:59.190994", "rc": 0, "start": "2025-07-06 12:54:59.176569" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 12:54:59 -0400 (0:00:01.941) 0:03:26.075 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 12:55:00 -0400 (0:00:00.346) 0:03:26.421 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 12:55:00 -0400 (0:00:00.547) 0:03:26.969 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 12:55:01 -0400 (0:00:00.514) 0:03:27.483 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 12:55:01 -0400 (0:00:00.468) 0:03:27.952 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 12:55:01 -0400 (0:00:00.287) 0:03:28.240 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 12:55:02 -0400 (0:00:00.443) 0:03:28.683 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 12:55:02 -0400 (0:00:00.375) 0:03:29.058 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 12:55:02 -0400 (0:00:00.203) 0:03:29.262 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume_size to 9g] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:62 Sunday 06 July 2025 12:55:03 -0400 (0:00:00.532) 0:03:29.794 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 12:55:04 -0400 (0:00:00.673) 0:03:30.468 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 12:55:04 -0400 (0:00:00.510) 0:03:30.978 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 12:55:05 -0400 (0:00:00.410) 0:03:31.388 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 12:55:05 -0400 (0:00:00.835) 0:03:32.224 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 12:55:06 -0400 (0:00:00.238) 0:03:32.462 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 12:55:06 -0400 (0:00:00.281) 0:03:32.744 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 12:55:06 -0400 (0:00:00.342) 0:03:33.086 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 12:55:07 -0400 (0:00:00.312) 0:03:33.446 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 12:55:07 -0400 (0:00:00.798) 0:03:34.244 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 12:55:08 -0400 (0:00:00.279) 0:03:34.524 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 12:55:08 -0400 (0:00:00.452) 0:03:34.976 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 12:55:08 -0400 (0:00:00.281) 0:03:35.258 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 12:55:09 -0400 (0:00:00.340) 0:03:35.599 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 12:55:09 -0400 (0:00:00.344) 0:03:35.943 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 12:55:10 -0400 (0:00:00.528) 0:03:36.472 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 12:55:10 -0400 (0:00:00.326) 0:03:36.798 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 12:55:11 -0400 (0:00:00.554) 0:03:37.353 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 12:55:11 -0400 (0:00:00.235) 0:03:37.588 *********** changed: [managed-node12] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 12:55:17 -0400 (0:00:06.338) 0:03:43.927 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 12:55:17 -0400 (0:00:00.324) 0:03:44.251 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751820780.7247953, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b95df90798c1adba66c669f2bd76d2d16d86df5", "ctime": 1751820780.7217953, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751820780.7217953, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 12:55:19 -0400 (0:00:01.615) 0:03:45.867 *********** ok: [managed-node12] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 12:55:21 -0400 (0:00:01.629) 0:03:47.496 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 12:55:21 -0400 (0:00:00.377) 0:03:47.874 *********** ok: [managed-node12] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 12:55:22 -0400 (0:00:00.541) 0:03:48.415 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 12:55:22 -0400 (0:00:00.302) 0:03:48.717 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 12:55:22 -0400 (0:00:00.408) 0:03:49.125 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 12:55:23 -0400 (0:00:00.269) 0:03:49.395 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 12:55:25 -0400 (0:00:01.917) 0:03:51.313 *********** changed: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 12:55:26 -0400 (0:00:01.836) 0:03:53.149 *********** skipping: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 12:55:27 -0400 (0:00:00.430) 0:03:53.579 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 12:55:28 -0400 (0:00:01.587) 0:03:55.167 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 12:55:30 -0400 (0:00:01.671) 0:03:56.838 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 12:55:30 -0400 (0:00:00.345) 0:03:57.183 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:76 Sunday 06 July 2025 12:55:33 -0400 (0:00:02.244) 0:03:59.428 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 12:55:33 -0400 (0:00:00.472) 0:03:59.901 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 12:55:34 -0400 (0:00:00.474) 0:04:00.375 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 12:55:34 -0400 (0:00:00.455) 0:04:00.831 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "15836761-984d-4acd-86b0-30688d4c71e6" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "RAbxnT-HRvH-bhbU-xD1p-il3J-qxku-OTjh33" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 12:55:36 -0400 (0:00:01.702) 0:04:02.533 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002731", "end": "2025-07-06 12:55:37.453862", "rc": 0, "start": "2025-07-06 12:55:37.451131" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 12:55:37 -0400 (0:00:01.647) 0:04:04.181 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003108", "end": "2025-07-06 12:55:39.136510", "failed_when_result": false, "rc": 0, "start": "2025-07-06 12:55:39.133402" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 12:55:39 -0400 (0:00:01.672) 0:04:05.853 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 12:55:40 -0400 (0:00:00.780) 0:04:06.668 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 12:55:40 -0400 (0:00:00.349) 0:04:07.018 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.017919", "end": "2025-07-06 12:55:41.986168", "rc": 0, "start": "2025-07-06 12:55:41.968249" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 12:55:42 -0400 (0:00:01.659) 0:04:08.678 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 12:55:42 -0400 (0:00:00.616) 0:04:09.294 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 12:55:43 -0400 (0:00:00.726) 0:04:10.021 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 12:55:44 -0400 (0:00:00.385) 0:04:10.406 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 12:55:45 -0400 (0:00:01.717) 0:04:12.123 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 12:55:46 -0400 (0:00:00.409) 0:04:12.533 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 12:55:46 -0400 (0:00:00.357) 0:04:12.890 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 12:55:47 -0400 (0:00:00.509) 0:04:13.400 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 12:55:47 -0400 (0:00:00.416) 0:04:13.817 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 12:55:47 -0400 (0:00:00.343) 0:04:14.160 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 12:55:48 -0400 (0:00:00.458) 0:04:14.619 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 12:55:48 -0400 (0:00:00.461) 0:04:15.080 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 12:55:50 -0400 (0:00:01.424) 0:04:16.505 *********** skipping: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 12:55:50 -0400 (0:00:00.276) 0:04:16.782 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 12:55:51 -0400 (0:00:00.553) 0:04:17.336 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 12:55:51 -0400 (0:00:00.392) 0:04:17.728 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 12:55:51 -0400 (0:00:00.315) 0:04:18.044 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 12:55:52 -0400 (0:00:00.312) 0:04:18.357 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 12:55:52 -0400 (0:00:00.220) 0:04:18.577 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 12:55:52 -0400 (0:00:00.567) 0:04:19.144 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 12:55:53 -0400 (0:00:00.341) 0:04:19.486 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 12:55:53 -0400 (0:00:00.276) 0:04:19.762 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 12:55:53 -0400 (0:00:00.326) 0:04:20.089 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 12:55:54 -0400 (0:00:00.346) 0:04:20.435 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 12:55:54 -0400 (0:00:00.346) 0:04:20.782 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 12:55:54 -0400 (0:00:00.378) 0:04:21.160 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 12:55:55 -0400 (0:00:00.796) 0:04:21.957 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 12:55:56 -0400 (0:00:00.784) 0:04:22.741 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 12:55:56 -0400 (0:00:00.472) 0:04:23.214 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 12:55:57 -0400 (0:00:00.362) 0:04:23.577 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 12:55:57 -0400 (0:00:00.376) 0:04:23.954 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 12:55:57 -0400 (0:00:00.306) 0:04:24.260 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 12:55:58 -0400 (0:00:00.413) 0:04:24.673 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 12:55:58 -0400 (0:00:00.364) 0:04:25.038 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 12:55:59 -0400 (0:00:00.446) 0:04:25.485 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 12:55:59 -0400 (0:00:00.651) 0:04:26.136 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 12:56:00 -0400 (0:00:00.902) 0:04:27.039 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 12:56:01 -0400 (0:00:00.382) 0:04:27.421 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 12:56:01 -0400 (0:00:00.294) 0:04:27.715 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 12:56:01 -0400 (0:00:00.393) 0:04:28.109 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 12:56:02 -0400 (0:00:00.321) 0:04:28.430 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 12:56:03 -0400 (0:00:00.875) 0:04:29.305 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 12:56:03 -0400 (0:00:00.449) 0:04:29.754 *********** skipping: [managed-node12] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 12:56:03 -0400 (0:00:00.378) 0:04:30.132 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node12 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Sunday 06 July 2025 12:56:04 -0400 (0:00:00.765) 0:04:30.898 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Sunday 06 July 2025 12:56:05 -0400 (0:00:00.451) 0:04:31.349 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Sunday 06 July 2025 12:56:05 -0400 (0:00:00.389) 0:04:31.739 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Sunday 06 July 2025 12:56:05 -0400 (0:00:00.269) 0:04:32.008 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Sunday 06 July 2025 12:56:06 -0400 (0:00:00.364) 0:04:32.373 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Sunday 06 July 2025 12:56:06 -0400 (0:00:00.344) 0:04:32.718 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 12:56:06 -0400 (0:00:00.447) 0:04:33.165 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 12:56:07 -0400 (0:00:00.397) 0:04:33.563 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 12:56:08 -0400 (0:00:00.787) 0:04:34.350 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 12:56:08 -0400 (0:00:00.711) 0:04:35.062 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 12:56:09 -0400 (0:00:00.387) 0:04:35.449 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 12:56:09 -0400 (0:00:00.391) 0:04:35.841 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 12:56:09 -0400 (0:00:00.454) 0:04:36.296 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 12:56:10 -0400 (0:00:00.265) 0:04:36.561 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 12:56:10 -0400 (0:00:00.308) 0:04:36.870 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 12:56:10 -0400 (0:00:00.281) 0:04:37.152 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 12:56:11 -0400 (0:00:00.436) 0:04:37.588 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 12:56:12 -0400 (0:00:00.771) 0:04:38.360 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 12:56:12 -0400 (0:00:00.345) 0:04:38.705 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 12:56:12 -0400 (0:00:00.416) 0:04:39.121 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 12:56:13 -0400 (0:00:00.729) 0:04:39.851 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 12:56:13 -0400 (0:00:00.266) 0:04:40.117 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 12:56:14 -0400 (0:00:00.322) 0:04:40.440 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 12:56:14 -0400 (0:00:00.325) 0:04:40.765 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 12:56:14 -0400 (0:00:00.392) 0:04:41.158 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 12:56:15 -0400 (0:00:00.419) 0:04:41.577 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 12:56:15 -0400 (0:00:00.690) 0:04:42.303 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 12:56:16 -0400 (0:00:00.423) 0:04:42.726 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 12:56:18 -0400 (0:00:02.032) 0:04:44.759 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 12:56:18 -0400 (0:00:00.314) 0:04:45.073 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 12:56:19 -0400 (0:00:00.347) 0:04:45.420 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 12:56:19 -0400 (0:00:00.379) 0:04:45.799 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 12:56:19 -0400 (0:00:00.497) 0:04:46.297 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 12:56:20 -0400 (0:00:00.447) 0:04:46.744 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 12:56:20 -0400 (0:00:00.346) 0:04:47.091 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 12:56:21 -0400 (0:00:00.363) 0:04:47.455 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 12:56:21 -0400 (0:00:00.432) 0:04:47.888 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 12:56:21 -0400 (0:00:00.178) 0:04:48.066 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 12:56:22 -0400 (0:00:00.338) 0:04:48.405 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 12:56:22 -0400 (0:00:00.246) 0:04:48.652 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 12:56:22 -0400 (0:00:00.456) 0:04:49.109 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 12:56:22 -0400 (0:00:00.166) 0:04:49.275 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 12:56:23 -0400 (0:00:00.350) 0:04:49.626 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 12:56:23 -0400 (0:00:00.312) 0:04:49.938 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 12:56:24 -0400 (0:00:00.371) 0:04:50.310 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 12:56:24 -0400 (0:00:00.283) 0:04:50.594 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 12:56:24 -0400 (0:00:00.498) 0:04:51.092 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 12:56:25 -0400 (0:00:00.548) 0:04:51.640 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751820917.086337, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751820917.086337, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 192044, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751820917.086337, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 12:56:26 -0400 (0:00:01.547) 0:04:53.188 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 12:56:27 -0400 (0:00:00.448) 0:04:53.637 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 12:56:27 -0400 (0:00:00.302) 0:04:53.939 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 12:56:28 -0400 (0:00:00.427) 0:04:54.367 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 12:56:28 -0400 (0:00:00.408) 0:04:54.776 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 12:56:28 -0400 (0:00:00.325) 0:04:55.101 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 12:56:29 -0400 (0:00:00.442) 0:04:55.544 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 12:56:29 -0400 (0:00:00.366) 0:04:55.910 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 12:56:31 -0400 (0:00:01.941) 0:04:57.852 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 12:56:31 -0400 (0:00:00.374) 0:04:58.226 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 12:56:32 -0400 (0:00:00.320) 0:04:58.547 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 12:56:32 -0400 (0:00:00.443) 0:04:58.990 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 12:56:33 -0400 (0:00:00.416) 0:04:59.407 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 12:56:33 -0400 (0:00:00.349) 0:04:59.757 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 12:56:34 -0400 (0:00:00.616) 0:05:00.374 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 12:56:34 -0400 (0:00:00.384) 0:05:00.758 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 12:56:34 -0400 (0:00:00.332) 0:05:01.090 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 12:56:35 -0400 (0:00:00.431) 0:05:01.522 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 12:56:35 -0400 (0:00:00.502) 0:05:02.024 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 12:56:36 -0400 (0:00:00.411) 0:05:02.436 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 12:56:36 -0400 (0:00:00.352) 0:05:02.788 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 12:56:36 -0400 (0:00:00.458) 0:05:03.247 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 12:56:37 -0400 (0:00:00.306) 0:05:03.553 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 12:56:37 -0400 (0:00:00.293) 0:05:03.846 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 12:56:37 -0400 (0:00:00.419) 0:05:04.266 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 12:56:38 -0400 (0:00:00.372) 0:05:04.638 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 12:56:38 -0400 (0:00:00.385) 0:05:05.023 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 12:56:39 -0400 (0:00:00.323) 0:05:05.347 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 12:56:39 -0400 (0:00:00.356) 0:05:05.704 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 12:56:39 -0400 (0:00:00.490) 0:05:06.194 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 12:56:40 -0400 (0:00:00.287) 0:05:06.482 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 12:56:40 -0400 (0:00:00.428) 0:05:06.911 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 12:56:41 -0400 (0:00:00.395) 0:05:07.306 *********** ok: [managed-node12] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 12:56:42 -0400 (0:00:01.421) 0:05:08.727 *********** ok: [managed-node12] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 12:56:44 -0400 (0:00:01.750) 0:05:10.478 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 12:56:44 -0400 (0:00:00.415) 0:05:10.893 *********** ok: [managed-node12] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 12:56:44 -0400 (0:00:00.336) 0:05:11.230 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 12:56:46 -0400 (0:00:01.529) 0:05:12.810 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 12:56:47 -0400 (0:00:00.546) 0:05:13.356 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 12:56:47 -0400 (0:00:00.396) 0:05:13.753 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 12:56:47 -0400 (0:00:00.471) 0:05:14.225 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 12:56:48 -0400 (0:00:00.402) 0:05:14.627 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 12:56:48 -0400 (0:00:00.269) 0:05:14.896 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 12:56:48 -0400 (0:00:00.399) 0:05:15.296 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 12:56:49 -0400 (0:00:00.493) 0:05:15.790 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 12:56:49 -0400 (0:00:00.464) 0:05:16.254 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 12:56:50 -0400 (0:00:00.326) 0:05:16.580 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 12:56:50 -0400 (0:00:00.449) 0:05:17.030 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 12:56:51 -0400 (0:00:00.411) 0:05:17.441 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 12:56:51 -0400 (0:00:00.460) 0:05:17.902 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 12:56:51 -0400 (0:00:00.344) 0:05:18.247 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 12:56:52 -0400 (0:00:00.339) 0:05:18.586 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 12:56:52 -0400 (0:00:00.386) 0:05:18.973 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 12:56:52 -0400 (0:00:00.296) 0:05:19.269 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 12:56:53 -0400 (0:00:00.336) 0:05:19.606 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 12:56:53 -0400 (0:00:00.373) 0:05:19.979 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 12:56:54 -0400 (0:00:00.370) 0:05:20.349 *********** ok: [managed-node12] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 12:56:54 -0400 (0:00:00.341) 0:05:20.691 *********** ok: [managed-node12] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 12:56:54 -0400 (0:00:00.528) 0:05:21.263 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 12:56:55 -0400 (0:00:00.390) 0:05:21.654 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.018286", "end": "2025-07-06 12:56:56.777436", "rc": 0, "start": "2025-07-06 12:56:56.759150" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 12:56:57 -0400 (0:00:01.753) 0:05:23.408 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 12:56:57 -0400 (0:00:00.499) 0:05:23.908 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 12:56:57 -0400 (0:00:00.385) 0:05:24.293 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 12:56:58 -0400 (0:00:00.484) 0:05:24.777 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 12:56:58 -0400 (0:00:00.416) 0:05:25.194 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 12:56:59 -0400 (0:00:00.427) 0:05:25.621 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 12:56:59 -0400 (0:00:00.491) 0:05:26.113 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 12:57:00 -0400 (0:00:00.365) 0:05:26.478 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 12:57:00 -0400 (0:00:00.420) 0:05:26.898 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:79 Sunday 06 July 2025 12:57:01 -0400 (0:00:00.428) 0:05:27.327 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 12:57:01 -0400 (0:00:00.562) 0:05:27.890 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 12:57:02 -0400 (0:00:01.065) 0:05:28.956 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 12:57:02 -0400 (0:00:00.312) 0:05:29.268 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 12:57:03 -0400 (0:00:00.802) 0:05:30.071 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 12:57:04 -0400 (0:00:00.384) 0:05:30.455 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 12:57:04 -0400 (0:00:00.437) 0:05:30.893 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 12:57:04 -0400 (0:00:00.352) 0:05:31.246 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 12:57:05 -0400 (0:00:00.285) 0:05:31.531 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 12:57:06 -0400 (0:00:00.860) 0:05:32.392 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 12:57:06 -0400 (0:00:00.347) 0:05:32.739 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 12:57:06 -0400 (0:00:00.324) 0:05:33.063 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 12:57:07 -0400 (0:00:00.333) 0:05:33.397 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 12:57:07 -0400 (0:00:00.451) 0:05:33.848 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 12:57:07 -0400 (0:00:00.336) 0:05:34.185 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 12:57:08 -0400 (0:00:00.269) 0:05:34.454 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 12:57:08 -0400 (0:00:00.271) 0:05:34.726 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 12:57:08 -0400 (0:00:00.349) 0:05:35.075 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 12:57:09 -0400 (0:00:00.375) 0:05:35.450 *********** changed: [managed-node12] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 12:57:15 -0400 (0:00:06.189) 0:05:41.639 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 12:57:15 -0400 (0:00:00.376) 0:05:42.016 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751820780.7247953, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b95df90798c1adba66c669f2bd76d2d16d86df5", "ctime": 1751820780.7217953, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751820780.7217953, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 12:57:17 -0400 (0:00:01.516) 0:05:43.533 *********** ok: [managed-node12] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 12:57:18 -0400 (0:00:01.649) 0:05:45.182 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 12:57:19 -0400 (0:00:00.187) 0:05:45.370 *********** ok: [managed-node12] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 12:57:19 -0400 (0:00:00.536) 0:05:45.906 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 12:57:20 -0400 (0:00:00.489) 0:05:46.396 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 12:57:20 -0400 (0:00:00.420) 0:05:46.817 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 12:57:20 -0400 (0:00:00.267) 0:05:47.084 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 12:57:22 -0400 (0:00:01.767) 0:05:48.893 *********** changed: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 12:57:24 -0400 (0:00:01.771) 0:05:50.664 *********** skipping: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 12:57:24 -0400 (0:00:00.496) 0:05:51.161 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 12:57:26 -0400 (0:00:01.768) 0:05:52.930 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 12:57:28 -0400 (0:00:01.404) 0:05:54.334 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 12:57:28 -0400 (0:00:00.421) 0:05:54.756 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:93 Sunday 06 July 2025 12:57:31 -0400 (0:00:02.767) 0:05:57.523 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 12:57:32 -0400 (0:00:01.114) 0:05:58.638 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 12:57:32 -0400 (0:00:00.436) 0:05:59.074 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 12:57:33 -0400 (0:00:00.341) 0:05:59.416 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "15836761-984d-4acd-86b0-30688d4c71e6" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "RAbxnT-HRvH-bhbU-xD1p-il3J-qxku-OTjh33" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 12:57:34 -0400 (0:00:01.697) 0:06:01.114 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002605", "end": "2025-07-06 12:57:35.855889", "rc": 0, "start": "2025-07-06 12:57:35.853284" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 12:57:36 -0400 (0:00:01.465) 0:06:02.579 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002720", "end": "2025-07-06 12:57:37.342920", "failed_when_result": false, "rc": 0, "start": "2025-07-06 12:57:37.340200" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 12:57:37 -0400 (0:00:01.435) 0:06:04.015 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 12:57:38 -0400 (0:00:00.582) 0:06:04.597 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 12:57:38 -0400 (0:00:00.183) 0:06:04.780 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018406", "end": "2025-07-06 12:57:39.611197", "rc": 0, "start": "2025-07-06 12:57:39.592791" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 12:57:39 -0400 (0:00:01.411) 0:06:06.192 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 12:57:40 -0400 (0:00:00.540) 0:06:06.732 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 12:57:41 -0400 (0:00:00.753) 0:06:07.486 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 12:57:41 -0400 (0:00:00.373) 0:06:07.859 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 12:57:43 -0400 (0:00:01.734) 0:06:09.593 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 12:57:43 -0400 (0:00:00.335) 0:06:09.929 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 12:57:44 -0400 (0:00:00.441) 0:06:10.370 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 12:57:44 -0400 (0:00:00.368) 0:06:10.738 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 12:57:44 -0400 (0:00:00.359) 0:06:11.097 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 12:57:45 -0400 (0:00:00.489) 0:06:11.587 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 12:57:45 -0400 (0:00:00.377) 0:06:11.965 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 12:57:46 -0400 (0:00:00.508) 0:06:12.474 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 12:57:47 -0400 (0:00:01.280) 0:06:13.754 *********** skipping: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 12:57:47 -0400 (0:00:00.507) 0:06:14.261 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 12:57:48 -0400 (0:00:00.598) 0:06:14.860 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 12:57:48 -0400 (0:00:00.320) 0:06:15.181 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 12:57:49 -0400 (0:00:00.259) 0:06:15.440 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 12:57:49 -0400 (0:00:00.187) 0:06:15.628 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 12:57:49 -0400 (0:00:00.526) 0:06:16.154 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 12:57:50 -0400 (0:00:00.372) 0:06:16.527 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 12:57:50 -0400 (0:00:00.320) 0:06:16.847 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 12:57:50 -0400 (0:00:00.371) 0:06:17.219 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 12:57:51 -0400 (0:00:00.342) 0:06:17.561 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 12:57:51 -0400 (0:00:00.382) 0:06:17.944 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 12:57:52 -0400 (0:00:00.418) 0:06:18.363 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 12:57:52 -0400 (0:00:00.403) 0:06:18.767 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 12:57:53 -0400 (0:00:00.806) 0:06:19.573 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 12:57:54 -0400 (0:00:01.169) 0:06:20.743 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 12:57:54 -0400 (0:00:00.332) 0:06:21.075 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 12:57:55 -0400 (0:00:00.342) 0:06:21.417 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 12:57:55 -0400 (0:00:00.309) 0:06:21.726 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 12:57:55 -0400 (0:00:00.377) 0:06:22.104 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 12:57:56 -0400 (0:00:00.480) 0:06:22.585 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 12:57:56 -0400 (0:00:00.303) 0:06:22.889 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 12:57:56 -0400 (0:00:00.216) 0:06:23.105 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 12:57:57 -0400 (0:00:00.904) 0:06:24.010 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 12:57:58 -0400 (0:00:00.774) 0:06:24.785 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 12:57:58 -0400 (0:00:00.280) 0:06:25.065 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 12:57:59 -0400 (0:00:00.333) 0:06:25.399 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 12:57:59 -0400 (0:00:00.288) 0:06:25.688 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 12:57:59 -0400 (0:00:00.400) 0:06:26.088 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 12:58:00 -0400 (0:00:00.869) 0:06:26.958 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 12:58:00 -0400 (0:00:00.295) 0:06:27.253 *********** skipping: [managed-node12] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 12:58:01 -0400 (0:00:00.408) 0:06:27.661 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node12 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Sunday 06 July 2025 12:58:01 -0400 (0:00:00.634) 0:06:28.296 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Sunday 06 July 2025 12:58:02 -0400 (0:00:00.332) 0:06:28.629 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Sunday 06 July 2025 12:58:02 -0400 (0:00:00.435) 0:06:29.064 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Sunday 06 July 2025 12:58:03 -0400 (0:00:00.467) 0:06:29.532 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Sunday 06 July 2025 12:58:03 -0400 (0:00:00.385) 0:06:29.918 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Sunday 06 July 2025 12:58:04 -0400 (0:00:00.409) 0:06:30.328 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 12:58:04 -0400 (0:00:00.436) 0:06:30.764 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 12:58:04 -0400 (0:00:00.293) 0:06:31.058 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 12:58:05 -0400 (0:00:00.738) 0:06:31.797 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 12:58:06 -0400 (0:00:00.700) 0:06:32.497 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 12:58:06 -0400 (0:00:00.337) 0:06:32.835 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 12:58:06 -0400 (0:00:00.362) 0:06:33.198 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 12:58:07 -0400 (0:00:00.340) 0:06:33.538 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 12:58:07 -0400 (0:00:00.408) 0:06:33.947 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 12:58:08 -0400 (0:00:00.375) 0:06:34.323 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 12:58:08 -0400 (0:00:00.400) 0:06:34.724 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 12:58:08 -0400 (0:00:00.498) 0:06:35.222 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 12:58:09 -0400 (0:00:00.909) 0:06:36.131 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 12:58:10 -0400 (0:00:00.300) 0:06:36.432 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 12:58:10 -0400 (0:00:00.396) 0:06:36.829 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 12:58:10 -0400 (0:00:00.343) 0:06:37.172 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 12:58:11 -0400 (0:00:00.294) 0:06:37.467 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 12:58:11 -0400 (0:00:00.300) 0:06:37.767 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 12:58:11 -0400 (0:00:00.332) 0:06:38.100 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 12:58:12 -0400 (0:00:00.355) 0:06:38.456 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 12:58:12 -0400 (0:00:00.303) 0:06:38.759 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 12:58:13 -0400 (0:00:00.839) 0:06:39.599 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 12:58:13 -0400 (0:00:00.355) 0:06:39.954 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 12:58:15 -0400 (0:00:02.151) 0:06:42.105 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 12:58:16 -0400 (0:00:00.382) 0:06:42.488 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 12:58:16 -0400 (0:00:00.310) 0:06:42.799 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 12:58:16 -0400 (0:00:00.368) 0:06:43.167 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 12:58:17 -0400 (0:00:00.332) 0:06:43.499 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 12:58:17 -0400 (0:00:00.470) 0:06:43.970 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 12:58:17 -0400 (0:00:00.302) 0:06:44.272 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 12:58:18 -0400 (0:00:00.359) 0:06:44.632 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 12:58:18 -0400 (0:00:00.304) 0:06:44.936 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 12:58:18 -0400 (0:00:00.296) 0:06:45.233 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 12:58:19 -0400 (0:00:00.343) 0:06:45.576 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 12:58:19 -0400 (0:00:00.523) 0:06:46.099 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 12:58:20 -0400 (0:00:00.392) 0:06:46.492 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 12:58:20 -0400 (0:00:00.463) 0:06:46.956 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 12:58:20 -0400 (0:00:00.245) 0:06:47.202 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 12:58:21 -0400 (0:00:00.319) 0:06:47.521 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 12:58:21 -0400 (0:00:00.295) 0:06:47.817 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 12:58:21 -0400 (0:00:00.282) 0:06:48.099 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 12:58:22 -0400 (0:00:00.365) 0:06:48.465 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 12:58:22 -0400 (0:00:00.363) 0:06:48.828 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821034.8758073, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751821034.8758073, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 192044, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751821034.8758073, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 12:58:23 -0400 (0:00:01.299) 0:06:50.128 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 12:58:24 -0400 (0:00:00.368) 0:06:50.496 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 12:58:24 -0400 (0:00:00.247) 0:06:50.743 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 12:58:24 -0400 (0:00:00.397) 0:06:51.141 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 12:58:25 -0400 (0:00:00.248) 0:06:51.389 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 12:58:25 -0400 (0:00:00.400) 0:06:51.790 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 12:58:25 -0400 (0:00:00.331) 0:06:52.122 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 12:58:26 -0400 (0:00:00.373) 0:06:52.495 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 12:58:27 -0400 (0:00:01.694) 0:06:54.189 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 12:58:28 -0400 (0:00:00.233) 0:06:54.423 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 12:58:28 -0400 (0:00:00.365) 0:06:54.788 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 12:58:28 -0400 (0:00:00.322) 0:06:55.111 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 12:58:29 -0400 (0:00:00.251) 0:06:55.363 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 12:58:29 -0400 (0:00:00.408) 0:06:55.771 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 12:58:29 -0400 (0:00:00.369) 0:06:56.141 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 12:58:30 -0400 (0:00:00.323) 0:06:56.464 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 12:58:30 -0400 (0:00:00.388) 0:06:56.852 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 12:58:30 -0400 (0:00:00.407) 0:06:57.260 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 12:58:31 -0400 (0:00:00.420) 0:06:57.681 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 12:58:31 -0400 (0:00:00.340) 0:06:58.022 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 12:58:32 -0400 (0:00:00.317) 0:06:58.340 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 12:58:32 -0400 (0:00:00.323) 0:06:58.663 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 12:58:32 -0400 (0:00:00.395) 0:06:59.059 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 12:58:33 -0400 (0:00:00.290) 0:06:59.350 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 12:58:33 -0400 (0:00:00.254) 0:06:59.604 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 12:58:33 -0400 (0:00:00.430) 0:07:00.035 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 12:58:34 -0400 (0:00:00.292) 0:07:00.328 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 12:58:34 -0400 (0:00:00.414) 0:07:00.742 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 12:58:34 -0400 (0:00:00.287) 0:07:01.030 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 12:58:35 -0400 (0:00:00.303) 0:07:01.333 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 12:58:35 -0400 (0:00:00.310) 0:07:01.644 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 12:58:35 -0400 (0:00:00.366) 0:07:02.010 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 12:58:36 -0400 (0:00:00.295) 0:07:02.305 *********** ok: [managed-node12] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 12:58:37 -0400 (0:00:01.355) 0:07:03.661 *********** ok: [managed-node12] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 12:58:38 -0400 (0:00:01.447) 0:07:05.108 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 12:58:39 -0400 (0:00:00.329) 0:07:05.437 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 12:58:39 -0400 (0:00:00.398) 0:07:05.836 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 12:58:41 -0400 (0:00:01.472) 0:07:07.308 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 12:58:41 -0400 (0:00:00.345) 0:07:07.654 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 12:58:41 -0400 (0:00:00.401) 0:07:08.056 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 12:58:42 -0400 (0:00:00.331) 0:07:08.388 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 12:58:42 -0400 (0:00:00.403) 0:07:08.791 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 12:58:42 -0400 (0:00:00.382) 0:07:09.174 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 12:58:43 -0400 (0:00:00.334) 0:07:09.509 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 12:58:43 -0400 (0:00:00.341) 0:07:09.850 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 12:58:43 -0400 (0:00:00.292) 0:07:10.143 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 12:58:44 -0400 (0:00:00.417) 0:07:10.560 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 12:58:44 -0400 (0:00:00.475) 0:07:11.035 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 12:58:45 -0400 (0:00:00.402) 0:07:11.438 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 12:58:45 -0400 (0:00:00.267) 0:07:11.705 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 12:58:45 -0400 (0:00:00.347) 0:07:12.052 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 12:58:46 -0400 (0:00:00.266) 0:07:12.319 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 12:58:46 -0400 (0:00:00.269) 0:07:12.588 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 12:58:46 -0400 (0:00:00.327) 0:07:12.916 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 12:58:46 -0400 (0:00:00.302) 0:07:13.219 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 12:58:47 -0400 (0:00:00.577) 0:07:13.796 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 12:58:47 -0400 (0:00:00.248) 0:07:14.045 *********** ok: [managed-node12] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 12:58:48 -0400 (0:00:00.263) 0:07:14.308 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 12:58:48 -0400 (0:00:00.163) 0:07:14.472 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 12:58:48 -0400 (0:00:00.225) 0:07:14.697 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.023006", "end": "2025-07-06 12:58:49.178724", "rc": 0, "start": "2025-07-06 12:58:49.155718" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 12:58:49 -0400 (0:00:01.112) 0:07:15.809 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 12:58:49 -0400 (0:00:00.437) 0:07:16.247 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 12:58:50 -0400 (0:00:00.462) 0:07:16.709 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 12:58:50 -0400 (0:00:00.241) 0:07:16.951 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 12:58:51 -0400 (0:00:00.367) 0:07:17.318 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 12:58:51 -0400 (0:00:00.284) 0:07:17.602 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 12:58:51 -0400 (0:00:00.387) 0:07:17.989 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 12:58:52 -0400 (0:00:00.472) 0:07:18.461 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 12:58:52 -0400 (0:00:00.296) 0:07:18.758 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Test for correct handling of too-large volume size] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:96 Sunday 06 July 2025 12:58:52 -0400 (0:00:00.454) 0:07:19.212 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml for managed-node12 TASK [Store global variable value copy] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:4 Sunday 06 July 2025 12:58:53 -0400 (0:00:00.563) 0:07:19.775 *********** ok: [managed-node12] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:10 Sunday 06 July 2025 12:58:53 -0400 (0:00:00.336) 0:07:20.111 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 12:58:54 -0400 (0:00:00.569) 0:07:20.681 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 12:58:54 -0400 (0:00:00.480) 0:07:21.162 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 12:58:55 -0400 (0:00:00.370) 0:07:21.532 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 12:58:55 -0400 (0:00:00.638) 0:07:22.171 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 12:58:56 -0400 (0:00:00.391) 0:07:22.562 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 12:58:56 -0400 (0:00:00.286) 0:07:22.848 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 12:58:56 -0400 (0:00:00.318) 0:07:23.167 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 12:58:57 -0400 (0:00:00.328) 0:07:23.496 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 12:58:57 -0400 (0:00:00.601) 0:07:24.097 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 12:58:58 -0400 (0:00:00.279) 0:07:24.377 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "12884901888.0" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 12:58:58 -0400 (0:00:00.465) 0:07:24.842 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 12:58:59 -0400 (0:00:00.497) 0:07:25.340 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 12:58:59 -0400 (0:00:00.396) 0:07:25.737 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 12:58:59 -0400 (0:00:00.248) 0:07:25.986 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 12:58:59 -0400 (0:00:00.304) 0:07:26.291 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 12:59:00 -0400 (0:00:00.705) 0:07:26.996 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 12:59:01 -0400 (0:00:00.479) 0:07:27.476 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 12:59:01 -0400 (0:00:00.264) 0:07:27.740 *********** fatal: [managed-node12]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: volume 'test1' cannot be resized to '12 GiB' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:111 Sunday 06 July 2025 12:59:07 -0400 (0:00:05.656) 0:07:33.397 *********** fatal: [managed-node12]: FAILED! => { "changed": false } MSG: {u'_ansible_no_log': False, u'crypts': [], u'pools': [], u'leaves': [], u'changed': False, u'actions': [], u'failed': True, u'volumes': [], u'invocation': {u'module_args': {u'packages_only': False, u'uses_kmod_kvdo': True, u'disklabel_type': None, u'safe_mode': False, u'diskvolume_mkfs_option_map': {u'ext4': u'-F', u'ext3': u'-F', u'ext2': u'-F'}, u'pools': [{u'raid_metadata_version': None, u'encryption_key_size': None, u'encryption_key': None, u'encryption_luks_version': None, u'encryption_tang_url': None, u'raid_spare_count': None, u'grow_to_fill': False, u'encryption_tang_thumbprint': None, u'name': u'foo', u'encryption_password': None, u'encryption': False, u'disks': [u'sda'], u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'volumes': [{u'raid_metadata_version': None, u'mount_device_identifier': u'uuid', u'fs_type': u'ext4', u'mount_options': u'defaults', u'size': u'12884901888.0', u'mount_point': u'/opt/test1', u'compression': None, u'encryption_password': None, u'encryption': False, u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'vdo_pool_size': None, u'mount_mode': None, u'thin_pool_name': None, u'type': u'lvm', u'encryption_key_size': None, u'deduplication': None, u'encryption_cipher': None, u'encryption_key': None, u'fs_label': u'', u'encryption_luks_version': None, u'raid_stripe_size': None, u'mount_passno': 0, u'mount_user': None, u'raid_spare_count': None, u'name': u'test1', u'cache_mode': None, u'raid_disks': [], u'mount_group': None, u'fs_overwrite_existing': True, u'disks': [u'sda'], u'cached': False, u'thin_pool_size': None, u'thin': False, u'mount_check': 0, u'cache_size': 0, u'raid_chunk_size': None, u'cache_devices': [], u'fs_create_options': u''}], u'shared': False, u'encryption_clevis_pin': None, u'type': u'lvm', u'encryption_cipher': None, u'raid_chunk_size': None}], u'volumes': [], u'pool_defaults': {u'raid_metadata_version': None, u'encryption_cipher': None, u'encryption_key': None, u'encryption_luks_version': None, u'raid_spare_count': None, u'grow_to_fill': False, u'encryption_password': None, u'encryption': False, u'disks': [], u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'volumes': [], u'shared': False, u'type': u'lvm', u'encryption_key_size': None, u'raid_chunk_size': None}, u'volume_defaults': {u'raid_metadata_version': None, u'raid_level': None, u'fs_type': u'xfs', u'mount_options': u'defaults', u'size': 0, u'mount_point': u'', u'compression': None, u'encryption_password': None, u'encryption': False, u'mount_device_identifier': u'uuid', u'raid_device_count': None, u'state': u'present', u'vdo_pool_size': None, u'thin_pool_name': None, u'type': u'lvm', u'encryption_key_size': None, u'encryption_cipher': None, u'encryption_key': None, u'fs_label': u'', u'encryption_luks_version': None, u'raid_stripe_size': None, u'cache_size': 0, u'raid_spare_count': None, u'cache_mode': None, u'deduplication': None, u'cached': False, u'fs_overwrite_existing': True, u'disks': [], u'thin_pool_size': None, u'thin': None, u'mount_check': 0, u'mount_passno': 0, u'raid_chunk_size': None, u'cache_devices': [], u'fs_create_options': u''}, u'use_partitions': None}}, u'mounts': [], u'packages': [], u'msg': u"volume 'test1' cannot be resized to '12 GiB'"} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 12:59:07 -0400 (0:00:00.234) 0:07:33.632 *********** TASK [Check that we failed in the role] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:23 Sunday 06 July 2025 12:59:07 -0400 (0:00:00.273) 0:07:33.905 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:28 Sunday 06 July 2025 12:59:07 -0400 (0:00:00.162) 0:07:34.068 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:39 Sunday 06 July 2025 12:59:08 -0400 (0:00:00.279) 0:07:34.347 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Try to create LVM with volume size equal disk's size, resize to 10737418240] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:114 Sunday 06 July 2025 12:59:08 -0400 (0:00:00.227) 0:07:34.575 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 12:59:08 -0400 (0:00:00.460) 0:07:35.035 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 12:59:09 -0400 (0:00:00.450) 0:07:35.486 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 12:59:09 -0400 (0:00:00.300) 0:07:35.787 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 12:59:10 -0400 (0:00:00.540) 0:07:36.328 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 12:59:10 -0400 (0:00:00.219) 0:07:36.547 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 12:59:10 -0400 (0:00:00.273) 0:07:36.821 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 12:59:10 -0400 (0:00:00.190) 0:07:37.012 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 12:59:11 -0400 (0:00:00.305) 0:07:37.318 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 12:59:11 -0400 (0:00:00.865) 0:07:38.184 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 12:59:12 -0400 (0:00:00.495) 0:07:38.680 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "10737418240" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 12:59:12 -0400 (0:00:00.266) 0:07:38.946 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 12:59:12 -0400 (0:00:00.242) 0:07:39.287 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 12:59:13 -0400 (0:00:00.227) 0:07:39.514 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 12:59:13 -0400 (0:00:00.245) 0:07:39.759 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 12:59:13 -0400 (0:00:00.277) 0:07:40.037 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 12:59:14 -0400 (0:00:00.434) 0:07:40.472 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 12:59:14 -0400 (0:00:00.353) 0:07:40.825 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 12:59:14 -0400 (0:00:00.271) 0:07:41.097 *********** changed: [managed-node12] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 12:59:20 -0400 (0:00:05.629) 0:07:46.727 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 12:59:20 -0400 (0:00:00.249) 0:07:46.976 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751820780.7247953, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b95df90798c1adba66c669f2bd76d2d16d86df5", "ctime": 1751820780.7217953, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751820780.7217953, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 12:59:21 -0400 (0:00:01.156) 0:07:48.132 *********** ok: [managed-node12] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 12:59:23 -0400 (0:00:01.214) 0:07:49.347 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 12:59:23 -0400 (0:00:00.324) 0:07:49.671 *********** ok: [managed-node12] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 12:59:23 -0400 (0:00:00.374) 0:07:50.046 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 12:59:24 -0400 (0:00:00.351) 0:07:50.398 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 12:59:24 -0400 (0:00:00.284) 0:07:50.682 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 12:59:24 -0400 (0:00:00.390) 0:07:51.072 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 12:59:26 -0400 (0:00:01.641) 0:07:52.714 *********** changed: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 12:59:27 -0400 (0:00:01.416) 0:07:54.131 *********** skipping: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 12:59:28 -0400 (0:00:00.405) 0:07:54.537 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 12:59:29 -0400 (0:00:01.507) 0:07:56.044 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 12:59:31 -0400 (0:00:01.411) 0:07:57.455 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 12:59:31 -0400 (0:00:00.300) 0:07:57.756 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:129 Sunday 06 July 2025 12:59:33 -0400 (0:00:01.790) 0:07:59.546 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 12:59:33 -0400 (0:00:00.589) 0:08:00.136 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 12:59:34 -0400 (0:00:00.413) 0:08:00.550 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 12:59:34 -0400 (0:00:00.227) 0:08:00.778 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "10G", "type": "lvm", "uuid": "15836761-984d-4acd-86b0-30688d4c71e6" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "RAbxnT-HRvH-bhbU-xD1p-il3J-qxku-OTjh33" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 12:59:35 -0400 (0:00:01.194) 0:08:01.973 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003521", "end": "2025-07-06 12:59:36.452493", "rc": 0, "start": "2025-07-06 12:59:36.448972" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 12:59:36 -0400 (0:00:01.104) 0:08:03.077 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002828", "end": "2025-07-06 12:59:37.811285", "failed_when_result": false, "rc": 0, "start": "2025-07-06 12:59:37.808457" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 12:59:38 -0400 (0:00:01.284) 0:08:04.362 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 12:59:38 -0400 (0:00:00.392) 0:08:04.755 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 12:59:38 -0400 (0:00:00.291) 0:08:05.046 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018444", "end": "2025-07-06 12:59:39.809201", "rc": 0, "start": "2025-07-06 12:59:39.790757" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 12:59:40 -0400 (0:00:01.282) 0:08:06.329 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 12:59:40 -0400 (0:00:00.342) 0:08:06.671 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 12:59:40 -0400 (0:00:00.404) 0:08:07.076 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 12:59:41 -0400 (0:00:00.262) 0:08:07.338 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 12:59:42 -0400 (0:00:01.078) 0:08:08.417 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 12:59:42 -0400 (0:00:00.240) 0:08:08.657 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 12:59:42 -0400 (0:00:00.279) 0:08:08.936 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 12:59:43 -0400 (0:00:00.406) 0:08:09.342 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 12:59:43 -0400 (0:00:00.214) 0:08:09.557 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 12:59:43 -0400 (0:00:00.271) 0:08:09.828 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 12:59:43 -0400 (0:00:00.298) 0:08:10.127 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 12:59:44 -0400 (0:00:00.345) 0:08:10.473 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 12:59:45 -0400 (0:00:00.920) 0:08:11.393 *********** skipping: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 12:59:45 -0400 (0:00:00.256) 0:08:11.649 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 12:59:45 -0400 (0:00:00.575) 0:08:12.225 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 12:59:46 -0400 (0:00:00.233) 0:08:12.459 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 12:59:46 -0400 (0:00:00.260) 0:08:12.720 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 12:59:46 -0400 (0:00:00.580) 0:08:13.301 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 12:59:47 -0400 (0:00:00.253) 0:08:13.554 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 12:59:47 -0400 (0:00:00.199) 0:08:13.754 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 12:59:47 -0400 (0:00:00.252) 0:08:14.007 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 12:59:48 -0400 (0:00:00.316) 0:08:14.324 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 12:59:48 -0400 (0:00:00.325) 0:08:14.649 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 12:59:48 -0400 (0:00:00.208) 0:08:14.858 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 12:59:48 -0400 (0:00:00.250) 0:08:15.108 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 12:59:49 -0400 (0:00:00.310) 0:08:15.418 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 12:59:49 -0400 (0:00:00.556) 0:08:15.975 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 12:59:50 -0400 (0:00:00.637) 0:08:16.612 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 12:59:50 -0400 (0:00:00.286) 0:08:16.899 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 12:59:50 -0400 (0:00:00.253) 0:08:17.153 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 12:59:51 -0400 (0:00:00.222) 0:08:17.375 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 12:59:51 -0400 (0:00:00.266) 0:08:17.641 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 12:59:51 -0400 (0:00:00.282) 0:08:17.924 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 12:59:52 -0400 (0:00:00.446) 0:08:18.371 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 12:59:52 -0400 (0:00:00.310) 0:08:18.681 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 12:59:53 -0400 (0:00:00.668) 0:08:19.350 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 12:59:53 -0400 (0:00:00.617) 0:08:19.967 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 12:59:53 -0400 (0:00:00.306) 0:08:20.274 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 12:59:54 -0400 (0:00:00.169) 0:08:20.444 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 12:59:54 -0400 (0:00:00.253) 0:08:20.698 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 12:59:54 -0400 (0:00:00.268) 0:08:20.966 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 12:59:55 -0400 (0:00:00.578) 0:08:21.545 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 12:59:55 -0400 (0:00:00.310) 0:08:21.855 *********** skipping: [managed-node12] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 12:59:55 -0400 (0:00:00.434) 0:08:22.289 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node12 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Sunday 06 July 2025 12:59:56 -0400 (0:00:00.415) 0:08:22.705 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Sunday 06 July 2025 12:59:56 -0400 (0:00:00.252) 0:08:22.958 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Sunday 06 July 2025 12:59:57 -0400 (0:00:00.405) 0:08:23.363 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Sunday 06 July 2025 12:59:57 -0400 (0:00:00.322) 0:08:23.686 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Sunday 06 July 2025 12:59:57 -0400 (0:00:00.300) 0:08:23.986 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Sunday 06 July 2025 12:59:57 -0400 (0:00:00.240) 0:08:24.227 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 12:59:58 -0400 (0:00:00.336) 0:08:24.564 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 12:59:58 -0400 (0:00:00.329) 0:08:24.893 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 12:59:59 -0400 (0:00:00.755) 0:08:25.648 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 12:59:59 -0400 (0:00:00.644) 0:08:26.293 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 13:00:00 -0400 (0:00:00.264) 0:08:26.558 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 13:00:00 -0400 (0:00:00.342) 0:08:26.901 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 13:00:00 -0400 (0:00:00.321) 0:08:27.222 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 13:00:01 -0400 (0:00:00.208) 0:08:27.430 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 13:00:01 -0400 (0:00:00.314) 0:08:27.745 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 13:00:01 -0400 (0:00:00.256) 0:08:28.002 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 13:00:02 -0400 (0:00:00.354) 0:08:28.357 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 13:00:02 -0400 (0:00:00.734) 0:08:29.091 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 13:00:02 -0400 (0:00:00.205) 0:08:29.296 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 13:00:03 -0400 (0:00:00.287) 0:08:29.583 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 13:00:03 -0400 (0:00:00.685) 0:08:30.269 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 13:00:04 -0400 (0:00:00.252) 0:08:30.521 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 13:00:04 -0400 (0:00:00.305) 0:08:30.826 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 13:00:04 -0400 (0:00:00.307) 0:08:31.134 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 13:00:05 -0400 (0:00:00.350) 0:08:31.484 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 13:00:05 -0400 (0:00:00.255) 0:08:31.740 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 13:00:06 -0400 (0:00:00.602) 0:08:32.343 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 13:00:06 -0400 (0:00:00.406) 0:08:32.750 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 13:00:07 -0400 (0:00:01.350) 0:08:34.100 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 13:00:08 -0400 (0:00:00.451) 0:08:34.551 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 13:00:08 -0400 (0:00:00.348) 0:08:34.900 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 13:00:09 -0400 (0:00:00.462) 0:08:35.363 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 13:00:09 -0400 (0:00:00.332) 0:08:35.695 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 13:00:09 -0400 (0:00:00.333) 0:08:36.029 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 13:00:09 -0400 (0:00:00.260) 0:08:36.289 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 13:00:10 -0400 (0:00:00.378) 0:08:36.668 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 13:00:10 -0400 (0:00:00.269) 0:08:36.937 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 13:00:10 -0400 (0:00:00.251) 0:08:37.212 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 13:00:11 -0400 (0:00:00.233) 0:08:37.446 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 13:00:11 -0400 (0:00:00.286) 0:08:37.733 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 13:00:11 -0400 (0:00:00.478) 0:08:38.211 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 13:00:12 -0400 (0:00:00.370) 0:08:38.582 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 13:00:12 -0400 (0:00:00.253) 0:08:38.836 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 13:00:12 -0400 (0:00:00.230) 0:08:39.066 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 13:00:13 -0400 (0:00:00.301) 0:08:39.368 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 13:00:13 -0400 (0:00:00.184) 0:08:39.552 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 13:00:13 -0400 (0:00:00.362) 0:08:39.915 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 13:00:14 -0400 (0:00:00.403) 0:08:40.321 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821160.0243132, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751821160.0243132, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 192044, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751821160.0243132, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 13:00:15 -0400 (0:00:01.234) 0:08:41.556 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 13:00:15 -0400 (0:00:00.285) 0:08:41.842 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 13:00:15 -0400 (0:00:00.275) 0:08:42.117 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 13:00:15 -0400 (0:00:00.182) 0:08:42.299 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 13:00:16 -0400 (0:00:00.242) 0:08:42.542 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 13:00:16 -0400 (0:00:00.303) 0:08:42.846 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 13:00:16 -0400 (0:00:00.367) 0:08:43.213 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 13:00:17 -0400 (0:00:00.233) 0:08:43.447 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 13:00:18 -0400 (0:00:01.244) 0:08:44.691 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 13:00:18 -0400 (0:00:00.213) 0:08:44.905 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 13:00:18 -0400 (0:00:00.093) 0:08:44.998 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 13:00:18 -0400 (0:00:00.115) 0:08:45.114 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 13:00:19 -0400 (0:00:00.191) 0:08:45.306 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 13:00:19 -0400 (0:00:00.125) 0:08:45.431 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 13:00:19 -0400 (0:00:00.131) 0:08:45.563 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 13:00:19 -0400 (0:00:00.103) 0:08:45.667 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 13:00:19 -0400 (0:00:00.131) 0:08:45.798 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 13:00:19 -0400 (0:00:00.259) 0:08:46.058 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 13:00:20 -0400 (0:00:00.259) 0:08:46.317 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 13:00:20 -0400 (0:00:00.276) 0:08:46.594 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 13:00:20 -0400 (0:00:00.119) 0:08:46.714 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 13:00:20 -0400 (0:00:00.139) 0:08:46.853 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 13:00:21 -0400 (0:00:00.496) 0:08:47.350 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 13:00:21 -0400 (0:00:00.259) 0:08:47.609 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 13:00:21 -0400 (0:00:00.201) 0:08:47.811 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 13:00:21 -0400 (0:00:00.185) 0:08:47.996 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 13:00:21 -0400 (0:00:00.293) 0:08:48.290 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 13:00:22 -0400 (0:00:00.267) 0:08:48.558 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 13:00:22 -0400 (0:00:00.323) 0:08:48.881 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 13:00:22 -0400 (0:00:00.265) 0:08:49.147 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 13:00:23 -0400 (0:00:00.226) 0:08:49.374 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 13:00:23 -0400 (0:00:00.261) 0:08:49.635 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 13:00:23 -0400 (0:00:00.339) 0:08:49.974 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 13:00:25 -0400 (0:00:01.345) 0:08:51.320 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 13:00:26 -0400 (0:00:01.456) 0:08:52.777 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_expected_size": "10737418240" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 13:00:26 -0400 (0:00:00.369) 0:08:53.146 *********** ok: [managed-node12] => { "storage_test_expected_size": "10737418240" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 13:00:27 -0400 (0:00:00.297) 0:08:53.444 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 13:00:28 -0400 (0:00:01.290) 0:08:54.734 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 13:00:28 -0400 (0:00:00.256) 0:08:54.991 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 13:00:28 -0400 (0:00:00.236) 0:08:55.228 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 13:00:29 -0400 (0:00:00.365) 0:08:55.594 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 13:00:29 -0400 (0:00:00.189) 0:08:55.783 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 13:00:29 -0400 (0:00:00.347) 0:08:56.131 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 13:00:30 -0400 (0:00:00.330) 0:08:56.462 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 13:00:30 -0400 (0:00:00.303) 0:08:56.765 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 13:00:30 -0400 (0:00:00.303) 0:08:57.068 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 13:00:31 -0400 (0:00:00.262) 0:08:57.331 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 13:00:31 -0400 (0:00:00.260) 0:08:57.591 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 13:00:31 -0400 (0:00:00.175) 0:08:57.766 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 13:00:31 -0400 (0:00:00.227) 0:08:57.994 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 13:00:32 -0400 (0:00:00.334) 0:08:58.329 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 13:00:32 -0400 (0:00:00.341) 0:08:58.670 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 13:00:32 -0400 (0:00:00.240) 0:08:58.911 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 13:00:32 -0400 (0:00:00.203) 0:08:59.114 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 13:00:32 -0400 (0:00:00.182) 0:08:59.297 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 13:00:33 -0400 (0:00:00.358) 0:08:59.655 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 13:00:33 -0400 (0:00:00.244) 0:08:59.900 *********** ok: [managed-node12] => { "storage_test_actual_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 13:00:33 -0400 (0:00:00.319) 0:09:00.219 *********** ok: [managed-node12] => { "storage_test_expected_size": "10737418240" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 13:00:34 -0400 (0:00:00.305) 0:09:00.599 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 13:00:34 -0400 (0:00:00.413) 0:09:01.012 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.017871", "end": "2025-07-06 13:00:35.802194", "rc": 0, "start": "2025-07-06 13:00:35.784323" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 13:00:36 -0400 (0:00:01.379) 0:09:02.392 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 13:00:36 -0400 (0:00:00.276) 0:09:02.668 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 13:00:36 -0400 (0:00:00.480) 0:09:03.149 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 13:00:37 -0400 (0:00:00.351) 0:09:03.501 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 13:00:37 -0400 (0:00:00.284) 0:09:03.786 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 13:00:37 -0400 (0:00:00.251) 0:09:04.037 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 13:00:37 -0400 (0:00:00.231) 0:09:04.268 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 13:00:38 -0400 (0:00:00.294) 0:09:04.563 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 13:00:38 -0400 (0:00:00.264) 0:09:04.827 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Try to resize LVM volume size to disk size + 1.5 % (less than 2 % than maximum size should be tolerated)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:134 Sunday 06 July 2025 13:00:38 -0400 (0:00:00.379) 0:09:05.207 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 13:00:39 -0400 (0:00:00.446) 0:09:05.653 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 13:00:39 -0400 (0:00:00.397) 0:09:06.050 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 13:00:40 -0400 (0:00:00.319) 0:09:06.370 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 13:00:40 -0400 (0:00:00.608) 0:09:06.978 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 13:00:40 -0400 (0:00:00.131) 0:09:07.110 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 13:00:41 -0400 (0:00:00.231) 0:09:07.341 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 13:00:41 -0400 (0:00:00.271) 0:09:07.613 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 13:00:41 -0400 (0:00:00.231) 0:09:07.844 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 13:00:42 -0400 (0:00:00.478) 0:09:08.350 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 13:00:42 -0400 (0:00:00.269) 0:09:08.620 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "10898479513.6" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 13:00:42 -0400 (0:00:00.582) 0:09:09.202 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 13:00:43 -0400 (0:00:00.280) 0:09:09.482 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 13:00:43 -0400 (0:00:00.315) 0:09:09.797 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 13:00:43 -0400 (0:00:00.188) 0:09:09.986 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 13:00:43 -0400 (0:00:00.279) 0:09:10.265 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 13:00:44 -0400 (0:00:00.247) 0:09:10.512 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 13:00:44 -0400 (0:00:00.240) 0:09:10.753 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 13:00:44 -0400 (0:00:00.168) 0:09:10.922 *********** ok: [managed-node12] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10898479513.6", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 13:00:49 -0400 (0:00:04.723) 0:09:15.645 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 13:00:49 -0400 (0:00:00.267) 0:09:15.912 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751820780.7247953, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b95df90798c1adba66c669f2bd76d2d16d86df5", "ctime": 1751820780.7217953, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751820780.7217953, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 13:00:50 -0400 (0:00:00.952) 0:09:16.865 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 13:00:50 -0400 (0:00:00.126) 0:09:16.992 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 13:00:50 -0400 (0:00:00.127) 0:09:17.119 *********** ok: [managed-node12] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10898479513.6", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 13:00:51 -0400 (0:00:00.206) 0:09:17.326 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10898479513.6", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 13:00:51 -0400 (0:00:00.288) 0:09:17.615 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 13:00:51 -0400 (0:00:00.235) 0:09:17.851 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 13:00:51 -0400 (0:00:00.234) 0:09:18.085 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 13:00:53 -0400 (0:00:01.218) 0:09:19.304 *********** ok: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 13:00:54 -0400 (0:00:01.123) 0:09:20.428 *********** skipping: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext4', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 13:00:54 -0400 (0:00:00.308) 0:09:20.737 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 13:00:55 -0400 (0:00:01.233) 0:09:21.971 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 13:00:56 -0400 (0:00:01.134) 0:09:23.106 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 13:00:57 -0400 (0:00:00.212) 0:09:23.318 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:149 Sunday 06 July 2025 13:00:58 -0400 (0:00:01.550) 0:09:24.868 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 13:00:58 -0400 (0:00:00.270) 0:09:25.139 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "10898479513.6", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 13:00:58 -0400 (0:00:00.107) 0:09:25.246 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 13:00:59 -0400 (0:00:00.323) 0:09:25.570 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "10G", "type": "lvm", "uuid": "15836761-984d-4acd-86b0-30688d4c71e6" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "RAbxnT-HRvH-bhbU-xD1p-il3J-qxku-OTjh33" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 13:01:00 -0400 (0:00:00.931) 0:09:26.502 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002585", "end": "2025-07-06 13:01:00.933487", "rc": 0, "start": "2025-07-06 13:01:00.930902" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 13:01:01 -0400 (0:00:00.962) 0:09:27.464 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002817", "end": "2025-07-06 13:01:01.905455", "failed_when_result": false, "rc": 0, "start": "2025-07-06 13:01:01.902638" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 13:01:02 -0400 (0:00:01.032) 0:09:28.497 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 13:01:02 -0400 (0:00:00.528) 0:09:29.026 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 13:01:02 -0400 (0:00:00.165) 0:09:29.191 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.021469", "end": "2025-07-06 13:01:03.658374", "rc": 0, "start": "2025-07-06 13:01:03.636905" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 13:01:03 -0400 (0:00:01.067) 0:09:30.259 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 13:01:04 -0400 (0:00:00.313) 0:09:30.572 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 13:01:04 -0400 (0:00:00.347) 0:09:30.978 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 13:01:04 -0400 (0:00:00.181) 0:09:31.160 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 13:01:05 -0400 (0:00:00.892) 0:09:32.053 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 13:01:05 -0400 (0:00:00.226) 0:09:32.279 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 13:01:06 -0400 (0:00:00.072) 0:09:32.351 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 13:01:06 -0400 (0:00:00.099) 0:09:32.451 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 13:01:06 -0400 (0:00:00.065) 0:09:32.516 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 13:01:06 -0400 (0:00:00.177) 0:09:32.694 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 13:01:06 -0400 (0:00:00.238) 0:09:32.933 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 13:01:06 -0400 (0:00:00.228) 0:09:33.162 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 13:01:07 -0400 (0:00:00.601) 0:09:33.764 *********** skipping: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 13:01:07 -0400 (0:00:00.162) 0:09:33.926 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 13:01:07 -0400 (0:00:00.238) 0:09:34.164 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 13:01:08 -0400 (0:00:00.145) 0:09:34.309 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 13:01:08 -0400 (0:00:00.132) 0:09:34.441 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 13:01:08 -0400 (0:00:00.195) 0:09:34.636 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 13:01:08 -0400 (0:00:00.169) 0:09:34.806 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 13:01:08 -0400 (0:00:00.153) 0:09:34.960 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 13:01:08 -0400 (0:00:00.210) 0:09:35.171 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 13:01:09 -0400 (0:00:00.192) 0:09:35.363 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 13:01:09 -0400 (0:00:00.194) 0:09:35.558 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 13:01:09 -0400 (0:00:00.207) 0:09:35.765 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 13:01:09 -0400 (0:00:00.154) 0:09:35.920 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 13:01:09 -0400 (0:00:00.224) 0:09:36.144 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 13:01:10 -0400 (0:00:00.387) 0:09:36.531 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 13:01:10 -0400 (0:00:00.274) 0:09:36.805 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 13:01:10 -0400 (0:00:00.162) 0:09:36.967 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 13:01:10 -0400 (0:00:00.151) 0:09:37.119 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 13:01:11 -0400 (0:00:00.219) 0:09:37.339 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 13:01:11 -0400 (0:00:00.194) 0:09:37.533 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 13:01:11 -0400 (0:00:00.233) 0:09:37.767 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 13:01:11 -0400 (0:00:00.204) 0:09:37.971 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 13:01:11 -0400 (0:00:00.163) 0:09:38.135 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 13:01:12 -0400 (0:00:00.467) 0:09:38.602 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 13:01:12 -0400 (0:00:00.471) 0:09:39.073 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 13:01:12 -0400 (0:00:00.216) 0:09:39.290 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 13:01:13 -0400 (0:00:00.233) 0:09:39.523 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 13:01:13 -0400 (0:00:00.211) 0:09:39.735 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 13:01:13 -0400 (0:00:00.086) 0:09:39.822 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 13:01:13 -0400 (0:00:00.343) 0:09:40.166 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 13:01:14 -0400 (0:00:00.234) 0:09:40.400 *********** skipping: [managed-node12] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 13:01:14 -0400 (0:00:00.302) 0:09:40.703 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node12 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Sunday 06 July 2025 13:01:14 -0400 (0:00:00.361) 0:09:41.064 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Sunday 06 July 2025 13:01:14 -0400 (0:00:00.181) 0:09:41.245 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Sunday 06 July 2025 13:01:15 -0400 (0:00:00.250) 0:09:41.495 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Sunday 06 July 2025 13:01:15 -0400 (0:00:00.207) 0:09:41.703 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Sunday 06 July 2025 13:01:15 -0400 (0:00:00.226) 0:09:41.930 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Sunday 06 July 2025 13:01:15 -0400 (0:00:00.257) 0:09:42.187 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 13:01:16 -0400 (0:00:00.209) 0:09:42.397 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 13:01:16 -0400 (0:00:00.294) 0:09:42.692 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 13:01:16 -0400 (0:00:00.406) 0:09:43.098 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 13:01:17 -0400 (0:00:00.467) 0:09:43.566 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 13:01:17 -0400 (0:00:00.267) 0:09:43.833 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 13:01:17 -0400 (0:00:00.217) 0:09:44.050 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 13:01:17 -0400 (0:00:00.078) 0:09:44.129 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 13:01:18 -0400 (0:00:00.487) 0:09:44.616 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 13:01:18 -0400 (0:00:00.242) 0:09:44.859 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 13:01:18 -0400 (0:00:00.236) 0:09:45.095 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 13:01:19 -0400 (0:00:00.220) 0:09:45.316 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 13:01:19 -0400 (0:00:00.719) 0:09:46.035 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 13:01:19 -0400 (0:00:00.237) 0:09:46.272 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 13:01:20 -0400 (0:00:00.238) 0:09:46.511 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 13:01:20 -0400 (0:00:00.241) 0:09:46.753 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 13:01:20 -0400 (0:00:00.196) 0:09:46.950 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 13:01:20 -0400 (0:00:00.280) 0:09:47.230 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 13:01:21 -0400 (0:00:00.242) 0:09:47.473 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 13:01:21 -0400 (0:00:00.338) 0:09:47.812 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 13:01:21 -0400 (0:00:00.168) 0:09:47.980 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 13:01:22 -0400 (0:00:00.427) 0:09:48.408 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 13:01:22 -0400 (0:00:00.267) 0:09:48.675 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 13:01:23 -0400 (0:00:00.985) 0:09:49.661 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 13:01:23 -0400 (0:00:00.284) 0:09:49.945 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 13:01:23 -0400 (0:00:00.251) 0:09:50.196 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 13:01:24 -0400 (0:00:00.282) 0:09:50.479 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 13:01:24 -0400 (0:00:00.275) 0:09:50.755 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 13:01:24 -0400 (0:00:00.280) 0:09:51.036 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 13:01:25 -0400 (0:00:00.279) 0:09:51.316 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 13:01:25 -0400 (0:00:00.219) 0:09:51.535 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 13:01:25 -0400 (0:00:00.237) 0:09:51.773 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 13:01:25 -0400 (0:00:00.145) 0:09:51.918 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 13:01:25 -0400 (0:00:00.193) 0:09:52.111 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 13:01:26 -0400 (0:00:00.215) 0:09:52.326 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 13:01:26 -0400 (0:00:00.343) 0:09:52.670 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 13:01:26 -0400 (0:00:00.173) 0:09:52.843 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 13:01:26 -0400 (0:00:00.177) 0:09:53.020 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 13:01:26 -0400 (0:00:00.132) 0:09:53.153 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 13:01:27 -0400 (0:00:00.198) 0:09:53.351 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 13:01:27 -0400 (0:00:00.132) 0:09:53.484 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 13:01:27 -0400 (0:00:00.277) 0:09:53.762 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 13:01:27 -0400 (0:00:00.231) 0:09:53.993 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821249.043673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751821249.043673, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 192044, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751821249.043673, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 13:01:28 -0400 (0:00:00.885) 0:09:54.879 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 13:01:28 -0400 (0:00:00.100) 0:09:54.980 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 13:01:28 -0400 (0:00:00.236) 0:09:55.216 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 13:01:29 -0400 (0:00:00.219) 0:09:55.436 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 13:01:29 -0400 (0:00:00.178) 0:09:55.615 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 13:01:29 -0400 (0:00:00.124) 0:09:55.740 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 13:01:29 -0400 (0:00:00.230) 0:09:55.970 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 13:01:29 -0400 (0:00:00.172) 0:09:56.142 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 13:01:31 -0400 (0:00:01.270) 0:09:57.413 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 13:01:31 -0400 (0:00:00.184) 0:09:57.597 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 13:01:31 -0400 (0:00:00.193) 0:09:57.790 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 13:01:31 -0400 (0:00:00.239) 0:09:58.030 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 13:01:31 -0400 (0:00:00.148) 0:09:58.178 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 13:01:32 -0400 (0:00:00.239) 0:09:58.418 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 13:01:32 -0400 (0:00:00.167) 0:09:58.585 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 13:01:32 -0400 (0:00:00.109) 0:09:58.695 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 13:01:32 -0400 (0:00:00.436) 0:09:59.132 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 13:01:33 -0400 (0:00:00.221) 0:09:59.353 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 13:01:33 -0400 (0:00:00.260) 0:09:59.613 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 13:01:33 -0400 (0:00:00.283) 0:09:59.897 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 13:01:33 -0400 (0:00:00.155) 0:10:00.052 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 13:01:33 -0400 (0:00:00.171) 0:10:00.224 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 13:01:34 -0400 (0:00:00.146) 0:10:00.370 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 13:01:34 -0400 (0:00:00.242) 0:10:00.613 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 13:01:34 -0400 (0:00:00.275) 0:10:00.889 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 13:01:34 -0400 (0:00:00.230) 0:10:01.120 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 13:01:35 -0400 (0:00:00.286) 0:10:01.406 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 13:01:35 -0400 (0:00:00.284) 0:10:01.691 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 13:01:35 -0400 (0:00:00.227) 0:10:01.919 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 13:01:35 -0400 (0:00:00.238) 0:10:02.158 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 13:01:35 -0400 (0:00:00.140) 0:10:02.298 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 13:01:36 -0400 (0:00:00.132) 0:10:02.430 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 13:01:36 -0400 (0:00:00.225) 0:10:02.656 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 13:01:37 -0400 (0:00:01.402) 0:10:04.059 *********** ok: [managed-node12] => { "bytes": 10898479513, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 13:01:38 -0400 (0:00:00.931) 0:10:04.990 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_expected_size": "10898479513" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 13:01:38 -0400 (0:00:00.290) 0:10:05.281 *********** ok: [managed-node12] => { "storage_test_expected_size": "10898479513" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 13:01:39 -0400 (0:00:00.254) 0:10:05.536 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 13:01:40 -0400 (0:00:01.139) 0:10:06.676 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 13:01:40 -0400 (0:00:00.233) 0:10:06.909 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 13:01:40 -0400 (0:00:00.302) 0:10:07.212 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 13:01:41 -0400 (0:00:00.240) 0:10:07.453 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 13:01:41 -0400 (0:00:00.241) 0:10:07.694 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 13:01:41 -0400 (0:00:00.182) 0:10:07.894 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 13:01:41 -0400 (0:00:00.118) 0:10:08.013 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 13:01:41 -0400 (0:00:00.135) 0:10:08.148 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 13:01:41 -0400 (0:00:00.149) 0:10:08.298 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 13:01:42 -0400 (0:00:00.081) 0:10:08.379 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 13:01:42 -0400 (0:00:00.128) 0:10:08.508 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 13:01:42 -0400 (0:00:00.168) 0:10:08.677 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 13:01:42 -0400 (0:00:00.168) 0:10:08.845 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 13:01:42 -0400 (0:00:00.089) 0:10:08.935 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 13:01:42 -0400 (0:00:00.126) 0:10:09.061 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 13:01:42 -0400 (0:00:00.164) 0:10:09.226 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 13:01:43 -0400 (0:00:00.165) 0:10:09.392 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 13:01:43 -0400 (0:00:00.114) 0:10:09.506 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 13:01:43 -0400 (0:00:00.185) 0:10:09.692 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 13:01:43 -0400 (0:00:00.212) 0:10:09.905 *********** ok: [managed-node12] => { "storage_test_actual_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 13:01:43 -0400 (0:00:00.180) 0:10:10.085 *********** ok: [managed-node12] => { "storage_test_expected_size": "10898479513" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 13:01:43 -0400 (0:00:00.123) 0:10:10.209 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 13:01:44 -0400 (0:00:00.166) 0:10:10.375 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.017918", "end": "2025-07-06 13:01:44.834205", "rc": 0, "start": "2025-07-06 13:01:44.816287" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 13:01:45 -0400 (0:00:01.032) 0:10:11.408 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 13:01:45 -0400 (0:00:00.239) 0:10:11.648 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 13:01:45 -0400 (0:00:00.135) 0:10:11.783 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 13:01:45 -0400 (0:00:00.152) 0:10:11.936 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 13:01:45 -0400 (0:00:00.116) 0:10:12.052 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 13:01:45 -0400 (0:00:00.219) 0:10:12.272 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 13:01:46 -0400 (0:00:00.165) 0:10:12.437 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 13:01:46 -0400 (0:00:00.114) 0:10:12.551 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 13:01:46 -0400 (0:00:00.170) 0:10:12.722 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Test for correct handling of invalid size specification] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:152 Sunday 06 July 2025 13:01:46 -0400 (0:00:00.169) 0:10:12.892 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml for managed-node12 TASK [Store global variable value copy] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:4 Sunday 06 July 2025 13:01:47 -0400 (0:00:00.479) 0:10:13.371 *********** ok: [managed-node12] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:10 Sunday 06 July 2025 13:01:47 -0400 (0:00:00.240) 0:10:13.611 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 13:01:47 -0400 (0:00:00.290) 0:10:13.902 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 13:01:48 -0400 (0:00:00.435) 0:10:14.337 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 13:01:48 -0400 (0:00:00.584) 0:10:14.922 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 13:01:49 -0400 (0:00:00.492) 0:10:15.414 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 13:01:49 -0400 (0:00:00.361) 0:10:15.776 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 13:01:49 -0400 (0:00:00.238) 0:10:16.015 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 13:01:49 -0400 (0:00:00.262) 0:10:16.277 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 13:01:50 -0400 (0:00:00.355) 0:10:16.632 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 13:01:50 -0400 (0:00:00.359) 0:10:16.992 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 13:01:50 -0400 (0:00:00.140) 0:10:17.132 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "xyz GiB" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 13:01:51 -0400 (0:00:00.326) 0:10:17.458 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 13:01:51 -0400 (0:00:00.310) 0:10:17.769 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 13:01:51 -0400 (0:00:00.167) 0:10:17.937 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 13:01:51 -0400 (0:00:00.144) 0:10:18.081 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 13:01:51 -0400 (0:00:00.198) 0:10:18.279 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 13:01:52 -0400 (0:00:00.183) 0:10:18.463 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 13:01:52 -0400 (0:00:00.280) 0:10:18.744 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 13:01:52 -0400 (0:00:00.222) 0:10:18.966 *********** fatal: [managed-node12]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid size specification 'xyz GiB' in pool 'foo' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:111 Sunday 06 July 2025 13:01:57 -0400 (0:00:05.225) 0:10:24.192 *********** fatal: [managed-node12]: FAILED! => { "changed": false } MSG: {u'_ansible_no_log': False, u'crypts': [], u'pools': [], u'leaves': [], u'changed': False, u'actions': [], u'failed': True, u'volumes': [], u'invocation': {u'module_args': {u'packages_only': False, u'uses_kmod_kvdo': True, u'disklabel_type': None, u'safe_mode': False, u'diskvolume_mkfs_option_map': {u'ext4': u'-F', u'ext3': u'-F', u'ext2': u'-F'}, u'pools': [{u'raid_metadata_version': None, u'encryption_key_size': None, u'encryption_key': None, u'encryption_luks_version': None, u'encryption_tang_url': None, u'raid_spare_count': None, u'grow_to_fill': False, u'encryption_tang_thumbprint': None, u'name': u'foo', u'encryption_password': None, u'encryption': False, u'disks': [u'sda'], u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'volumes': [{u'thin': False, u'encryption_key_size': None, u'encryption_key': None, u'fs_label': None, u'encryption_luks_version': None, u'raid_stripe_size': None, u'fs_type': u'ext4', u'mount_options': None, u'type': None, u'mount_user': None, u'raid_disks': [], u'size': u'xyz GiB', u'cache_mode': None, u'mount_point': u'/opt/test1', u'compression': None, u'encryption_password': None, u'mount_group': None, u'encryption': None, u'raid_level': None, u'name': u'test1', u'cached': None, u'state': u'present', u'vdo_pool_size': None, u'mount_mode': None, u'cache_size': None, u'thin_pool_name': None, u'cache_devices': [], u'thin_pool_size': None, u'encryption_cipher': None, u'fs_create_options': None, u'deduplication': None}], u'shared': False, u'encryption_clevis_pin': None, u'type': u'lvm', u'encryption_cipher': None, u'raid_chunk_size': None}], u'volumes': [], u'pool_defaults': {u'raid_metadata_version': None, u'encryption_cipher': None, u'encryption_key': None, u'encryption_luks_version': None, u'raid_spare_count': None, u'grow_to_fill': False, u'encryption_password': None, u'encryption': False, u'disks': [], u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'volumes': [], u'shared': False, u'type': u'lvm', u'encryption_key_size': None, u'raid_chunk_size': None}, u'volume_defaults': {u'raid_metadata_version': None, u'raid_level': None, u'fs_type': u'xfs', u'mount_options': u'defaults', u'size': 0, u'mount_point': u'', u'compression': None, u'encryption_password': None, u'encryption': False, u'mount_device_identifier': u'uuid', u'raid_device_count': None, u'state': u'present', u'vdo_pool_size': None, u'thin_pool_name': None, u'type': u'lvm', u'encryption_key_size': None, u'encryption_cipher': None, u'encryption_key': None, u'fs_label': u'', u'encryption_luks_version': None, u'raid_stripe_size': None, u'cache_size': 0, u'raid_spare_count': None, u'cache_mode': None, u'deduplication': None, u'cached': False, u'fs_overwrite_existing': True, u'disks': [], u'thin_pool_size': None, u'thin': None, u'mount_check': 0, u'mount_passno': 0, u'raid_chunk_size': None, u'cache_devices': [], u'fs_create_options': u''}, u'use_partitions': None}}, u'mounts': [], u'packages': [], u'msg': u"invalid size specification 'xyz GiB' in pool 'foo'"} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 13:01:58 -0400 (0:00:00.138) 0:10:24.331 *********** TASK [Check that we failed in the role] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:23 Sunday 06 July 2025 13:01:58 -0400 (0:00:00.073) 0:10:24.404 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:28 Sunday 06 July 2025 13:01:58 -0400 (0:00:00.087) 0:10:24.492 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:39 Sunday 06 July 2025 13:01:58 -0400 (0:00:00.155) 0:10:24.647 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test for correct handling of invalid size specification] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:168 Sunday 06 July 2025 13:01:58 -0400 (0:00:00.053) 0:10:24.701 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml for managed-node12 TASK [Store global variable value copy] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:4 Sunday 06 July 2025 13:01:58 -0400 (0:00:00.309) 0:10:25.011 *********** ok: [managed-node12] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:10 Sunday 06 July 2025 13:01:59 -0400 (0:00:00.302) 0:10:25.313 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 13:01:59 -0400 (0:00:00.352) 0:10:25.666 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 13:01:59 -0400 (0:00:00.259) 0:10:25.926 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 13:01:59 -0400 (0:00:00.154) 0:10:26.080 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 13:02:00 -0400 (0:00:00.332) 0:10:26.413 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 13:02:00 -0400 (0:00:00.231) 0:10:26.644 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 13:02:00 -0400 (0:00:00.224) 0:10:26.869 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 13:02:00 -0400 (0:00:00.183) 0:10:27.053 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 13:02:00 -0400 (0:00:00.219) 0:10:27.284 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 13:02:01 -0400 (0:00:00.352) 0:10:27.637 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 13:02:01 -0400 (0:00:00.218) 0:10:27.856 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "none" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 13:02:01 -0400 (0:00:00.225) 0:10:28.082 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 13:02:02 -0400 (0:00:00.257) 0:10:28.339 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 13:02:02 -0400 (0:00:00.228) 0:10:28.567 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 13:02:02 -0400 (0:00:00.169) 0:10:28.737 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 13:02:02 -0400 (0:00:00.202) 0:10:28.958 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 13:02:02 -0400 (0:00:00.225) 0:10:29.184 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 13:02:03 -0400 (0:00:00.314) 0:10:29.499 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 13:02:03 -0400 (0:00:00.202) 0:10:29.701 *********** fatal: [managed-node12]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid size specification 'none' in pool 'foo' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:111 Sunday 06 July 2025 13:02:08 -0400 (0:00:05.102) 0:10:34.803 *********** fatal: [managed-node12]: FAILED! => { "changed": false } MSG: {u'_ansible_no_log': False, u'crypts': [], u'pools': [], u'leaves': [], u'changed': False, u'actions': [], u'failed': True, u'volumes': [], u'invocation': {u'module_args': {u'packages_only': False, u'uses_kmod_kvdo': True, u'disklabel_type': None, u'safe_mode': False, u'diskvolume_mkfs_option_map': {u'ext4': u'-F', u'ext3': u'-F', u'ext2': u'-F'}, u'pools': [{u'raid_metadata_version': None, u'encryption_key_size': None, u'encryption_key': None, u'encryption_luks_version': None, u'encryption_tang_url': None, u'raid_spare_count': None, u'grow_to_fill': False, u'encryption_tang_thumbprint': None, u'name': u'foo', u'encryption_password': None, u'encryption': False, u'disks': [u'sda'], u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'volumes': [{u'thin': False, u'encryption_key_size': None, u'encryption_key': None, u'fs_label': None, u'encryption_luks_version': None, u'raid_stripe_size': None, u'fs_type': u'ext4', u'mount_options': None, u'type': None, u'mount_user': None, u'raid_disks': [], u'size': u'none', u'cache_mode': None, u'mount_point': u'/opt/test1', u'compression': None, u'encryption_password': None, u'mount_group': None, u'encryption': None, u'raid_level': None, u'name': u'test1', u'cached': None, u'state': u'present', u'vdo_pool_size': None, u'mount_mode': None, u'cache_size': None, u'thin_pool_name': None, u'cache_devices': [], u'thin_pool_size': None, u'encryption_cipher': None, u'fs_create_options': None, u'deduplication': None}], u'shared': False, u'encryption_clevis_pin': None, u'type': u'lvm', u'encryption_cipher': None, u'raid_chunk_size': None}], u'volumes': [], u'pool_defaults': {u'raid_metadata_version': None, u'encryption_cipher': None, u'encryption_key': None, u'encryption_luks_version': None, u'raid_spare_count': None, u'grow_to_fill': False, u'encryption_password': None, u'encryption': False, u'disks': [], u'raid_level': None, u'raid_device_count': None, u'state': u'present', u'volumes': [], u'shared': False, u'type': u'lvm', u'encryption_key_size': None, u'raid_chunk_size': None}, u'volume_defaults': {u'raid_metadata_version': None, u'raid_level': None, u'fs_type': u'xfs', u'mount_options': u'defaults', u'size': 0, u'mount_point': u'', u'compression': None, u'encryption_password': None, u'encryption': False, u'mount_device_identifier': u'uuid', u'raid_device_count': None, u'state': u'present', u'vdo_pool_size': None, u'thin_pool_name': None, u'type': u'lvm', u'encryption_key_size': None, u'encryption_cipher': None, u'encryption_key': None, u'fs_label': u'', u'encryption_luks_version': None, u'raid_stripe_size': None, u'cache_size': 0, u'raid_spare_count': None, u'cache_mode': None, u'deduplication': None, u'cached': False, u'fs_overwrite_existing': True, u'disks': [], u'thin_pool_size': None, u'thin': None, u'mount_check': 0, u'mount_passno': 0, u'raid_chunk_size': None, u'cache_devices': [], u'fs_create_options': u''}, u'use_partitions': None}}, u'mounts': [], u'packages': [], u'msg': u"invalid size specification 'none' in pool 'foo'"} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 13:02:08 -0400 (0:00:00.279) 0:10:35.083 *********** TASK [Check that we failed in the role] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:23 Sunday 06 July 2025 13:02:08 -0400 (0:00:00.122) 0:10:35.205 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:28 Sunday 06 July 2025 13:02:09 -0400 (0:00:00.243) 0:10:35.448 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-failed.yml:39 Sunday 06 July 2025 13:02:09 -0400 (0:00:00.354) 0:10:35.803 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up] **************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:185 Sunday 06 July 2025 13:02:09 -0400 (0:00:00.202) 0:10:36.005 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 13:02:10 -0400 (0:00:00.738) 0:10:36.744 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 13:02:10 -0400 (0:00:00.322) 0:10:37.067 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 13:02:10 -0400 (0:00:00.214) 0:10:37.281 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 13:02:11 -0400 (0:00:00.350) 0:10:37.632 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 13:02:11 -0400 (0:00:00.179) 0:10:37.812 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 13:02:11 -0400 (0:00:00.184) 0:10:37.997 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 13:02:11 -0400 (0:00:00.234) 0:10:38.232 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 13:02:12 -0400 (0:00:00.187) 0:10:38.419 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 13:02:12 -0400 (0:00:00.582) 0:10:39.001 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 13:02:12 -0400 (0:00:00.286) 0:10:39.288 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 13:02:13 -0400 (0:00:00.283) 0:10:39.571 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 13:02:13 -0400 (0:00:00.267) 0:10:39.838 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 13:02:13 -0400 (0:00:00.184) 0:10:40.023 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 13:02:13 -0400 (0:00:00.214) 0:10:40.238 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 13:02:14 -0400 (0:00:00.275) 0:10:40.513 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 13:02:14 -0400 (0:00:00.204) 0:10:40.717 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 13:02:14 -0400 (0:00:00.280) 0:10:40.998 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 13:02:14 -0400 (0:00:00.184) 0:10:41.182 *********** changed: [managed-node12] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 13:02:20 -0400 (0:00:05.500) 0:10:46.682 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 13:02:20 -0400 (0:00:00.154) 0:10:46.837 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751820780.7247953, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b95df90798c1adba66c669f2bd76d2d16d86df5", "ctime": 1751820780.7217953, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751820780.7217953, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 13:02:21 -0400 (0:00:00.848) 0:10:47.685 *********** ok: [managed-node12] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 13:02:22 -0400 (0:00:00.800) 0:10:48.486 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 13:02:22 -0400 (0:00:00.123) 0:10:48.610 *********** ok: [managed-node12] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 13:02:22 -0400 (0:00:00.146) 0:10:48.756 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 13:02:22 -0400 (0:00:00.180) 0:10:48.937 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 13:02:22 -0400 (0:00:00.101) 0:10:49.038 *********** changed: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'state': u'absent', u'fstype': u'ext4', u'path': u'/opt/test1'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 13:02:23 -0400 (0:00:00.788) 0:10:49.827 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 13:02:24 -0400 (0:00:00.736) 0:10:50.563 *********** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 13:02:24 -0400 (0:00:00.136) 0:10:50.700 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 13:02:24 -0400 (0:00:00.131) 0:10:50.832 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 13:02:25 -0400 (0:00:00.993) 0:10:51.826 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 13:02:26 -0400 (0:00:00.793) 0:10:52.619 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 13:02:26 -0400 (0:00:00.100) 0:10:52.719 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:198 Sunday 06 July 2025 13:02:27 -0400 (0:00:01.108) 0:10:53.828 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 13:02:27 -0400 (0:00:00.171) 0:10:53.999 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 13:02:27 -0400 (0:00:00.259) 0:10:54.259 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 13:02:28 -0400 (0:00:00.062) 0:10:54.322 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 13:02:28 -0400 (0:00:00.451) 0:10:54.773 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002758", "end": "2025-07-06 13:02:28.859086", "rc": 0, "start": "2025-07-06 13:02:28.856328" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 13:02:28 -0400 (0:00:00.515) 0:10:55.289 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002482", "end": "2025-07-06 13:02:29.438688", "failed_when_result": false, "rc": 0, "start": "2025-07-06 13:02:29.436206" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 13:02:29 -0400 (0:00:00.549) 0:10:55.838 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 13:02:29 -0400 (0:00:00.114) 0:10:55.953 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 13:02:29 -0400 (0:00:00.048) 0:10:56.001 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 13:02:29 -0400 (0:00:00.063) 0:10:56.065 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 13:02:29 -0400 (0:00:00.087) 0:10:56.153 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 13:02:30 -0400 (0:00:00.209) 0:10:56.362 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 13:02:30 -0400 (0:00:00.114) 0:10:56.476 *********** TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 13:02:30 -0400 (0:00:00.098) 0:10:56.575 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 13:02:30 -0400 (0:00:00.080) 0:10:56.656 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 13:02:30 -0400 (0:00:00.082) 0:10:56.739 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 13:02:30 -0400 (0:00:00.116) 0:10:56.855 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 13:02:30 -0400 (0:00:00.061) 0:10:56.916 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 13:02:30 -0400 (0:00:00.056) 0:10:56.973 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 13:02:30 -0400 (0:00:00.103) 0:10:57.077 *********** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 13:02:30 -0400 (0:00:00.091) 0:10:57.168 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 13:02:31 -0400 (0:00:00.418) 0:10:57.587 *********** TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 13:02:31 -0400 (0:00:00.057) 0:10:57.644 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 13:02:31 -0400 (0:00:00.117) 0:10:57.762 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 13:02:31 -0400 (0:00:00.067) 0:10:57.830 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 13:02:31 -0400 (0:00:00.051) 0:10:57.881 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 13:02:31 -0400 (0:00:00.083) 0:10:57.965 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 13:02:31 -0400 (0:00:00.064) 0:10:58.029 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 13:02:31 -0400 (0:00:00.054) 0:10:58.084 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 13:02:31 -0400 (0:00:00.092) 0:10:58.176 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 13:02:31 -0400 (0:00:00.052) 0:10:58.229 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 13:02:32 -0400 (0:00:00.078) 0:10:58.307 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 13:02:32 -0400 (0:00:00.104) 0:10:58.412 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 13:02:32 -0400 (0:00:00.077) 0:10:58.489 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 13:02:32 -0400 (0:00:00.098) 0:10:58.588 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 13:02:32 -0400 (0:00:00.223) 0:10:58.812 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 13:02:32 -0400 (0:00:00.247) 0:10:59.060 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 13:02:32 -0400 (0:00:00.111) 0:10:59.171 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 13:02:32 -0400 (0:00:00.114) 0:10:59.286 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 13:02:33 -0400 (0:00:00.097) 0:10:59.383 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 13:02:33 -0400 (0:00:00.078) 0:10:59.462 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 13:02:33 -0400 (0:00:00.070) 0:10:59.532 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 13:02:33 -0400 (0:00:00.057) 0:10:59.590 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 13:02:33 -0400 (0:00:00.050) 0:10:59.640 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 13:02:33 -0400 (0:00:00.147) 0:10:59.787 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 13:02:33 -0400 (0:00:00.172) 0:10:59.960 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 13:02:33 -0400 (0:00:00.134) 0:11:00.094 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 13:02:33 -0400 (0:00:00.102) 0:11:00.197 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 13:02:34 -0400 (0:00:00.205) 0:11:00.403 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 13:02:34 -0400 (0:00:00.091) 0:11:00.495 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 13:02:34 -0400 (0:00:00.144) 0:11:00.639 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 13:02:34 -0400 (0:00:00.085) 0:11:00.725 *********** TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 13:02:34 -0400 (0:00:00.091) 0:11:00.816 *********** TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 13:02:34 -0400 (0:00:00.047) 0:11:00.863 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 13:02:34 -0400 (0:00:00.080) 0:11:00.944 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 13:02:34 -0400 (0:00:00.177) 0:11:01.122 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 13:02:34 -0400 (0:00:00.128) 0:11:01.250 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 13:02:35 -0400 (0:00:00.056) 0:11:01.307 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 13:02:35 -0400 (0:00:00.142) 0:11:01.449 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 13:02:35 -0400 (0:00:00.097) 0:11:01.547 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 13:02:35 -0400 (0:00:00.102) 0:11:01.649 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 13:02:35 -0400 (0:00:00.074) 0:11:01.724 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 13:02:35 -0400 (0:00:00.061) 0:11:01.785 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 13:02:35 -0400 (0:00:00.081) 0:11:01.867 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 13:02:35 -0400 (0:00:00.140) 0:11:02.007 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 13:02:35 -0400 (0:00:00.060) 0:11:02.068 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 13:02:35 -0400 (0:00:00.058) 0:11:02.127 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 13:02:35 -0400 (0:00:00.057) 0:11:02.184 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 13:02:35 -0400 (0:00:00.049) 0:11:02.234 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 13:02:35 -0400 (0:00:00.048) 0:11:02.282 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 13:02:36 -0400 (0:00:00.074) 0:11:02.356 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 13:02:36 -0400 (0:00:00.062) 0:11:02.419 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 13:02:36 -0400 (0:00:00.125) 0:11:02.544 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 13:02:36 -0400 (0:00:00.166) 0:11:02.711 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 13:02:36 -0400 (0:00:00.070) 0:11:02.782 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 13:02:36 -0400 (0:00:00.399) 0:11:03.182 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 13:02:36 -0400 (0:00:00.063) 0:11:03.246 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 13:02:37 -0400 (0:00:00.068) 0:11:03.314 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 13:02:37 -0400 (0:00:00.086) 0:11:03.401 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 13:02:37 -0400 (0:00:00.098) 0:11:03.500 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 13:02:37 -0400 (0:00:00.096) 0:11:03.596 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 13:02:37 -0400 (0:00:00.105) 0:11:03.702 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 13:02:37 -0400 (0:00:00.109) 0:11:03.811 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 13:02:37 -0400 (0:00:00.095) 0:11:03.907 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 13:02:37 -0400 (0:00:00.058) 0:11:03.965 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 13:02:37 -0400 (0:00:00.077) 0:11:04.043 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 13:02:37 -0400 (0:00:00.080) 0:11:04.123 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 13:02:37 -0400 (0:00:00.104) 0:11:04.227 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 13:02:38 -0400 (0:00:00.100) 0:11:04.327 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 13:02:38 -0400 (0:00:00.114) 0:11:04.442 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 13:02:38 -0400 (0:00:00.050) 0:11:04.492 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 13:02:38 -0400 (0:00:00.065) 0:11:04.557 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 13:02:38 -0400 (0:00:00.067) 0:11:04.625 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 13:02:38 -0400 (0:00:00.066) 0:11:04.692 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 13:02:38 -0400 (0:00:00.119) 0:11:04.811 *********** ok: [managed-node12] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 13:02:39 -0400 (0:00:00.649) 0:11:05.461 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 13:02:39 -0400 (0:00:00.123) 0:11:05.584 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 13:02:39 -0400 (0:00:00.063) 0:11:05.648 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 13:02:39 -0400 (0:00:00.074) 0:11:05.722 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 13:02:39 -0400 (0:00:00.096) 0:11:05.819 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 13:02:39 -0400 (0:00:00.183) 0:11:06.002 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 13:02:39 -0400 (0:00:00.075) 0:11:06.078 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 13:02:39 -0400 (0:00:00.071) 0:11:06.149 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 13:02:40 -0400 (0:00:00.843) 0:11:06.993 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 13:02:40 -0400 (0:00:00.076) 0:11:07.069 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 13:02:40 -0400 (0:00:00.075) 0:11:07.144 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 13:02:40 -0400 (0:00:00.071) 0:11:07.216 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 13:02:40 -0400 (0:00:00.073) 0:11:07.290 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 13:02:41 -0400 (0:00:00.055) 0:11:07.345 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 13:02:41 -0400 (0:00:00.056) 0:11:07.401 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 13:02:41 -0400 (0:00:00.046) 0:11:07.448 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 13:02:41 -0400 (0:00:00.060) 0:11:07.509 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 13:02:41 -0400 (0:00:00.091) 0:11:07.600 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 13:02:41 -0400 (0:00:00.066) 0:11:07.667 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 13:02:41 -0400 (0:00:00.058) 0:11:07.726 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 13:02:41 -0400 (0:00:00.117) 0:11:07.843 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 13:02:41 -0400 (0:00:00.101) 0:11:07.945 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 13:02:41 -0400 (0:00:00.125) 0:11:08.070 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 13:02:41 -0400 (0:00:00.100) 0:11:08.170 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 13:02:41 -0400 (0:00:00.096) 0:11:08.267 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 13:02:42 -0400 (0:00:00.060) 0:11:08.328 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 13:02:42 -0400 (0:00:00.077) 0:11:08.405 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 13:02:42 -0400 (0:00:00.058) 0:11:08.464 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 13:02:42 -0400 (0:00:00.053) 0:11:08.517 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 13:02:42 -0400 (0:00:00.047) 0:11:08.564 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 13:02:42 -0400 (0:00:00.052) 0:11:08.617 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 13:02:42 -0400 (0:00:00.053) 0:11:08.670 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 13:02:42 -0400 (0:00:00.050) 0:11:08.721 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 13:02:42 -0400 (0:00:00.063) 0:11:08.785 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 13:02:42 -0400 (0:00:00.144) 0:11:08.930 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 13:02:42 -0400 (0:00:00.081) 0:11:09.011 *********** ok: [managed-node12] => { "storage_test_expected_size": "10898479513" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 13:02:42 -0400 (0:00:00.065) 0:11:09.077 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 13:02:42 -0400 (0:00:00.111) 0:11:09.188 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.141) 0:11:09.329 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.050) 0:11:09.380 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.097) 0:11:09.477 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.065) 0:11:09.543 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.059) 0:11:09.603 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.051) 0:11:09.654 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.052) 0:11:09.706 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.056) 0:11:09.763 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.058) 0:11:09.821 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.074) 0:11:09.896 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.074) 0:11:09.971 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.058) 0:11:10.029 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.095) 0:11:10.124 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.059) 0:11:10.184 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 13:02:43 -0400 (0:00:00.062) 0:11:10.246 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 13:02:44 -0400 (0:00:00.075) 0:11:10.322 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 13:02:44 -0400 (0:00:00.059) 0:11:10.381 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 13:02:44 -0400 (0:00:00.056) 0:11:10.438 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 13:02:44 -0400 (0:00:00.061) 0:11:10.500 *********** ok: [managed-node12] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 13:02:44 -0400 (0:00:00.057) 0:11:10.557 *********** ok: [managed-node12] => { "storage_test_expected_size": "10898479513" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 13:02:44 -0400 (0:00:00.081) 0:11:10.639 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 13:02:44 -0400 (0:00:00.100) 0:11:10.739 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 13:02:44 -0400 (0:00:00.081) 0:11:10.820 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 13:02:44 -0400 (0:00:00.116) 0:11:10.937 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 13:02:44 -0400 (0:00:00.115) 0:11:11.052 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 13:02:44 -0400 (0:00:00.070) 0:11:11.122 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 13:02:44 -0400 (0:00:00.109) 0:11:11.232 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 13:02:45 -0400 (0:00:00.081) 0:11:11.313 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 13:02:45 -0400 (0:00:00.105) 0:11:11.418 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 13:02:45 -0400 (0:00:00.100) 0:11:11.519 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 13:02:45 -0400 (0:00:00.107) 0:11:11.627 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a LVM logical volume with for ext3 FS size 5g] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:205 Sunday 06 July 2025 13:02:45 -0400 (0:00:00.080) 0:11:11.707 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 13:02:45 -0400 (0:00:00.196) 0:11:11.903 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 13:02:45 -0400 (0:00:00.110) 0:11:12.014 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 13:02:45 -0400 (0:00:00.072) 0:11:12.086 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 13:02:45 -0400 (0:00:00.132) 0:11:12.219 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 13:02:45 -0400 (0:00:00.055) 0:11:12.275 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 13:02:46 -0400 (0:00:00.049) 0:11:12.324 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 13:02:46 -0400 (0:00:00.050) 0:11:12.375 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 13:02:46 -0400 (0:00:00.052) 0:11:12.428 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 13:02:46 -0400 (0:00:00.179) 0:11:12.607 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 13:02:46 -0400 (0:00:00.071) 0:11:12.679 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 13:02:46 -0400 (0:00:00.133) 0:11:12.812 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 13:02:46 -0400 (0:00:00.096) 0:11:12.909 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 13:02:46 -0400 (0:00:00.087) 0:11:12.996 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 13:02:46 -0400 (0:00:00.096) 0:11:13.093 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 13:02:46 -0400 (0:00:00.099) 0:11:13.193 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 13:02:46 -0400 (0:00:00.077) 0:11:13.270 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 13:02:47 -0400 (0:00:00.102) 0:11:13.373 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 13:02:47 -0400 (0:00:00.089) 0:11:13.463 *********** changed: [managed-node12] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 13:02:54 -0400 (0:00:07.428) 0:11:20.891 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 13:02:54 -0400 (0:00:00.032) 0:11:20.924 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821344.059057, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1751821343.3440542, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751821343.3440542, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 13:02:54 -0400 (0:00:00.289) 0:11:21.214 *********** ok: [managed-node12] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 13:02:55 -0400 (0:00:00.292) 0:11:21.506 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 13:02:55 -0400 (0:00:00.028) 0:11:21.535 *********** ok: [managed-node12] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 13:02:55 -0400 (0:00:00.043) 0:11:21.579 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 13:02:55 -0400 (0:00:00.041) 0:11:21.621 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 13:02:55 -0400 (0:00:00.035) 0:11:21.657 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 13:02:55 -0400 (0:00:00.029) 0:11:21.687 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 13:02:55 -0400 (0:00:00.460) 0:11:22.147 *********** changed: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext3', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 13:02:56 -0400 (0:00:00.361) 0:11:22.509 *********** skipping: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext3', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 13:02:56 -0400 (0:00:00.067) 0:11:22.576 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 13:02:56 -0400 (0:00:00.477) 0:11:23.054 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 13:02:57 -0400 (0:00:00.298) 0:11:23.352 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 13:02:57 -0400 (0:00:00.030) 0:11:23.382 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:221 Sunday 06 July 2025 13:02:57 -0400 (0:00:00.691) 0:11:24.074 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 13:02:57 -0400 (0:00:00.109) 0:11:24.183 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 13:02:57 -0400 (0:00:00.045) 0:11:24.229 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 13:02:57 -0400 (0:00:00.038) 0:11:24.268 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "48d9f4ea-176e-43d3-aab6-fe7538afe77e" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gnvpFF-tyTj-M5uP-8s5h-2011-ypXV-h6AOmB" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 13:02:58 -0400 (0:00:00.306) 0:11:24.574 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003157", "end": "2025-07-06 13:02:58.494288", "rc": 0, "start": "2025-07-06 13:02:58.491131" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 13:02:58 -0400 (0:00:00.275) 0:11:24.850 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002593", "end": "2025-07-06 13:02:58.783128", "failed_when_result": false, "rc": 0, "start": "2025-07-06 13:02:58.780535" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 13:02:58 -0400 (0:00:00.308) 0:11:25.158 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 13:02:58 -0400 (0:00:00.107) 0:11:25.266 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 13:02:59 -0400 (0:00:00.045) 0:11:25.312 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018357", "end": "2025-07-06 13:02:59.279171", "rc": 0, "start": "2025-07-06 13:02:59.260814" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 13:02:59 -0400 (0:00:00.333) 0:11:25.645 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 13:02:59 -0400 (0:00:00.059) 0:11:25.704 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 13:02:59 -0400 (0:00:00.090) 0:11:25.795 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 13:02:59 -0400 (0:00:00.047) 0:11:25.843 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 13:02:59 -0400 (0:00:00.325) 0:11:26.168 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 13:02:59 -0400 (0:00:00.057) 0:11:26.226 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 13:02:59 -0400 (0:00:00.065) 0:11:26.291 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.069) 0:11:26.360 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.062) 0:11:26.422 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.055) 0:11:26.478 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.048) 0:11:26.527 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.062) 0:11:26.590 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.247) 0:11:26.837 *********** skipping: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.062) 0:11:26.899 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.110) 0:11:27.010 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.051) 0:11:27.061 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.040) 0:11:27.102 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.046) 0:11:27.149 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.041) 0:11:27.190 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.033) 0:11:27.224 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.033) 0:11:27.257 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 13:03:00 -0400 (0:00:00.032) 0:11:27.289 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.041) 0:11:27.331 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.055) 0:11:27.387 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.053) 0:11:27.441 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.055) 0:11:27.496 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.117) 0:11:27.614 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.118) 0:11:27.733 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.055) 0:11:27.788 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.064) 0:11:27.853 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.044) 0:11:27.898 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.039) 0:11:27.937 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.044) 0:11:27.982 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.092) 0:11:28.075 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.056) 0:11:28.131 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 13:03:01 -0400 (0:00:00.122) 0:11:28.253 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.118) 0:11:28.372 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.048) 0:11:28.420 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.050) 0:11:28.471 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.053) 0:11:28.525 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.051) 0:11:28.576 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.128) 0:11:28.704 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.061) 0:11:28.766 *********** skipping: [managed-node12] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.062) 0:11:28.829 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node12 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.122) 0:11:28.951 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.057) 0:11:29.009 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.060) 0:11:29.069 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.053) 0:11:29.123 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.051) 0:11:29.174 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.051) 0:11:29.226 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 13:03:02 -0400 (0:00:00.057) 0:11:29.283 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.053) 0:11:29.336 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.130) 0:11:29.467 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.120) 0:11:29.587 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.053) 0:11:29.640 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.052) 0:11:29.693 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.049) 0:11:29.742 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.048) 0:11:29.791 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.049) 0:11:29.840 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.053) 0:11:29.894 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.058) 0:11:29.953 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.147) 0:11:30.100 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.053) 0:11:30.154 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.050) 0:11:30.204 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 13:03:03 -0400 (0:00:00.054) 0:11:30.258 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 13:03:04 -0400 (0:00:00.048) 0:11:30.307 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 13:03:04 -0400 (0:00:00.048) 0:11:30.356 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 13:03:04 -0400 (0:00:00.050) 0:11:30.406 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 13:03:04 -0400 (0:00:00.053) 0:11:30.460 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 13:03:04 -0400 (0:00:00.052) 0:11:30.512 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 13:03:04 -0400 (0:00:00.104) 0:11:30.617 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 13:03:04 -0400 (0:00:00.059) 0:11:30.677 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 13:03:04 -0400 (0:00:00.260) 0:11:30.937 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 13:03:04 -0400 (0:00:00.074) 0:11:31.012 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 13:03:04 -0400 (0:00:00.064) 0:11:31.076 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 13:03:04 -0400 (0:00:00.066) 0:11:31.143 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 13:03:04 -0400 (0:00:00.063) 0:11:31.206 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 13:03:04 -0400 (0:00:00.057) 0:11:31.264 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.055) 0:11:31.320 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.122) 0:11:31.442 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.059) 0:11:31.501 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.053) 0:11:31.554 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.053) 0:11:31.608 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.052) 0:11:31.660 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.087) 0:11:31.747 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.064) 0:11:31.812 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.062) 0:11:31.874 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.051) 0:11:31.925 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.060) 0:11:31.985 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.068) 0:11:32.054 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.076) 0:11:32.130 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 13:03:05 -0400 (0:00:00.075) 0:11:32.206 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821374.49018, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751821374.49018, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 224505, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751821374.49018, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 13:03:06 -0400 (0:00:00.347) 0:11:32.554 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 13:03:06 -0400 (0:00:00.064) 0:11:32.619 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 13:03:06 -0400 (0:00:00.051) 0:11:32.671 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 13:03:06 -0400 (0:00:00.064) 0:11:32.735 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 13:03:06 -0400 (0:00:00.058) 0:11:32.793 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 13:03:06 -0400 (0:00:00.048) 0:11:32.842 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 13:03:06 -0400 (0:00:00.063) 0:11:32.906 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 13:03:06 -0400 (0:00:00.051) 0:11:32.957 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.532) 0:11:33.489 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.033) 0:11:33.523 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.034) 0:11:33.558 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.051) 0:11:33.609 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.049) 0:11:33.658 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.049) 0:11:33.708 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.050) 0:11:33.759 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.050) 0:11:33.809 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.053) 0:11:33.863 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.063) 0:11:33.927 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.062) 0:11:33.989 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.049) 0:11:34.039 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.051) 0:11:34.091 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.046) 0:11:34.137 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.043) 0:11:34.181 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.043) 0:11:34.225 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.036) 0:11:34.261 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 13:03:07 -0400 (0:00:00.032) 0:11:34.294 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 13:03:08 -0400 (0:00:00.031) 0:11:34.325 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 13:03:08 -0400 (0:00:00.030) 0:11:34.356 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 13:03:08 -0400 (0:00:00.034) 0:11:34.391 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 13:03:08 -0400 (0:00:00.031) 0:11:34.423 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 13:03:08 -0400 (0:00:00.031) 0:11:34.454 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 13:03:08 -0400 (0:00:00.032) 0:11:34.487 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 13:03:08 -0400 (0:00:00.032) 0:11:34.520 *********** ok: [managed-node12] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 13:03:08 -0400 (0:00:00.349) 0:11:34.870 *********** ok: [managed-node12] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 13:03:08 -0400 (0:00:00.357) 0:11:35.228 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 13:03:08 -0400 (0:00:00.065) 0:11:35.294 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.059) 0:11:35.353 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.345) 0:11:35.699 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.050) 0:11:35.750 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.044) 0:11:35.794 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.039) 0:11:35.833 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.036) 0:11:35.870 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.040) 0:11:35.911 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.053) 0:11:35.964 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.049) 0:11:36.014 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.048) 0:11:36.062 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.099) 0:11:36.162 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.038) 0:11:36.201 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.038) 0:11:36.240 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 13:03:09 -0400 (0:00:00.047) 0:11:36.287 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 13:03:10 -0400 (0:00:00.053) 0:11:36.341 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 13:03:10 -0400 (0:00:00.053) 0:11:36.394 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 13:03:10 -0400 (0:00:00.058) 0:11:36.453 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 13:03:10 -0400 (0:00:00.051) 0:11:36.504 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 13:03:10 -0400 (0:00:00.046) 0:11:36.551 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 13:03:10 -0400 (0:00:00.046) 0:11:36.597 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 13:03:10 -0400 (0:00:00.039) 0:11:36.636 *********** ok: [managed-node12] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 13:03:10 -0400 (0:00:00.039) 0:11:36.676 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 13:03:10 -0400 (0:00:00.038) 0:11:36.715 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 13:03:10 -0400 (0:00:00.063) 0:11:36.779 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.020660", "end": "2025-07-06 13:03:10.764254", "rc": 0, "start": "2025-07-06 13:03:10.743594" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 13:03:10 -0400 (0:00:00.367) 0:11:37.146 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 13:03:10 -0400 (0:00:00.084) 0:11:37.230 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 13:03:10 -0400 (0:00:00.068) 0:11:37.299 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.057) 0:11:37.356 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.056) 0:11:37.412 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.056) 0:11:37.469 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.055) 0:11:37.524 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.052) 0:11:37.577 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.051) 0:11:37.629 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 9g] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:224 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.049) 0:11:37.678 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.106) 0:11:37.785 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.087) 0:11:37.872 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.063) 0:11:37.936 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.119) 0:11:38.055 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.044) 0:11:38.099 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.042) 0:11:38.142 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.041) 0:11:38.183 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 13:03:11 -0400 (0:00:00.044) 0:11:38.227 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 13:03:12 -0400 (0:00:00.079) 0:11:38.306 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 13:03:12 -0400 (0:00:00.046) 0:11:38.353 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 13:03:12 -0400 (0:00:00.062) 0:11:38.416 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 13:03:12 -0400 (0:00:00.061) 0:11:38.477 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 13:03:12 -0400 (0:00:00.052) 0:11:38.530 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 13:03:12 -0400 (0:00:00.052) 0:11:38.583 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 13:03:12 -0400 (0:00:00.052) 0:11:38.635 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 13:03:12 -0400 (0:00:00.048) 0:11:38.684 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 13:03:12 -0400 (0:00:00.073) 0:11:38.757 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 13:03:12 -0400 (0:00:00.048) 0:11:38.806 *********** changed: [managed-node12] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 13:03:18 -0400 (0:00:05.508) 0:11:44.314 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 13:03:18 -0400 (0:00:00.032) 0:11:44.347 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821376.1181865, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1ff1203632e7c5aaed867a74eb25885b038df3b8", "ctime": 1751821376.1151867, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751821376.1151867, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 13:03:18 -0400 (0:00:00.292) 0:11:44.639 *********** ok: [managed-node12] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 13:03:18 -0400 (0:00:00.290) 0:11:44.930 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 13:03:18 -0400 (0:00:00.031) 0:11:44.961 *********** ok: [managed-node12] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 13:03:18 -0400 (0:00:00.044) 0:11:45.006 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 13:03:18 -0400 (0:00:00.042) 0:11:45.048 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 13:03:18 -0400 (0:00:00.050) 0:11:45.099 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 13:03:18 -0400 (0:00:00.053) 0:11:45.152 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 13:03:19 -0400 (0:00:00.490) 0:11:45.642 *********** changed: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext3', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 13:03:19 -0400 (0:00:00.346) 0:11:45.989 *********** skipping: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext3', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 13:03:19 -0400 (0:00:00.066) 0:11:46.056 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 13:03:20 -0400 (0:00:00.448) 0:11:46.505 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 13:03:20 -0400 (0:00:00.322) 0:11:46.827 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 13:03:20 -0400 (0:00:00.037) 0:11:46.864 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:238 Sunday 06 July 2025 13:03:21 -0400 (0:00:00.697) 0:11:47.562 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 13:03:21 -0400 (0:00:00.058) 0:11:47.620 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 13:03:21 -0400 (0:00:00.049) 0:11:47.669 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 13:03:21 -0400 (0:00:00.043) 0:11:47.713 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "48d9f4ea-176e-43d3-aab6-fe7538afe77e" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gnvpFF-tyTj-M5uP-8s5h-2011-ypXV-h6AOmB" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 13:03:21 -0400 (0:00:00.321) 0:11:48.034 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002556", "end": "2025-07-06 13:03:21.958307", "rc": 0, "start": "2025-07-06 13:03:21.955751" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 13:03:22 -0400 (0:00:00.282) 0:11:48.317 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003138", "end": "2025-07-06 13:03:22.241874", "failed_when_result": false, "rc": 0, "start": "2025-07-06 13:03:22.238736" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 13:03:22 -0400 (0:00:00.281) 0:11:48.598 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 13:03:22 -0400 (0:00:00.073) 0:11:48.672 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 13:03:22 -0400 (0:00:00.032) 0:11:48.704 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018096", "end": "2025-07-06 13:03:22.648222", "rc": 0, "start": "2025-07-06 13:03:22.630126" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 13:03:22 -0400 (0:00:00.300) 0:11:49.004 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 13:03:22 -0400 (0:00:00.047) 0:11:49.052 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 13:03:22 -0400 (0:00:00.075) 0:11:49.127 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 13:03:22 -0400 (0:00:00.044) 0:11:49.171 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 13:03:23 -0400 (0:00:00.314) 0:11:49.486 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 13:03:23 -0400 (0:00:00.060) 0:11:49.546 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 13:03:23 -0400 (0:00:00.062) 0:11:49.609 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 13:03:23 -0400 (0:00:00.063) 0:11:49.673 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 13:03:23 -0400 (0:00:00.054) 0:11:49.728 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 13:03:23 -0400 (0:00:00.051) 0:11:49.780 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 13:03:23 -0400 (0:00:00.045) 0:11:49.825 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 13:03:23 -0400 (0:00:00.050) 0:11:49.875 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 13:03:23 -0400 (0:00:00.238) 0:11:50.114 *********** skipping: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 13:03:23 -0400 (0:00:00.045) 0:11:50.159 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 13:03:23 -0400 (0:00:00.068) 0:11:50.227 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 13:03:23 -0400 (0:00:00.035) 0:11:50.263 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.045) 0:11:50.309 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.105) 0:11:50.415 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.054) 0:11:50.470 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.041) 0:11:50.511 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.033) 0:11:50.544 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.033) 0:11:50.578 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.032) 0:11:50.610 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.043) 0:11:50.654 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.050) 0:11:50.704 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.052) 0:11:50.757 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.117) 0:11:50.874 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.096) 0:11:50.971 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.049) 0:11:51.020 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.035) 0:11:51.056 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.033) 0:11:51.089 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.034) 0:11:51.123 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.039) 0:11:51.163 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.044) 0:11:51.208 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 13:03:24 -0400 (0:00:00.052) 0:11:51.261 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.119) 0:11:51.380 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.125) 0:11:51.506 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.047) 0:11:51.554 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.044) 0:11:51.598 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.044) 0:11:51.642 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.041) 0:11:51.684 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.074) 0:11:51.759 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.042) 0:11:51.802 *********** skipping: [managed-node12] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.057) 0:11:51.859 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node12 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.104) 0:11:51.964 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.058) 0:11:52.023 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.060) 0:11:52.083 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.048) 0:11:52.132 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.047) 0:11:52.180 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.052) 0:11:52.233 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 13:03:25 -0400 (0:00:00.051) 0:11:52.285 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.049) 0:11:52.335 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.104) 0:11:52.439 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.108) 0:11:52.548 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.054) 0:11:52.602 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.055) 0:11:52.658 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.049) 0:11:52.708 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.051) 0:11:52.760 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.053) 0:11:52.813 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.051) 0:11:52.865 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.054) 0:11:52.920 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.142) 0:11:53.062 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.054) 0:11:53.116 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.052) 0:11:53.169 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.050) 0:11:53.220 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 13:03:26 -0400 (0:00:00.050) 0:11:53.270 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 13:03:27 -0400 (0:00:00.054) 0:11:53.325 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 13:03:27 -0400 (0:00:00.111) 0:11:53.437 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 13:03:27 -0400 (0:00:00.058) 0:11:53.495 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 13:03:27 -0400 (0:00:00.056) 0:11:53.552 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 13:03:27 -0400 (0:00:00.108) 0:11:53.660 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 13:03:27 -0400 (0:00:00.062) 0:11:53.723 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 13:03:27 -0400 (0:00:00.278) 0:11:54.001 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 13:03:27 -0400 (0:00:00.062) 0:11:54.064 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 13:03:27 -0400 (0:00:00.062) 0:11:54.126 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 13:03:27 -0400 (0:00:00.065) 0:11:54.192 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 13:03:27 -0400 (0:00:00.061) 0:11:54.254 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.061) 0:11:54.316 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.059) 0:11:54.375 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.060) 0:11:54.435 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.053) 0:11:54.489 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.052) 0:11:54.541 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.065) 0:11:54.607 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.061) 0:11:54.668 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.090) 0:11:54.759 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.062) 0:11:54.821 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.060) 0:11:54.882 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.049) 0:11:54.931 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.060) 0:11:54.992 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.056) 0:11:55.048 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.071) 0:11:55.119 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 13:03:28 -0400 (0:00:00.072) 0:11:55.191 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821397.9052746, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751821397.9052746, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 224505, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751821397.9052746, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 13:03:29 -0400 (0:00:00.362) 0:11:55.554 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 13:03:29 -0400 (0:00:00.065) 0:11:55.620 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 13:03:29 -0400 (0:00:00.051) 0:11:55.671 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 13:03:29 -0400 (0:00:00.061) 0:11:55.732 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 13:03:29 -0400 (0:00:00.055) 0:11:55.788 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 13:03:29 -0400 (0:00:00.051) 0:11:55.839 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 13:03:29 -0400 (0:00:00.056) 0:11:55.895 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 13:03:29 -0400 (0:00:00.051) 0:11:55.947 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.540) 0:11:56.487 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.052) 0:11:56.540 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.052) 0:11:56.593 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.069) 0:11:56.662 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.054) 0:11:56.716 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.049) 0:11:56.766 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.052) 0:11:56.818 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.049) 0:11:56.868 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.051) 0:11:56.919 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.061) 0:11:56.981 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.058) 0:11:57.039 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.047) 0:11:57.087 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.054) 0:11:57.141 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.049) 0:11:57.191 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 13:03:30 -0400 (0:00:00.056) 0:11:57.248 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 13:03:31 -0400 (0:00:00.056) 0:11:57.304 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 13:03:31 -0400 (0:00:00.056) 0:11:57.361 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 13:03:31 -0400 (0:00:00.053) 0:11:57.414 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 13:03:31 -0400 (0:00:00.057) 0:11:57.472 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 13:03:31 -0400 (0:00:00.128) 0:11:57.600 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 13:03:31 -0400 (0:00:00.056) 0:11:57.657 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 13:03:31 -0400 (0:00:00.055) 0:11:57.712 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 13:03:31 -0400 (0:00:00.055) 0:11:57.767 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 13:03:31 -0400 (0:00:00.067) 0:11:57.835 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 13:03:31 -0400 (0:00:00.051) 0:11:57.886 *********** ok: [managed-node12] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 13:03:31 -0400 (0:00:00.331) 0:11:58.218 *********** ok: [managed-node12] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 13:03:32 -0400 (0:00:00.354) 0:11:58.572 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 13:03:32 -0400 (0:00:00.058) 0:11:58.630 *********** ok: [managed-node12] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 13:03:32 -0400 (0:00:00.046) 0:11:58.677 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 13:03:32 -0400 (0:00:00.284) 0:11:58.961 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 13:03:32 -0400 (0:00:00.044) 0:11:59.006 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 13:03:32 -0400 (0:00:00.054) 0:11:59.060 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 13:03:32 -0400 (0:00:00.057) 0:11:59.117 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 13:03:32 -0400 (0:00:00.055) 0:11:59.172 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 13:03:32 -0400 (0:00:00.054) 0:11:59.227 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 13:03:32 -0400 (0:00:00.056) 0:11:59.283 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.055) 0:11:59.338 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.055) 0:11:59.394 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.057) 0:11:59.451 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.055) 0:11:59.507 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.056) 0:11:59.563 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.058) 0:11:59.621 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.056) 0:11:59.677 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.055) 0:11:59.733 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.056) 0:11:59.789 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.064) 0:11:59.854 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.053) 0:11:59.908 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.059) 0:11:59.967 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.055) 0:12:00.022 *********** ok: [managed-node12] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.056) 0:12:00.078 *********** ok: [managed-node12] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.054) 0:12:00.133 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 13:03:33 -0400 (0:00:00.068) 0:12:00.201 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.018535", "end": "2025-07-06 13:03:34.188301", "rc": 0, "start": "2025-07-06 13:03:34.169766" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.344) 0:12:00.545 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.042) 0:12:00.588 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.051) 0:12:00.639 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.055) 0:12:00.695 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.048) 0:12:00.744 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.045) 0:12:00.789 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.047) 0:12:00.837 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.033) 0:12:00.871 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.035) 0:12:00.907 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:241 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.033) 0:12:00.940 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.099) 0:12:01.039 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.083) 0:12:01.123 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.060) 0:12:01.183 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 13:03:34 -0400 (0:00:00.107) 0:12:01.291 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.040) 0:12:01.331 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.032) 0:12:01.364 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.032) 0:12:01.397 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.035) 0:12:01.433 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.116) 0:12:01.549 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.055) 0:12:01.605 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.063) 0:12:01.668 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.057) 0:12:01.726 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.055) 0:12:01.782 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.116) 0:12:01.899 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.056) 0:12:01.955 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.050) 0:12:02.006 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.075) 0:12:02.081 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 13:03:35 -0400 (0:00:00.046) 0:12:02.127 *********** changed: [managed-node12] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 13:03:41 -0400 (0:00:05.288) 0:12:07.416 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 13:03:41 -0400 (0:00:00.033) 0:12:07.449 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821376.1181865, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1ff1203632e7c5aaed867a74eb25885b038df3b8", "ctime": 1751821376.1151867, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751821376.1151867, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 13:03:41 -0400 (0:00:00.292) 0:12:07.742 *********** ok: [managed-node12] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 13:03:41 -0400 (0:00:00.285) 0:12:08.027 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 13:03:41 -0400 (0:00:00.036) 0:12:08.064 *********** ok: [managed-node12] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 13:03:41 -0400 (0:00:00.044) 0:12:08.109 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 13:03:41 -0400 (0:00:00.041) 0:12:08.150 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 13:03:41 -0400 (0:00:00.035) 0:12:08.186 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 13:03:41 -0400 (0:00:00.030) 0:12:08.216 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 13:03:42 -0400 (0:00:00.417) 0:12:08.634 *********** changed: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext3', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 13:03:42 -0400 (0:00:00.314) 0:12:08.949 *********** skipping: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext3', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 13:03:42 -0400 (0:00:00.043) 0:12:08.992 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 13:03:43 -0400 (0:00:00.424) 0:12:09.417 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 13:03:43 -0400 (0:00:00.314) 0:12:09.731 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 13:03:43 -0400 (0:00:00.039) 0:12:09.771 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:255 Sunday 06 July 2025 13:03:44 -0400 (0:00:00.644) 0:12:10.415 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 13:03:44 -0400 (0:00:00.064) 0:12:10.480 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 13:03:44 -0400 (0:00:00.060) 0:12:10.540 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 13:03:44 -0400 (0:00:00.047) 0:12:10.588 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "48d9f4ea-176e-43d3-aab6-fe7538afe77e" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "gnvpFF-tyTj-M5uP-8s5h-2011-ypXV-h6AOmB" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 13:03:44 -0400 (0:00:00.315) 0:12:10.904 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002974", "end": "2025-07-06 13:03:44.865175", "rc": 0, "start": "2025-07-06 13:03:44.862201" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 13:03:44 -0400 (0:00:00.321) 0:12:11.225 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002508", "end": "2025-07-06 13:03:45.147420", "failed_when_result": false, "rc": 0, "start": "2025-07-06 13:03:45.144912" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 13:03:45 -0400 (0:00:00.293) 0:12:11.519 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 13:03:45 -0400 (0:00:00.094) 0:12:11.613 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 13:03:45 -0400 (0:00:00.033) 0:12:11.647 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018592", "end": "2025-07-06 13:03:45.613308", "rc": 0, "start": "2025-07-06 13:03:45.594716" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 13:03:45 -0400 (0:00:00.333) 0:12:11.981 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 13:03:45 -0400 (0:00:00.046) 0:12:12.028 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 13:03:45 -0400 (0:00:00.080) 0:12:12.108 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 13:03:45 -0400 (0:00:00.045) 0:12:12.154 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 13:03:46 -0400 (0:00:00.319) 0:12:12.473 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 13:03:46 -0400 (0:00:00.065) 0:12:12.539 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 13:03:46 -0400 (0:00:00.063) 0:12:12.602 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 13:03:46 -0400 (0:00:00.068) 0:12:12.670 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 13:03:46 -0400 (0:00:00.116) 0:12:12.787 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 13:03:46 -0400 (0:00:00.049) 0:12:12.836 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 13:03:46 -0400 (0:00:00.042) 0:12:12.879 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 13:03:46 -0400 (0:00:00.051) 0:12:12.931 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 13:03:46 -0400 (0:00:00.227) 0:12:13.159 *********** skipping: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 13:03:46 -0400 (0:00:00.051) 0:12:13.210 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 13:03:46 -0400 (0:00:00.071) 0:12:13.282 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.035) 0:12:13.317 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.042) 0:12:13.360 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.052) 0:12:13.412 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.043) 0:12:13.456 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.045) 0:12:13.501 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.043) 0:12:13.544 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.041) 0:12:13.586 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.036) 0:12:13.623 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.034) 0:12:13.657 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.040) 0:12:13.698 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.052) 0:12:13.750 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.120) 0:12:13.871 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.109) 0:12:13.980 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.044) 0:12:14.024 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.044) 0:12:14.068 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.041) 0:12:14.110 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.043) 0:12:14.153 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.032) 0:12:14.186 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.031) 0:12:14.217 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 13:03:47 -0400 (0:00:00.039) 0:12:14.256 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.116) 0:12:14.373 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.119) 0:12:14.492 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.050) 0:12:14.543 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.048) 0:12:14.591 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.043) 0:12:14.634 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.046) 0:12:14.680 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.091) 0:12:14.771 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.039) 0:12:14.811 *********** skipping: [managed-node12] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.042) 0:12:14.853 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node12 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.095) 0:12:14.949 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.058) 0:12:15.007 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.057) 0:12:15.065 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.050) 0:12:15.115 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.050) 0:12:15.166 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.058) 0:12:15.224 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 13:03:48 -0400 (0:00:00.052) 0:12:15.276 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.051) 0:12:15.328 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.119) 0:12:15.447 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.091) 0:12:15.539 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.033) 0:12:15.573 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.044) 0:12:15.617 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.051) 0:12:15.668 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.122) 0:12:15.791 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.056) 0:12:15.848 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.054) 0:12:15.903 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.051) 0:12:15.954 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.141) 0:12:16.096 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.052) 0:12:16.149 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.049) 0:12:16.199 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 13:03:49 -0400 (0:00:00.060) 0:12:16.259 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 13:03:50 -0400 (0:00:00.049) 0:12:16.309 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 13:03:50 -0400 (0:00:00.049) 0:12:16.358 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 13:03:50 -0400 (0:00:00.054) 0:12:16.413 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 13:03:50 -0400 (0:00:00.052) 0:12:16.465 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 13:03:50 -0400 (0:00:00.052) 0:12:16.518 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 13:03:50 -0400 (0:00:00.105) 0:12:16.623 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 13:03:50 -0400 (0:00:00.058) 0:12:16.682 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 13:03:50 -0400 (0:00:00.275) 0:12:16.958 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 13:03:50 -0400 (0:00:00.061) 0:12:17.019 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 13:03:50 -0400 (0:00:00.064) 0:12:17.084 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 13:03:50 -0400 (0:00:00.066) 0:12:17.151 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 13:03:50 -0400 (0:00:00.062) 0:12:17.213 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 13:03:50 -0400 (0:00:00.078) 0:12:17.291 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.060) 0:12:17.352 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.057) 0:12:17.409 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.049) 0:12:17.459 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.050) 0:12:17.510 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.050) 0:12:17.560 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.054) 0:12:17.615 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.092) 0:12:17.707 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.062) 0:12:17.770 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.061) 0:12:17.832 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.050) 0:12:17.883 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.060) 0:12:17.944 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.054) 0:12:17.998 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.068) 0:12:18.067 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 13:03:51 -0400 (0:00:00.070) 0:12:18.138 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821421.001368, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751821421.001368, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 224505, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751821421.001368, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 13:03:52 -0400 (0:00:00.352) 0:12:18.491 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 13:03:52 -0400 (0:00:00.068) 0:12:18.559 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 13:03:52 -0400 (0:00:00.049) 0:12:18.609 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 13:03:52 -0400 (0:00:00.059) 0:12:18.668 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 13:03:52 -0400 (0:00:00.054) 0:12:18.723 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 13:03:52 -0400 (0:00:00.050) 0:12:18.774 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 13:03:52 -0400 (0:00:00.059) 0:12:18.833 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 13:03:52 -0400 (0:00:00.051) 0:12:18.884 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.547) 0:12:19.431 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.052) 0:12:19.484 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.050) 0:12:19.535 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.065) 0:12:19.600 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.049) 0:12:19.650 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.049) 0:12:19.699 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.052) 0:12:19.752 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.116) 0:12:19.869 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.051) 0:12:19.920 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.065) 0:12:19.986 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.060) 0:12:20.046 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.048) 0:12:20.095 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.051) 0:12:20.147 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.053) 0:12:20.200 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 13:03:53 -0400 (0:00:00.052) 0:12:20.253 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 13:03:54 -0400 (0:00:00.053) 0:12:20.306 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 13:03:54 -0400 (0:00:00.055) 0:12:20.362 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 13:03:54 -0400 (0:00:00.067) 0:12:20.429 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 13:03:54 -0400 (0:00:00.050) 0:12:20.480 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 13:03:54 -0400 (0:00:00.055) 0:12:20.536 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 13:03:54 -0400 (0:00:00.054) 0:12:20.590 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 13:03:54 -0400 (0:00:00.052) 0:12:20.643 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 13:03:54 -0400 (0:00:00.052) 0:12:20.695 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 13:03:54 -0400 (0:00:00.052) 0:12:20.747 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 13:03:54 -0400 (0:00:00.050) 0:12:20.798 *********** ok: [managed-node12] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 13:03:54 -0400 (0:00:00.322) 0:12:21.120 *********** ok: [managed-node12] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 13:03:55 -0400 (0:00:00.352) 0:12:21.473 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 13:03:55 -0400 (0:00:00.070) 0:12:21.544 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 13:03:55 -0400 (0:00:00.042) 0:12:21.587 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 13:03:55 -0400 (0:00:00.297) 0:12:21.884 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 13:03:55 -0400 (0:00:00.038) 0:12:21.923 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 13:03:55 -0400 (0:00:00.038) 0:12:21.961 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 13:03:55 -0400 (0:00:00.046) 0:12:22.008 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 13:03:55 -0400 (0:00:00.057) 0:12:22.065 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 13:03:55 -0400 (0:00:00.054) 0:12:22.119 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 13:03:55 -0400 (0:00:00.057) 0:12:22.176 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 13:03:55 -0400 (0:00:00.055) 0:12:22.232 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 13:03:55 -0400 (0:00:00.055) 0:12:22.288 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.055) 0:12:22.344 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.056) 0:12:22.400 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.059) 0:12:22.459 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.061) 0:12:22.521 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.054) 0:12:22.576 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.054) 0:12:22.630 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.054) 0:12:22.684 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.054) 0:12:22.739 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.050) 0:12:22.790 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.060) 0:12:22.850 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.058) 0:12:22.908 *********** ok: [managed-node12] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.057) 0:12:22.966 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.056) 0:12:23.022 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 13:03:56 -0400 (0:00:00.068) 0:12:23.091 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.019117", "end": "2025-07-06 13:03:57.078268", "rc": 0, "start": "2025-07-06 13:03:57.059151" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.357) 0:12:23.449 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.055) 0:12:23.505 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.045) 0:12:23.550 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.035) 0:12:23.585 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.045) 0:12:23.631 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.058) 0:12:23.689 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.045) 0:12:23.735 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.046) 0:12:23.781 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.038) 0:12:23.819 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:259 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.033) 0:12:23.853 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.076) 0:12:23.930 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.072) 0:12:24.002 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.060) 0:12:24.062 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.121) 0:12:24.184 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 13:03:57 -0400 (0:00:00.101) 0:12:24.286 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 13:03:58 -0400 (0:00:00.040) 0:12:24.327 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 13:03:58 -0400 (0:00:00.032) 0:12:24.359 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 13:03:58 -0400 (0:00:00.032) 0:12:24.392 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 13:03:58 -0400 (0:00:00.101) 0:12:24.494 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 13:03:58 -0400 (0:00:00.074) 0:12:24.568 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 13:03:58 -0400 (0:00:00.063) 0:12:24.631 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 13:03:58 -0400 (0:00:00.055) 0:12:24.687 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 13:03:58 -0400 (0:00:00.050) 0:12:24.737 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 13:03:58 -0400 (0:00:00.052) 0:12:24.790 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 13:03:58 -0400 (0:00:00.052) 0:12:24.843 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 13:03:58 -0400 (0:00:00.051) 0:12:24.894 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 13:03:58 -0400 (0:00:00.072) 0:12:24.967 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 13:03:58 -0400 (0:00:00.048) 0:12:25.015 *********** changed: [managed-node12] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 13:04:03 -0400 (0:00:04.756) 0:12:29.772 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 13:04:03 -0400 (0:00:00.034) 0:12:29.806 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821376.1181865, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1ff1203632e7c5aaed867a74eb25885b038df3b8", "ctime": 1751821376.1151867, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751821376.1151867, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 13:04:03 -0400 (0:00:00.296) 0:12:30.103 *********** ok: [managed-node12] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 13:04:04 -0400 (0:00:00.285) 0:12:30.388 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 13:04:04 -0400 (0:00:00.031) 0:12:30.419 *********** ok: [managed-node12] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 13:04:04 -0400 (0:00:00.044) 0:12:30.464 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 13:04:04 -0400 (0:00:00.041) 0:12:30.505 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 13:04:04 -0400 (0:00:00.037) 0:12:30.543 *********** changed: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'state': u'absent', u'fstype': u'ext3', u'path': u'/opt/test1'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "fstype": "ext3", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 13:04:04 -0400 (0:00:00.305) 0:12:30.849 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 13:04:04 -0400 (0:00:00.423) 0:12:31.273 *********** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 13:04:05 -0400 (0:00:00.031) 0:12:31.304 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 13:04:05 -0400 (0:00:00.031) 0:12:31.336 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 13:04:05 -0400 (0:00:00.420) 0:12:31.756 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 13:04:05 -0400 (0:00:00.302) 0:12:32.058 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 13:04:05 -0400 (0:00:00.031) 0:12:32.090 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:272 Sunday 06 July 2025 13:04:06 -0400 (0:00:00.684) 0:12:32.774 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 13:04:06 -0400 (0:00:00.065) 0:12:32.840 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 13:04:06 -0400 (0:00:00.060) 0:12:32.901 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 13:04:06 -0400 (0:00:00.031) 0:12:32.932 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 13:04:06 -0400 (0:00:00.314) 0:12:33.246 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002631", "end": "2025-07-06 13:04:07.197884", "rc": 0, "start": "2025-07-06 13:04:07.195253" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 13:04:07 -0400 (0:00:00.306) 0:12:33.553 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002680", "end": "2025-07-06 13:04:07.476457", "failed_when_result": false, "rc": 0, "start": "2025-07-06 13:04:07.473777" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 13:04:07 -0400 (0:00:00.291) 0:12:33.844 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 13:04:07 -0400 (0:00:00.076) 0:12:33.921 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 13:04:07 -0400 (0:00:00.032) 0:12:33.953 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 13:04:07 -0400 (0:00:00.034) 0:12:33.987 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 13:04:07 -0400 (0:00:00.104) 0:12:34.091 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 13:04:07 -0400 (0:00:00.108) 0:12:34.200 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 13:04:07 -0400 (0:00:00.058) 0:12:34.258 *********** TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 13:04:07 -0400 (0:00:00.037) 0:12:34.296 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.039) 0:12:34.336 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.039) 0:12:34.375 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.040) 0:12:34.415 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.037) 0:12:34.453 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.038) 0:12:34.491 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.033) 0:12:34.525 *********** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.031) 0:12:34.556 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.210) 0:12:34.767 *********** TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.030) 0:12:34.797 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.068) 0:12:34.866 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.032) 0:12:34.899 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.031) 0:12:34.931 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.031) 0:12:34.963 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.031) 0:12:34.994 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.033) 0:12:35.028 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.031) 0:12:35.060 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.031) 0:12:35.091 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.031) 0:12:35.123 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.032) 0:12:35.155 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.031) 0:12:35.186 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.034) 0:12:35.220 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 13:04:08 -0400 (0:00:00.066) 0:12:35.287 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.071) 0:12:35.359 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.033) 0:12:35.392 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.031) 0:12:35.423 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.031) 0:12:35.455 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.031) 0:12:35.486 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.031) 0:12:35.517 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.030) 0:12:35.548 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.034) 0:12:35.582 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.068) 0:12:35.651 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.076) 0:12:35.728 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.045) 0:12:35.773 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.062) 0:12:35.836 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.047) 0:12:35.884 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.049) 0:12:35.933 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.122) 0:12:36.056 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.052) 0:12:36.108 *********** TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.038) 0:12:36.147 *********** TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.039) 0:12:36.186 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.037) 0:12:36.223 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 13:04:09 -0400 (0:00:00.077) 0:12:36.301 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.089) 0:12:36.390 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.047) 0:12:36.438 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.040) 0:12:36.478 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.098) 0:12:36.576 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.035) 0:12:36.611 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.032) 0:12:36.644 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.032) 0:12:36.676 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.042) 0:12:36.718 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.128) 0:12:36.847 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.042) 0:12:36.890 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.037) 0:12:36.927 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.031) 0:12:36.959 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.033) 0:12:36.992 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.033) 0:12:37.026 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.039) 0:12:37.065 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.051) 0:12:37.117 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.049) 0:12:37.166 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 13:04:10 -0400 (0:00:00.102) 0:12:37.268 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.058) 0:12:37.327 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.255) 0:12:37.583 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.058) 0:12:37.641 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.062) 0:12:37.704 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.046) 0:12:37.751 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.044) 0:12:37.796 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.043) 0:12:37.839 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.043) 0:12:37.883 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.046) 0:12:37.930 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.050) 0:12:37.980 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.049) 0:12:38.030 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.052) 0:12:38.082 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.049) 0:12:38.132 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.069) 0:12:38.202 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.038) 0:12:38.241 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 13:04:11 -0400 (0:00:00.040) 0:12:38.281 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 13:04:12 -0400 (0:00:00.036) 0:12:38.318 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 13:04:12 -0400 (0:00:00.063) 0:12:38.381 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 13:04:12 -0400 (0:00:00.051) 0:12:38.432 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 13:04:12 -0400 (0:00:00.055) 0:12:38.488 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 13:04:12 -0400 (0:00:00.051) 0:12:38.539 *********** ok: [managed-node12] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 13:04:12 -0400 (0:00:00.346) 0:12:38.886 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 13:04:12 -0400 (0:00:00.061) 0:12:38.947 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 13:04:12 -0400 (0:00:00.067) 0:12:39.015 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 13:04:12 -0400 (0:00:00.044) 0:12:39.059 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 13:04:12 -0400 (0:00:00.055) 0:12:39.115 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 13:04:12 -0400 (0:00:00.051) 0:12:39.166 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 13:04:12 -0400 (0:00:00.046) 0:12:39.213 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 13:04:12 -0400 (0:00:00.048) 0:12:39.261 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 13:04:13 -0400 (0:00:00.555) 0:12:39.816 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 13:04:13 -0400 (0:00:00.049) 0:12:39.866 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 13:04:13 -0400 (0:00:00.049) 0:12:39.916 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 13:04:13 -0400 (0:00:00.042) 0:12:39.958 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 13:04:13 -0400 (0:00:00.067) 0:12:40.026 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 13:04:13 -0400 (0:00:00.049) 0:12:40.075 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 13:04:13 -0400 (0:00:00.046) 0:12:40.122 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 13:04:13 -0400 (0:00:00.115) 0:12:40.238 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 13:04:13 -0400 (0:00:00.046) 0:12:40.285 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.065) 0:12:40.350 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.063) 0:12:40.413 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.052) 0:12:40.465 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.052) 0:12:40.518 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.056) 0:12:40.574 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.054) 0:12:40.628 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.052) 0:12:40.681 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.051) 0:12:40.732 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.050) 0:12:40.783 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.050) 0:12:40.833 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.049) 0:12:40.883 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.051) 0:12:40.934 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.049) 0:12:40.984 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.053) 0:12:41.038 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.052) 0:12:41.090 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.050) 0:12:41.140 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.052) 0:12:41.193 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.049) 0:12:41.242 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 13:04:14 -0400 (0:00:00.049) 0:12:41.291 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.054) 0:12:41.345 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.053) 0:12:41.398 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.048) 0:12:41.447 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.053) 0:12:41.501 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.048) 0:12:41.549 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.048) 0:12:41.597 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.058) 0:12:41.655 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.055) 0:12:41.711 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.054) 0:12:41.765 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.057) 0:12:41.823 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.053) 0:12:41.877 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.055) 0:12:41.932 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.058) 0:12:41.991 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.056) 0:12:42.048 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.054) 0:12:42.102 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.059) 0:12:42.162 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.054) 0:12:42.216 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 13:04:15 -0400 (0:00:00.055) 0:12:42.272 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.055) 0:12:42.327 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.055) 0:12:42.383 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.055) 0:12:42.438 *********** ok: [managed-node12] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.062) 0:12:42.501 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.055) 0:12:42.557 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.049) 0:12:42.607 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.051) 0:12:42.659 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.050) 0:12:42.709 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.049) 0:12:42.759 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.054) 0:12:42.813 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.054) 0:12:42.867 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.052) 0:12:42.920 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.046) 0:12:42.966 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.038) 0:12:43.005 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.038) 0:12:43.043 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a LVM logical volume with for ext2 FS size 5g] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:279 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.046) 0:12:43.090 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.060) 0:12:43.150 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.055) 0:12:43.206 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 13:04:16 -0400 (0:00:00.055) 0:12:43.261 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.136) 0:12:43.398 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.050) 0:12:43.449 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.049) 0:12:43.498 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.049) 0:12:43.548 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.050) 0:12:43.598 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.171) 0:12:43.769 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.038) 0:12:43.807 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.040) 0:12:43.848 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.037) 0:12:43.885 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.032) 0:12:43.918 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.034) 0:12:43.952 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.031) 0:12:43.984 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.031) 0:12:44.015 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.047) 0:12:44.063 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 13:04:17 -0400 (0:00:00.030) 0:12:44.094 *********** changed: [managed-node12] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 13:04:22 -0400 (0:00:04.619) 0:12:48.714 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 13:04:22 -0400 (0:00:00.032) 0:12:48.747 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821444.8694644, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1751821444.485463, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751821444.485463, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 13:04:22 -0400 (0:00:00.292) 0:12:49.040 *********** ok: [managed-node12] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 13:04:23 -0400 (0:00:00.292) 0:12:49.332 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 13:04:23 -0400 (0:00:00.029) 0:12:49.362 *********** ok: [managed-node12] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 13:04:23 -0400 (0:00:00.044) 0:12:49.406 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 13:04:23 -0400 (0:00:00.041) 0:12:49.448 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 13:04:23 -0400 (0:00:00.036) 0:12:49.484 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 13:04:23 -0400 (0:00:00.034) 0:12:49.518 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 13:04:23 -0400 (0:00:00.429) 0:12:49.948 *********** changed: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext2', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 13:04:23 -0400 (0:00:00.331) 0:12:50.280 *********** skipping: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext2', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 13:04:24 -0400 (0:00:00.045) 0:12:50.325 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 13:04:24 -0400 (0:00:00.419) 0:12:50.744 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 13:04:24 -0400 (0:00:00.289) 0:12:51.033 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 13:04:24 -0400 (0:00:00.031) 0:12:51.064 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:295 Sunday 06 July 2025 13:04:25 -0400 (0:00:00.632) 0:12:51.696 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 13:04:25 -0400 (0:00:00.053) 0:12:51.749 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 13:04:25 -0400 (0:00:00.046) 0:12:51.796 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 13:04:25 -0400 (0:00:00.032) 0:12:51.829 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "1d91365e-9738-4c49-8a9a-d13df0dacdfb" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "knaCZ1-PZ4F-b3dp-3oQl-3Wuk-y0eW-WIDHqD" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 13:04:25 -0400 (0:00:00.294) 0:12:52.123 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002602", "end": "2025-07-06 13:04:26.080974", "rc": 0, "start": "2025-07-06 13:04:26.078372" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 13:04:26 -0400 (0:00:00.314) 0:12:52.438 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002502", "end": "2025-07-06 13:04:26.385756", "failed_when_result": false, "rc": 0, "start": "2025-07-06 13:04:26.383254" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 13:04:26 -0400 (0:00:00.306) 0:12:52.744 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 13:04:26 -0400 (0:00:00.079) 0:12:52.824 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 13:04:26 -0400 (0:00:00.054) 0:12:52.878 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018109", "end": "2025-07-06 13:04:26.872722", "rc": 0, "start": "2025-07-06 13:04:26.854613" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 13:04:26 -0400 (0:00:00.359) 0:12:53.238 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 13:04:26 -0400 (0:00:00.053) 0:12:53.291 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 13:04:27 -0400 (0:00:00.082) 0:12:53.374 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 13:04:27 -0400 (0:00:00.047) 0:12:53.421 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 13:04:27 -0400 (0:00:00.313) 0:12:53.735 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 13:04:27 -0400 (0:00:00.040) 0:12:53.775 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 13:04:27 -0400 (0:00:00.103) 0:12:53.878 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 13:04:27 -0400 (0:00:00.067) 0:12:53.946 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 13:04:27 -0400 (0:00:00.056) 0:12:54.003 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 13:04:27 -0400 (0:00:00.046) 0:12:54.049 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 13:04:27 -0400 (0:00:00.048) 0:12:54.098 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 13:04:27 -0400 (0:00:00.059) 0:12:54.157 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.205) 0:12:54.363 *********** skipping: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.050) 0:12:54.414 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.101) 0:12:54.515 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.046) 0:12:54.561 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.040) 0:12:54.602 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.032) 0:12:54.634 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.032) 0:12:54.667 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.032) 0:12:54.699 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.040) 0:12:54.740 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.049) 0:12:54.790 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.053) 0:12:54.843 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.047) 0:12:54.891 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.045) 0:12:54.936 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.044) 0:12:54.981 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.083) 0:12:55.065 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.073) 0:12:55.139 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.033) 0:12:55.172 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.033) 0:12:55.205 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.031) 0:12:55.237 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.031) 0:12:55.269 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 13:04:28 -0400 (0:00:00.032) 0:12:55.301 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.031) 0:12:55.333 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.038) 0:12:55.371 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.072) 0:12:55.443 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.069) 0:12:55.513 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.032) 0:12:55.545 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.031) 0:12:55.577 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.031) 0:12:55.608 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.032) 0:12:55.640 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.075) 0:12:55.716 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.037) 0:12:55.753 *********** skipping: [managed-node12] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.037) 0:12:55.791 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node12 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.062) 0:12:55.853 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.040) 0:12:55.894 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.039) 0:12:55.933 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.031) 0:12:55.965 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.031) 0:12:55.997 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.030) 0:12:56.028 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.031) 0:12:56.060 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.034) 0:12:56.094 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.077) 0:12:56.171 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 13:04:29 -0400 (0:00:00.073) 0:12:56.245 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.076) 0:12:56.322 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.036) 0:12:56.359 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.038) 0:12:56.397 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.033) 0:12:56.431 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.045) 0:12:56.476 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.048) 0:12:56.524 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.054) 0:12:56.579 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.137) 0:12:56.716 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.050) 0:12:56.767 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.052) 0:12:56.819 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.040) 0:12:56.860 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.040) 0:12:56.900 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.041) 0:12:56.942 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.035) 0:12:56.978 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.035) 0:12:57.013 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.037) 0:12:57.050 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.091) 0:12:57.142 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 13:04:30 -0400 (0:00:00.055) 0:12:57.197 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.199) 0:12:57.397 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.049) 0:12:57.447 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.064) 0:12:57.511 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.055) 0:12:57.567 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.052) 0:12:57.619 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.043) 0:12:57.662 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.037) 0:12:57.700 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.038) 0:12:57.739 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.037) 0:12:57.777 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.046) 0:12:57.824 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.053) 0:12:57.878 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.053) 0:12:57.931 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.087) 0:12:58.019 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.055) 0:12:58.075 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.052) 0:12:58.127 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.042) 0:12:58.169 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.040) 0:12:58.209 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.034) 0:12:58.244 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 13:04:31 -0400 (0:00:00.042) 0:12:58.287 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 13:04:32 -0400 (0:00:00.064) 0:12:58.352 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821462.310535, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751821462.310535, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 244805, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751821462.310535, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 13:04:32 -0400 (0:00:00.340) 0:12:58.692 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 13:04:32 -0400 (0:00:00.053) 0:12:58.746 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 13:04:32 -0400 (0:00:00.035) 0:12:58.781 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 13:04:32 -0400 (0:00:00.042) 0:12:58.824 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 13:04:32 -0400 (0:00:00.043) 0:12:58.867 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 13:04:32 -0400 (0:00:00.049) 0:12:58.917 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 13:04:32 -0400 (0:00:00.062) 0:12:58.979 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 13:04:32 -0400 (0:00:00.052) 0:12:59.032 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 13:04:33 -0400 (0:00:00.540) 0:12:59.572 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 13:04:33 -0400 (0:00:00.052) 0:12:59.624 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 13:04:33 -0400 (0:00:00.049) 0:12:59.673 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 13:04:33 -0400 (0:00:00.140) 0:12:59.814 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 13:04:33 -0400 (0:00:00.054) 0:12:59.868 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 13:04:33 -0400 (0:00:00.052) 0:12:59.921 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 13:04:33 -0400 (0:00:00.049) 0:12:59.970 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 13:04:33 -0400 (0:00:00.050) 0:13:00.021 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 13:04:33 -0400 (0:00:00.052) 0:13:00.073 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 13:04:33 -0400 (0:00:00.068) 0:13:00.142 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 13:04:33 -0400 (0:00:00.061) 0:13:00.203 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 13:04:33 -0400 (0:00:00.050) 0:13:00.254 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.050) 0:13:00.305 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.049) 0:13:00.354 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.051) 0:13:00.406 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.053) 0:13:00.459 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.062) 0:13:00.522 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.051) 0:13:00.574 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.050) 0:13:00.624 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.051) 0:13:00.675 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.050) 0:13:00.726 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.056) 0:13:00.782 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.053) 0:13:00.835 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.052) 0:13:00.888 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.053) 0:13:00.942 *********** ok: [managed-node12] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 13:04:34 -0400 (0:00:00.353) 0:13:01.296 *********** ok: [managed-node12] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 13:04:35 -0400 (0:00:00.350) 0:13:01.646 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 13:04:35 -0400 (0:00:00.070) 0:13:01.717 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 13:04:35 -0400 (0:00:00.057) 0:13:01.775 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 13:04:35 -0400 (0:00:00.358) 0:13:02.133 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 13:04:35 -0400 (0:00:00.063) 0:13:02.197 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 13:04:35 -0400 (0:00:00.059) 0:13:02.257 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.060) 0:13:02.317 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.063) 0:13:02.380 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.056) 0:13:02.436 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.054) 0:13:02.491 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.072) 0:13:02.563 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.053) 0:13:02.616 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.052) 0:13:02.669 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.056) 0:13:02.726 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.054) 0:13:02.780 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.053) 0:13:02.834 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.052) 0:13:02.887 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.053) 0:13:02.941 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.052) 0:13:02.994 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.058) 0:13:03.052 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.054) 0:13:03.107 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.059) 0:13:03.167 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.052) 0:13:03.219 *********** ok: [managed-node12] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 13:04:36 -0400 (0:00:00.058) 0:13:03.277 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 13:04:37 -0400 (0:00:00.053) 0:13:03.330 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 13:04:37 -0400 (0:00:00.071) 0:13:03.402 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.018792", "end": "2025-07-06 13:04:37.380348", "rc": 0, "start": "2025-07-06 13:04:37.361556" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 13:04:37 -0400 (0:00:00.358) 0:13:03.760 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 13:04:37 -0400 (0:00:00.063) 0:13:03.824 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 13:04:37 -0400 (0:00:00.065) 0:13:03.890 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 13:04:37 -0400 (0:00:00.056) 0:13:03.947 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 13:04:37 -0400 (0:00:00.054) 0:13:04.001 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 13:04:37 -0400 (0:00:00.053) 0:13:04.055 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 13:04:37 -0400 (0:00:00.054) 0:13:04.109 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 13:04:37 -0400 (0:00:00.049) 0:13:04.159 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 13:04:37 -0400 (0:00:00.044) 0:13:04.203 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 9g] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:298 Sunday 06 July 2025 13:04:37 -0400 (0:00:00.056) 0:13:04.260 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.166) 0:13:04.426 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.084) 0:13:04.511 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.064) 0:13:04.575 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.135) 0:13:04.710 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.050) 0:13:04.760 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.038) 0:13:04.798 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.045) 0:13:04.844 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.042) 0:13:04.887 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.080) 0:13:04.967 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.033) 0:13:05.001 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.056) 0:13:05.058 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.057) 0:13:05.115 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.050) 0:13:05.166 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.054) 0:13:05.221 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 13:04:38 -0400 (0:00:00.049) 0:13:05.270 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 13:04:39 -0400 (0:00:00.054) 0:13:05.325 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 13:04:39 -0400 (0:00:00.074) 0:13:05.400 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 13:04:39 -0400 (0:00:00.046) 0:13:05.447 *********** changed: [managed-node12] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 13:04:44 -0400 (0:00:04.990) 0:13:10.437 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 13:04:44 -0400 (0:00:00.034) 0:13:10.471 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821463.8995414, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c6abf0a388bb293ed38f7a11686eb491e2373da7", "ctime": 1751821463.8965414, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751821463.8965414, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 13:04:44 -0400 (0:00:00.293) 0:13:10.765 *********** ok: [managed-node12] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 13:04:44 -0400 (0:00:00.290) 0:13:11.056 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 13:04:44 -0400 (0:00:00.031) 0:13:11.088 *********** ok: [managed-node12] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 13:04:44 -0400 (0:00:00.045) 0:13:11.133 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 13:04:44 -0400 (0:00:00.041) 0:13:11.175 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 13:04:44 -0400 (0:00:00.036) 0:13:11.211 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 13:04:44 -0400 (0:00:00.034) 0:13:11.246 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 13:04:45 -0400 (0:00:00.413) 0:13:11.659 *********** changed: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext2', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 13:04:45 -0400 (0:00:00.313) 0:13:11.972 *********** skipping: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext2', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 13:04:45 -0400 (0:00:00.045) 0:13:12.017 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 13:04:46 -0400 (0:00:00.418) 0:13:12.436 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 13:04:46 -0400 (0:00:00.304) 0:13:12.740 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 13:04:46 -0400 (0:00:00.038) 0:13:12.779 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:312 Sunday 06 July 2025 13:04:47 -0400 (0:00:00.645) 0:13:13.425 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 13:04:47 -0400 (0:00:00.059) 0:13:13.484 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 13:04:47 -0400 (0:00:00.043) 0:13:13.528 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 13:04:47 -0400 (0:00:00.031) 0:13:13.559 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "1d91365e-9738-4c49-8a9a-d13df0dacdfb" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "knaCZ1-PZ4F-b3dp-3oQl-3Wuk-y0eW-WIDHqD" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 13:04:47 -0400 (0:00:00.283) 0:13:13.843 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002599", "end": "2025-07-06 13:04:47.786285", "rc": 0, "start": "2025-07-06 13:04:47.783686" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 13:04:47 -0400 (0:00:00.298) 0:13:14.141 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002598", "end": "2025-07-06 13:04:48.064449", "failed_when_result": false, "rc": 0, "start": "2025-07-06 13:04:48.061851" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 13:04:48 -0400 (0:00:00.278) 0:13:14.420 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 13:04:48 -0400 (0:00:00.070) 0:13:14.491 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 13:04:48 -0400 (0:00:00.032) 0:13:14.524 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018370", "end": "2025-07-06 13:04:48.470255", "rc": 0, "start": "2025-07-06 13:04:48.451885" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 13:04:48 -0400 (0:00:00.304) 0:13:14.829 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 13:04:48 -0400 (0:00:00.045) 0:13:14.874 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 13:04:48 -0400 (0:00:00.074) 0:13:14.949 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 13:04:48 -0400 (0:00:00.042) 0:13:14.992 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 13:04:48 -0400 (0:00:00.302) 0:13:15.294 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.061) 0:13:15.356 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.056) 0:13:15.413 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.053) 0:13:15.467 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.046) 0:13:15.514 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.044) 0:13:15.558 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.049) 0:13:15.607 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.078) 0:13:15.686 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.237) 0:13:15.923 *********** skipping: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.038) 0:13:15.962 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.086) 0:13:16.049 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.054) 0:13:16.103 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.052) 0:13:16.156 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.049) 0:13:16.205 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 13:04:49 -0400 (0:00:00.052) 0:13:16.258 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.053) 0:13:16.311 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.049) 0:13:16.361 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.047) 0:13:16.408 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.038) 0:13:16.447 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.043) 0:13:16.490 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.044) 0:13:16.535 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.036) 0:13:16.572 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.072) 0:13:16.645 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.075) 0:13:16.720 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.033) 0:13:16.753 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.035) 0:13:16.789 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.046) 0:13:16.835 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.067) 0:13:16.903 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.042) 0:13:16.946 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.050) 0:13:16.996 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.047) 0:13:17.044 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.074) 0:13:17.118 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 13:04:50 -0400 (0:00:00.145) 0:13:17.264 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.056) 0:13:17.321 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.049) 0:13:17.371 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.041) 0:13:17.413 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.045) 0:13:17.459 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.091) 0:13:17.550 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.038) 0:13:17.588 *********** skipping: [managed-node12] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.037) 0:13:17.626 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node12 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.065) 0:13:17.691 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.037) 0:13:17.729 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.044) 0:13:17.773 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.051) 0:13:17.825 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.045) 0:13:17.870 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.053) 0:13:17.923 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.047) 0:13:17.971 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.033) 0:13:18.005 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.077) 0:13:18.082 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.105) 0:13:18.188 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.051) 0:13:18.240 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 13:04:51 -0400 (0:00:00.043) 0:13:18.283 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.043) 0:13:18.327 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.044) 0:13:18.371 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.038) 0:13:18.409 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.035) 0:13:18.445 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.032) 0:13:18.477 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.084) 0:13:18.562 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.034) 0:13:18.596 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.032) 0:13:18.629 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.032) 0:13:18.662 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.031) 0:13:18.693 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.031) 0:13:18.725 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.031) 0:13:18.757 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.034) 0:13:18.791 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.032) 0:13:18.824 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.066) 0:13:18.890 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.043) 0:13:18.934 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.167) 0:13:19.102 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.039) 0:13:19.142 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.041) 0:13:19.183 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.041) 0:13:19.225 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.038) 0:13:19.263 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 13:04:52 -0400 (0:00:00.036) 0:13:19.300 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.037) 0:13:19.337 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.036) 0:13:19.374 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.031) 0:13:19.406 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.031) 0:13:19.437 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.032) 0:13:19.469 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.031) 0:13:19.501 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.108) 0:13:19.610 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.042) 0:13:19.652 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.039) 0:13:19.692 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.032) 0:13:19.724 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.040) 0:13:19.764 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.032) 0:13:19.797 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.059) 0:13:19.857 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.072) 0:13:19.929 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821484.0336227, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751821484.0336227, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 244805, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751821484.0336227, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 13:04:53 -0400 (0:00:00.354) 0:13:20.283 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 13:04:54 -0400 (0:00:00.048) 0:13:20.332 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 13:04:54 -0400 (0:00:00.033) 0:13:20.366 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 13:04:54 -0400 (0:00:00.046) 0:13:20.412 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 13:04:54 -0400 (0:00:00.052) 0:13:20.465 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 13:04:54 -0400 (0:00:00.048) 0:13:20.513 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 13:04:54 -0400 (0:00:00.052) 0:13:20.566 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 13:04:54 -0400 (0:00:00.045) 0:13:20.612 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 13:04:54 -0400 (0:00:00.497) 0:13:21.109 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 13:04:54 -0400 (0:00:00.056) 0:13:21.166 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 13:04:54 -0400 (0:00:00.050) 0:13:21.217 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 13:04:54 -0400 (0:00:00.067) 0:13:21.285 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.038) 0:13:21.324 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.043) 0:13:21.368 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.043) 0:13:21.411 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.036) 0:13:21.448 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.032) 0:13:21.481 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.041) 0:13:21.523 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.044) 0:13:21.568 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.048) 0:13:21.617 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.050) 0:13:21.667 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.052) 0:13:21.720 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.052) 0:13:21.772 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.050) 0:13:21.822 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.051) 0:13:21.874 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.049) 0:13:21.923 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.041) 0:13:21.965 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.047) 0:13:22.012 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.048) 0:13:22.060 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.039) 0:13:22.100 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.032) 0:13:22.132 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.032) 0:13:22.164 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 13:04:55 -0400 (0:00:00.035) 0:13:22.200 *********** ok: [managed-node12] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 13:04:56 -0400 (0:00:00.350) 0:13:22.550 *********** ok: [managed-node12] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 13:04:56 -0400 (0:00:00.334) 0:13:22.885 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 13:04:56 -0400 (0:00:00.066) 0:13:22.952 *********** ok: [managed-node12] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 13:04:56 -0400 (0:00:00.056) 0:13:23.008 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.371) 0:13:23.379 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.062) 0:13:23.442 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.061) 0:13:23.504 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.058) 0:13:23.563 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.057) 0:13:23.620 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.053) 0:13:23.673 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.052) 0:13:23.726 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.057) 0:13:23.784 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.054) 0:13:23.838 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.052) 0:13:23.890 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.052) 0:13:23.943 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.052) 0:13:23.996 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.052) 0:13:24.049 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.059) 0:13:24.109 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.056) 0:13:24.165 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.056) 0:13:24.222 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 13:04:57 -0400 (0:00:00.054) 0:13:24.276 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 13:04:58 -0400 (0:00:00.052) 0:13:24.329 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 13:04:58 -0400 (0:00:00.055) 0:13:24.384 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 13:04:58 -0400 (0:00:00.055) 0:13:24.440 *********** ok: [managed-node12] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 13:04:58 -0400 (0:00:00.057) 0:13:24.498 *********** ok: [managed-node12] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 13:04:58 -0400 (0:00:00.054) 0:13:24.552 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 13:04:58 -0400 (0:00:00.066) 0:13:24.619 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.017045", "end": "2025-07-06 13:04:58.601197", "rc": 0, "start": "2025-07-06 13:04:58.584152" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 13:04:58 -0400 (0:00:00.372) 0:13:24.991 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 13:04:58 -0400 (0:00:00.061) 0:13:25.053 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 13:04:58 -0400 (0:00:00.068) 0:13:25.122 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 13:04:58 -0400 (0:00:00.072) 0:13:25.194 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 13:04:58 -0400 (0:00:00.055) 0:13:25.250 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 13:04:59 -0400 (0:00:00.059) 0:13:25.310 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 13:04:59 -0400 (0:00:00.122) 0:13:25.432 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 13:04:59 -0400 (0:00:00.055) 0:13:25.487 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 13:04:59 -0400 (0:00:00.046) 0:13:25.534 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:315 Sunday 06 July 2025 13:04:59 -0400 (0:00:00.052) 0:13:25.587 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 13:04:59 -0400 (0:00:00.113) 0:13:25.700 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 13:04:59 -0400 (0:00:00.083) 0:13:25.784 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 13:04:59 -0400 (0:00:00.059) 0:13:25.843 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 13:04:59 -0400 (0:00:00.121) 0:13:25.964 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 13:04:59 -0400 (0:00:00.052) 0:13:26.016 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 13:04:59 -0400 (0:00:00.054) 0:13:26.071 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 13:04:59 -0400 (0:00:00.053) 0:13:26.124 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 13:04:59 -0400 (0:00:00.063) 0:13:26.188 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 13:05:00 -0400 (0:00:00.129) 0:13:26.317 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 13:05:00 -0400 (0:00:00.054) 0:13:26.372 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 13:05:00 -0400 (0:00:00.062) 0:13:26.435 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 13:05:00 -0400 (0:00:00.056) 0:13:26.491 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 13:05:00 -0400 (0:00:00.051) 0:13:26.542 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 13:05:00 -0400 (0:00:00.050) 0:13:26.593 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 13:05:00 -0400 (0:00:00.054) 0:13:26.647 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 13:05:00 -0400 (0:00:00.051) 0:13:26.699 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 13:05:00 -0400 (0:00:00.075) 0:13:26.775 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 13:05:00 -0400 (0:00:00.048) 0:13:26.823 *********** changed: [managed-node12] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 13:05:05 -0400 (0:00:05.243) 0:13:32.067 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 13:05:05 -0400 (0:00:00.051) 0:13:32.118 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821463.8995414, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c6abf0a388bb293ed38f7a11686eb491e2373da7", "ctime": 1751821463.8965414, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751821463.8965414, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 13:05:06 -0400 (0:00:00.360) 0:13:32.479 *********** ok: [managed-node12] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 13:05:06 -0400 (0:00:00.378) 0:13:32.857 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 13:05:06 -0400 (0:00:00.050) 0:13:32.908 *********** ok: [managed-node12] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 13:05:06 -0400 (0:00:00.077) 0:13:32.985 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 13:05:06 -0400 (0:00:00.068) 0:13:33.053 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 13:05:06 -0400 (0:00:00.062) 0:13:33.116 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 13:05:06 -0400 (0:00:00.054) 0:13:33.171 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 13:05:07 -0400 (0:00:00.498) 0:13:33.670 *********** changed: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext2', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 13:05:07 -0400 (0:00:00.325) 0:13:33.995 *********** skipping: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'ext2', u'state': u'mounted', u'mode': None, u'owner': None, u'path': u'/opt/test1', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 13:05:07 -0400 (0:00:00.043) 0:13:34.039 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 13:05:08 -0400 (0:00:00.427) 0:13:34.467 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 13:05:08 -0400 (0:00:00.297) 0:13:34.764 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 13:05:08 -0400 (0:00:00.031) 0:13:34.796 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:329 Sunday 06 July 2025 13:05:09 -0400 (0:00:00.652) 0:13:35.448 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 13:05:09 -0400 (0:00:00.113) 0:13:35.562 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 13:05:09 -0400 (0:00:00.046) 0:13:35.608 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 13:05:09 -0400 (0:00:00.033) 0:13:35.641 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "1d91365e-9738-4c49-8a9a-d13df0dacdfb" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "knaCZ1-PZ4F-b3dp-3oQl-3Wuk-y0eW-WIDHqD" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 13:05:09 -0400 (0:00:00.287) 0:13:35.929 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003145", "end": "2025-07-06 13:05:09.850623", "rc": 0, "start": "2025-07-06 13:05:09.847478" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/foo-test1 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 13:05:09 -0400 (0:00:00.279) 0:13:36.208 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003163", "end": "2025-07-06 13:05:10.132449", "failed_when_result": false, "rc": 0, "start": "2025-07-06 13:05:10.129286" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 13:05:10 -0400 (0:00:00.279) 0:13:36.488 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 13:05:10 -0400 (0:00:00.072) 0:13:36.561 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 13:05:10 -0400 (0:00:00.034) 0:13:36.595 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.019455", "end": "2025-07-06 13:05:10.545248", "rc": 0, "start": "2025-07-06 13:05:10.525793" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 13:05:10 -0400 (0:00:00.308) 0:13:36.904 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 13:05:10 -0400 (0:00:00.045) 0:13:36.949 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 13:05:10 -0400 (0:00:00.074) 0:13:37.024 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 13:05:10 -0400 (0:00:00.042) 0:13:37.067 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.291) 0:13:37.359 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.045) 0:13:37.404 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.041) 0:13:37.446 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.042) 0:13:37.489 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.038) 0:13:37.527 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.038) 0:13:37.566 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.034) 0:13:37.600 *********** ok: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.047) 0:13:37.648 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.199) 0:13:37.847 *********** skipping: [managed-node12] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.039) 0:13:37.886 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.068) 0:13:37.955 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.033) 0:13:37.988 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.032) 0:13:38.021 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.031) 0:13:38.053 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.031) 0:13:38.085 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.031) 0:13:38.116 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.030) 0:13:38.147 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.033) 0:13:38.181 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.032) 0:13:38.213 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.032) 0:13:38.245 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 13:05:11 -0400 (0:00:00.032) 0:13:38.278 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.033) 0:13:38.311 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.071) 0:13:38.382 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.079) 0:13:38.462 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.032) 0:13:38.494 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.033) 0:13:38.528 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.032) 0:13:38.560 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.031) 0:13:38.592 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.032) 0:13:38.624 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.039) 0:13:38.664 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.049) 0:13:38.714 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.166) 0:13:38.880 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.085) 0:13:38.966 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.032) 0:13:38.999 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.035) 0:13:39.034 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.040) 0:13:39.075 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.049) 0:13:39.124 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.110) 0:13:39.234 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 13:05:12 -0400 (0:00:00.052) 0:13:39.287 *********** skipping: [managed-node12] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.044) 0:13:39.332 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node12 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.065) 0:13:39.397 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.050) 0:13:39.448 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.056) 0:13:39.504 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.052) 0:13:39.557 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.050) 0:13:39.607 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.051) 0:13:39.658 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.051) 0:13:39.710 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.050) 0:13:39.760 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.115) 0:13:39.875 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.103) 0:13:39.978 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.033) 0:13:40.012 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.035) 0:13:40.047 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.032) 0:13:40.079 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.032) 0:13:40.112 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.032) 0:13:40.144 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.033) 0:13:40.178 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 13:05:13 -0400 (0:00:00.033) 0:13:40.212 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.131) 0:13:40.343 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.044) 0:13:40.387 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.044) 0:13:40.432 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.053) 0:13:40.485 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.036) 0:13:40.522 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.035) 0:13:40.557 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.034) 0:13:40.592 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.040) 0:13:40.632 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.053) 0:13:40.686 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.112) 0:13:40.798 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.051) 0:13:40.849 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.194) 0:13:41.044 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.039) 0:13:41.084 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.042) 0:13:41.126 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.044) 0:13:41.170 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.048) 0:13:41.219 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 13:05:14 -0400 (0:00:00.057) 0:13:41.277 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.046) 0:13:41.324 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.051) 0:13:41.376 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.043) 0:13:41.420 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.036) 0:13:41.456 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.099) 0:13:41.556 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.051) 0:13:41.607 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.093) 0:13:41.700 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.053) 0:13:41.753 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.054) 0:13:41.808 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.042) 0:13:41.851 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.043) 0:13:41.894 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.034) 0:13:41.929 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.046) 0:13:41.975 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 13:05:15 -0400 (0:00:00.048) 0:13:42.024 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821505.62671, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751821505.62671, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 244805, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751821505.62671, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 13:05:16 -0400 (0:00:00.314) 0:13:42.338 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 13:05:16 -0400 (0:00:00.071) 0:13:42.410 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 13:05:16 -0400 (0:00:00.053) 0:13:42.463 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 13:05:16 -0400 (0:00:00.077) 0:13:42.540 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 13:05:16 -0400 (0:00:00.057) 0:13:42.598 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 13:05:16 -0400 (0:00:00.056) 0:13:42.654 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 13:05:16 -0400 (0:00:00.050) 0:13:42.704 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 13:05:16 -0400 (0:00:00.042) 0:13:42.747 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 13:05:16 -0400 (0:00:00.493) 0:13:43.241 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 13:05:16 -0400 (0:00:00.054) 0:13:43.295 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.038) 0:13:43.334 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.058) 0:13:43.393 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.044) 0:13:43.437 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.033) 0:13:43.470 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.032) 0:13:43.503 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.033) 0:13:43.536 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.045) 0:13:43.582 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.066) 0:13:43.648 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.064) 0:13:43.713 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.051) 0:13:43.764 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.050) 0:13:43.814 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.047) 0:13:43.862 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.045) 0:13:43.908 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.045) 0:13:43.953 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.039) 0:13:43.992 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.033) 0:13:44.026 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.032) 0:13:44.058 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.032) 0:13:44.091 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.036) 0:13:44.127 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.049) 0:13:44.176 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.051) 0:13:44.228 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 13:05:17 -0400 (0:00:00.052) 0:13:44.281 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 13:05:18 -0400 (0:00:00.057) 0:13:44.338 *********** ok: [managed-node12] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 13:05:18 -0400 (0:00:00.320) 0:13:44.659 *********** ok: [managed-node12] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 13:05:18 -0400 (0:00:00.331) 0:13:44.990 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 13:05:18 -0400 (0:00:00.069) 0:13:45.060 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 13:05:18 -0400 (0:00:00.054) 0:13:45.115 *********** ok: [managed-node12] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.332) 0:13:45.448 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.057) 0:13:45.506 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.057) 0:13:45.563 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.077) 0:13:45.641 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.056) 0:13:45.698 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.053) 0:13:45.751 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.054) 0:13:45.806 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.055) 0:13:45.861 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.054) 0:13:45.915 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.058) 0:13:45.974 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.056) 0:13:46.031 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.052) 0:13:46.083 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.052) 0:13:46.136 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.055) 0:13:46.191 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 13:05:19 -0400 (0:00:00.054) 0:13:46.245 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 13:05:20 -0400 (0:00:00.058) 0:13:46.303 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 13:05:20 -0400 (0:00:00.122) 0:13:46.426 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 13:05:20 -0400 (0:00:00.057) 0:13:46.483 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 13:05:20 -0400 (0:00:00.055) 0:13:46.539 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 13:05:20 -0400 (0:00:00.052) 0:13:46.591 *********** ok: [managed-node12] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 13:05:20 -0400 (0:00:00.057) 0:13:46.648 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 13:05:20 -0400 (0:00:00.056) 0:13:46.705 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 13:05:20 -0400 (0:00:00.074) 0:13:46.779 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.017210", "end": "2025-07-06 13:05:20.762217", "rc": 0, "start": "2025-07-06 13:05:20.745007" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 13:05:20 -0400 (0:00:00.364) 0:13:47.144 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 13:05:20 -0400 (0:00:00.065) 0:13:47.210 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 13:05:20 -0400 (0:00:00.070) 0:13:47.281 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.056) 0:13:47.338 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.060) 0:13:47.398 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.060) 0:13:47.458 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.059) 0:13:47.518 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.055) 0:13:47.573 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.054) 0:13:47.628 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:333 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.057) 0:13:47.685 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.133) 0:13:47.819 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.092) 0:13:47.911 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.065) 0:13:47.977 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.124) 0:13:48.102 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.051) 0:13:48.153 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.051) 0:13:48.205 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 13:05:21 -0400 (0:00:00.050) 0:13:48.255 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 13:05:22 -0400 (0:00:00.054) 0:13:48.310 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 13:05:22 -0400 (0:00:00.126) 0:13:48.436 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 13:05:22 -0400 (0:00:00.051) 0:13:48.488 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 13:05:22 -0400 (0:00:00.069) 0:13:48.557 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 13:05:22 -0400 (0:00:00.059) 0:13:48.617 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 13:05:22 -0400 (0:00:00.052) 0:13:48.670 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 13:05:22 -0400 (0:00:00.054) 0:13:48.724 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 13:05:22 -0400 (0:00:00.053) 0:13:48.777 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 13:05:22 -0400 (0:00:00.064) 0:13:48.842 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 13:05:22 -0400 (0:00:00.077) 0:13:48.919 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 13:05:22 -0400 (0:00:00.050) 0:13:48.970 *********** changed: [managed-node12] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext2", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 13:05:27 -0400 (0:00:04.627) 0:13:53.597 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 13:05:27 -0400 (0:00:00.054) 0:13:53.652 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821463.8995414, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c6abf0a388bb293ed38f7a11686eb491e2373da7", "ctime": 1751821463.8965414, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751821463.8965414, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 13:05:27 -0400 (0:00:00.357) 0:13:54.009 *********** ok: [managed-node12] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 13:05:28 -0400 (0:00:00.328) 0:13:54.337 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 13:05:28 -0400 (0:00:00.030) 0:13:54.368 *********** ok: [managed-node12] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext2", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 13:05:28 -0400 (0:00:00.048) 0:13:54.416 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 13:05:28 -0400 (0:00:00.048) 0:13:54.465 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 13:05:28 -0400 (0:00:00.052) 0:13:54.517 *********** changed: [managed-node12] => (item={u'src': u'/dev/mapper/foo-test1', u'state': u'absent', u'fstype': u'ext2', u'path': u'/opt/test1'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "fstype": "ext2", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 13:05:28 -0400 (0:00:00.370) 0:13:54.888 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 13:05:29 -0400 (0:00:00.503) 0:13:55.392 *********** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 13:05:29 -0400 (0:00:00.052) 0:13:55.444 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 13:05:29 -0400 (0:00:00.049) 0:13:55.494 *********** ok: [managed-node12] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 13:05:29 -0400 (0:00:00.561) 0:13:56.056 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 13:05:30 -0400 (0:00:00.303) 0:13:56.359 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 13:05:30 -0400 (0:00:00.033) 0:13:56.392 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:346 Sunday 06 July 2025 13:05:30 -0400 (0:00:00.639) 0:13:57.031 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 13:05:30 -0400 (0:00:00.050) 0:13:57.082 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 13:05:30 -0400 (0:00:00.045) 0:13:57.127 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 13:05:30 -0400 (0:00:00.032) 0:13:57.159 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 13:05:31 -0400 (0:00:00.293) 0:13:57.453 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002609", "end": "2025-07-06 13:05:31.376983", "rc": 0, "start": "2025-07-06 13:05:31.374374" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 13:05:31 -0400 (0:00:00.279) 0:13:57.732 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002603", "end": "2025-07-06 13:05:31.655364", "failed_when_result": false, "rc": 0, "start": "2025-07-06 13:05:31.652761" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 13:05:31 -0400 (0:00:00.278) 0:13:58.011 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 13:05:31 -0400 (0:00:00.078) 0:13:58.090 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 13:05:31 -0400 (0:00:00.032) 0:13:58.122 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 13:05:31 -0400 (0:00:00.032) 0:13:58.155 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 13:05:31 -0400 (0:00:00.032) 0:13:58.187 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 13:05:31 -0400 (0:00:00.073) 0:13:58.261 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.041) 0:13:58.303 *********** TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.031) 0:13:58.334 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.037) 0:13:58.371 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.038) 0:13:58.409 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.040) 0:13:58.450 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.038) 0:13:58.488 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.038) 0:13:58.527 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.036) 0:13:58.563 *********** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.028) 0:13:58.592 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.201) 0:13:58.793 *********** TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.031) 0:13:58.824 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.068) 0:13:58.893 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.032) 0:13:58.925 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.031) 0:13:58.957 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.031) 0:13:58.989 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.033) 0:13:59.022 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.034) 0:13:59.057 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.034) 0:13:59.092 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.031) 0:13:59.123 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.030) 0:13:59.154 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.031) 0:13:59.186 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.034) 0:13:59.220 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 13:05:32 -0400 (0:00:00.031) 0:13:59.252 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.067) 0:13:59.320 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.071) 0:13:59.391 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.080) 0:13:59.472 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.034) 0:13:59.506 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.033) 0:13:59.540 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.034) 0:13:59.574 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.033) 0:13:59.608 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.032) 0:13:59.640 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.034) 0:13:59.675 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.069) 0:13:59.744 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.072) 0:13:59.817 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.035) 0:13:59.853 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.033) 0:13:59.886 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.033) 0:13:59.920 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.032) 0:13:59.952 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.075) 0:14:00.027 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.038) 0:14:00.066 *********** TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.036) 0:14:00.102 *********** TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.027) 0:14:00.130 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.031) 0:14:00.162 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 13:05:33 -0400 (0:00:00.075) 0:14:00.238 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.070) 0:14:00.309 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.031) 0:14:00.341 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.033) 0:14:00.375 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.032) 0:14:00.407 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.039) 0:14:00.446 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.046) 0:14:00.493 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.048) 0:14:00.541 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.047) 0:14:00.589 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.114) 0:14:00.704 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.037) 0:14:00.741 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.032) 0:14:00.774 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.031) 0:14:00.806 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.033) 0:14:00.839 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.037) 0:14:00.877 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.046) 0:14:00.924 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.048) 0:14:00.972 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.038) 0:14:01.011 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.094) 0:14:01.105 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 13:05:34 -0400 (0:00:00.041) 0:14:01.147 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.227) 0:14:01.374 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.059) 0:14:01.434 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.063) 0:14:01.497 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.054) 0:14:01.551 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.037) 0:14:01.589 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.036) 0:14:01.625 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.034) 0:14:01.660 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.033) 0:14:01.693 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.034) 0:14:01.728 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.033) 0:14:01.762 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.090) 0:14:01.853 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.055) 0:14:01.908 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.078) 0:14:01.987 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.043) 0:14:02.031 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.050) 0:14:02.081 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.037) 0:14:02.119 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.046) 0:14:02.166 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.033) 0:14:02.199 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.034) 0:14:02.234 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 13:05:35 -0400 (0:00:00.033) 0:14:02.268 *********** ok: [managed-node12] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 13:05:36 -0400 (0:00:00.317) 0:14:02.585 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 13:05:36 -0400 (0:00:00.044) 0:14:02.630 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 13:05:36 -0400 (0:00:00.042) 0:14:02.672 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 13:05:36 -0400 (0:00:00.026) 0:14:02.699 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 13:05:36 -0400 (0:00:00.035) 0:14:02.734 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 13:05:36 -0400 (0:00:00.034) 0:14:02.769 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 13:05:36 -0400 (0:00:00.027) 0:14:02.797 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 13:05:36 -0400 (0:00:00.032) 0:14:02.829 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.517) 0:14:03.347 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.046) 0:14:03.393 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.035) 0:14:03.429 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.027) 0:14:03.457 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.034) 0:14:03.491 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.032) 0:14:03.523 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.026) 0:14:03.550 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.026) 0:14:03.577 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.027) 0:14:03.604 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.039) 0:14:03.644 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.040) 0:14:03.685 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.031) 0:14:03.716 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.031) 0:14:03.748 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.031) 0:14:03.779 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.035) 0:14:03.814 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.042) 0:14:03.857 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.051) 0:14:03.908 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.049) 0:14:03.957 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.050) 0:14:04.008 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.048) 0:14:04.057 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.048) 0:14:04.106 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.050) 0:14:04.157 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.061) 0:14:04.218 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 13:05:37 -0400 (0:00:00.044) 0:14:04.263 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.042) 0:14:04.305 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.038) 0:14:04.344 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.035) 0:14:04.379 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.033) 0:14:04.412 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.044) 0:14:04.456 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.044) 0:14:04.501 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.049) 0:14:04.551 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.041) 0:14:04.592 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.042) 0:14:04.635 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.041) 0:14:04.676 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.043) 0:14:04.719 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.035) 0:14:04.755 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.035) 0:14:04.791 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.048) 0:14:04.839 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.052) 0:14:04.892 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.050) 0:14:04.943 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.050) 0:14:04.993 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.047) 0:14:05.041 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.037) 0:14:05.078 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.034) 0:14:05.112 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.032) 0:14:05.145 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.039) 0:14:05.184 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 13:05:38 -0400 (0:00:00.069) 0:14:05.253 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.119) 0:14:05.373 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.059) 0:14:05.433 *********** ok: [managed-node12] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.058) 0:14:05.491 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.056) 0:14:05.547 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.050) 0:14:05.597 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.050) 0:14:05.648 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.051) 0:14:05.700 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.049) 0:14:05.749 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.052) 0:14:05.801 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.052) 0:14:05.853 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.052) 0:14:05.906 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.049) 0:14:05.955 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.054) 0:14:06.010 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.046) 0:14:06.057 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Gather package facts] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:349 Sunday 06 July 2025 13:05:39 -0400 (0:00:00.051) 0:14:06.108 *********** ok: [managed-node12] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "PyYAML": [ { "arch": "x86_64", "epoch": null, "name": "PyYAML", "release": "11.el7", "source": "rpm", "version": "3.10" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "aic94xx-firmware": [ { "arch": "noarch", "epoch": null, "name": "aic94xx-firmware", "release": "6.el7", "source": "rpm", "version": "30" } ], "alsa-firmware": [ { "arch": "noarch", "epoch": null, "name": "alsa-firmware", "release": "2.el7", "source": "rpm", "version": "1.0.28" } ], "alsa-lib": [ { "arch": "x86_64", "epoch": null, "name": "alsa-lib", "release": "1.el7", "source": "rpm", "version": "1.1.8" } ], "alsa-tools-firmware": [ { "arch": "x86_64", "epoch": null, "name": "alsa-tools-firmware", "release": "1.el7", "source": "rpm", "version": "1.1.0" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "9.el7", "source": "rpm", "version": "0.60.6.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs-python": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs-python", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "authconfig": [ { "arch": "x86_64", "epoch": null, "name": "authconfig", "release": "30.el7", "source": "rpm", "version": "6.2.8" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "20.el7", "source": "rpm", "version": "0.6.31" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.el7.centos", "source": "rpm", "version": "10.0" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "35.el7_9", "source": "rpm", "version": "4.2.46" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "13.el7", "source": "rpm", "version": "1.06.95" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el7bkr", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.el7bkr", "source": "rpm", "version": "1" } ], "bind-export-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "26.P2.el7_9.16", "source": "rpm", "version": "9.11.4" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "44.base.el7_9.1", "source": "rpm", "version": "2.27" } ], "biosdevname": [ { "arch": "x86_64", "epoch": null, "name": "biosdevname", "release": "2.el7", "source": "rpm", "version": "0.7.3" } ], "blivet3-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet3-data", "release": "3.el7", "source": "rpm", "version": "3.1.3" } ], "boost-date-time": [ { "arch": "x86_64", "epoch": null, "name": "boost-date-time", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": null, "name": "btrfs-progs", "release": "1.el7", "source": "rpm", "version": "4.9.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.el7", "source": "rpm", "version": "1.0.6" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "72.el7_9", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "centos-logos": [ { "arch": "noarch", "epoch": null, "name": "centos-logos", "release": "3.el7.centos", "source": "rpm", "version": "70.0.6" } ], "centos-release": [ { "arch": "x86_64", "epoch": null, "name": "centos-release", "release": "9.2009.2.el7.centos", "source": "rpm", "version": "7" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "8.el7", "source": "rpm", "version": "2.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.el7", "source": "rpm", "version": "1.7.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el7", "source": "rpm", "version": "3.4" } ], "cloud-init": [ { "arch": "x86_64", "epoch": null, "name": "cloud-init", "release": "24.el7", "source": "rpm", "version": "0.7.9" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "5.el7", "source": "rpm", "version": "0.29" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "24.el7_9.2", "source": "rpm", "version": "8.22" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "28.el7", "source": "rpm", "version": "2.11" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "6.20121102git.el7", "source": "rpm", "version": "1.11" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "6.el7", "source": "rpm", "version": "2.0.3" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "6.el7", "source": "rpm", "version": "2.0.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "24.el7_9", "source": "rpm", "version": "2.1.26" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-glib": [ { "arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "7.el7", "source": "rpm", "version": "0.100" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-python": [ { "arch": "x86_64", "epoch": null, "name": "dbus-python", "release": "9.el7", "source": "rpm", "version": "1.1.1" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper-event", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper-event-libs", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper-libs", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "3.el7_9.2", "source": "rpm", "version": "0.8.5" } ], "dhclient": [ { "arch": "x86_64", "epoch": 12, "name": "dhclient", "release": "83.el7.centos.2", "source": "rpm", "version": "4.2.5" } ], "dhcp-common": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-common", "release": "83.el7.centos.2", "source": "rpm", "version": "4.2.5" } ], "dhcp-libs": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "83.el7.centos.2", "source": "rpm", "version": "4.2.5" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el7_9", "source": "rpm", "version": "3.3" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "5.el7_9.1", "source": "rpm", "version": "3.2" } ], "dmraid": [ { "arch": "x86_64", "epoch": null, "name": "dmraid", "release": "28.el7", "source": "rpm", "version": "1.0.0.rc16" } ], "dmraid-events": [ { "arch": "x86_64", "epoch": null, "name": "dmraid-events", "release": "28.el7", "source": "rpm", "version": "1.0.0.rc16" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "572.el7", "source": "rpm", "version": "033" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "572.el7", "source": "rpm", "version": "033" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "572.el7", "source": "rpm", "version": "033" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.el7", "source": "rpm", "version": "9.3.1" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "ebtables": [ { "arch": "x86_64", "epoch": null, "name": "ebtables", "release": "16.el7", "source": "rpm", "version": "2.0.10" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "12.el7", "source": "rpm", "version": "36" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "14", "source": "rpm", "version": "7" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "10.el7", "source": "rpm", "version": "4.8" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "15.el7_9", "source": "rpm", "version": "2.1.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "25.el7", "source": "rpm", "version": "3.2" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "6.el7", "source": "rpm", "version": "4.5.11" } ], "fipscheck": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "fipscheck-lib": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "freetype": [ { "arch": "x86_64", "epoch": null, "name": "freetype", "release": "14.el7_9.1", "source": "rpm", "version": "2.8" } ], "fxload": [ { "arch": "x86_64", "epoch": null, "name": "fxload", "release": "16.el7", "source": "rpm", "version": "2002_04_11" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el7_3.1", "source": "rpm", "version": "4.0.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "gdbm": [ { "arch": "x86_64", "epoch": null, "name": "gdbm", "release": "8.el7", "source": "rpm", "version": "1.10" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "9.el7_9", "source": "rpm", "version": "2.56.1" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "326.el7_9.3", "source": "rpm", "version": "2.17" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "326.el7_9.3", "source": "rpm", "version": "2.17" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "326.el7_9.3", "source": "rpm", "version": "2.17" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "326.el7_9.3", "source": "rpm", "version": "2.17" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "15.el7", "source": "rpm", "version": "6.0.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "5.el7_5", "source": "rpm", "version": "2.0.22" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el7", "source": "rpm", "version": "1.56.1" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "52ae6884", "source": "rpm", "version": "352c64e5" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "53a7ff4b", "source": "rpm", "version": "f4a80eb5" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.el7", "source": "rpm", "version": "1.3.2" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "6.el7", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.el7", "source": "rpm", "version": "2.20" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "8.el7", "source": "rpm", "version": "1.22.2" } ], "grub2": [ { "arch": "x86_64", "epoch": 1, "name": "grub2", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-tools-extra": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "26.el7", "source": "rpm", "version": "8.28" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "30.el7_9", "source": "rpm", "version": "0.7.0" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "11.el7_9", "source": "rpm", "version": "1.5" } ], "hardlink": [ { "arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "19.el7", "source": "rpm", "version": "1.0" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "3.el7_7.1", "source": "rpm", "version": "3.13" } ], "hwdata": [ { "arch": "x86_64", "epoch": null, "name": "hwdata", "release": "9.7.el7", "source": "rpm", "version": "0.252" } ], "info": [ { "arch": "x86_64", "epoch": null, "name": "info", "release": "5.el7", "source": "rpm", "version": "5.1" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.el7_9.1", "source": "rpm", "version": "9.49.53" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "30.el7", "source": "rpm", "version": "4.11.0" } ], "iprutils": [ { "arch": "x86_64", "epoch": null, "name": "iprutils", "release": "3.el7_7", "source": "rpm", "version": "2.4.17.1" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "iptables": [ { "arch": "x86_64", "epoch": null, "name": "iptables", "release": "35.el7", "source": "rpm", "version": "1.4.21" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "10.el7", "source": "rpm", "version": "20160308" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 3, "name": "irqbalance", "release": "12.el7", "source": "rpm", "version": "1.0.7" } ], "ivtv-firmware": [ { "arch": "noarch", "epoch": 2, "name": "ivtv-firmware", "release": "26.el7", "source": "rpm", "version": "20080701" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "82.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "82.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3160-firmware", "release": "82.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "iwl3945-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3945-firmware", "release": "82.el7_9", "source": "rpm", "version": "15.32.2.9" } ], "iwl4965-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl4965-firmware", "release": "82.el7_9", "source": "rpm", "version": "228.61.2.24" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "82.el7_9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "82.el7_9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000-firmware", "release": "82.el7_9", "source": "rpm", "version": "9.221.4.1" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6000g2b-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2b-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "82.el7_9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl7260-firmware", "release": "82.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el7", "source": "rpm", "version": "2.10" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.el7_0", "source": "rpm", "version": "0.11" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-debug-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-debug-devel", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "51.el7_9.3", "source": "rpm", "version": "2.0.15" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "28.el7", "source": "rpm", "version": "20" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "28.el7", "source": "rpm", "version": "20" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "136.el7_9", "source": "rpm", "version": "0.4.9" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "55.el7_9", "source": "rpm", "version": "1.15.1" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "10.el7_9", "source": "rpm", "version": "458" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "13.el7", "source": "rpm", "version": "0.3.109" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el7", "source": "rpm", "version": "2.1.0" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "13.el7", "source": "rpm", "version": "2.4.46" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "32.el7", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.el7", "source": "rpm", "version": "1.2" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "11.el7", "source": "rpm", "version": "2.22" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "4.el7", "source": "rpm", "version": "0.7.5" } ], "libcgroup": [ { "arch": "x86_64", "epoch": null, "name": "libcgroup", "release": "21.el7", "source": "rpm", "version": "0.41" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "32.el7", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libcroco": [ { "arch": "x86_64", "epoch": null, "name": "libcroco", "release": "6.el7_9", "source": "rpm", "version": "0.6.12" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "7.el7", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdb-utils": [ { "arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "libdrm": [ { "arch": "x86_64", "epoch": null, "name": "libdrm", "release": "2.el7", "source": "rpm", "version": "2.4.97" } ], "libdwarf": [ { "arch": "x86_64", "epoch": null, "name": "libdwarf", "release": "4.el7", "source": "rpm", "version": "20130207" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "12.20121213cvs.el7", "source": "rpm", "version": "3.0" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "2.el7", "source": "rpm", "version": "0.1.9" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "4.el7", "source": "rpm", "version": "2.0.21" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "3.el7", "source": "rpm", "version": "0.99.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.el7", "source": "rpm", "version": "3.0.13" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "14.el7", "source": "rpm", "version": "1.5.3" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "3.el7", "source": "rpm", "version": "1.12" } ], "libidn": [ { "arch": "x86_64", "epoch": null, "name": "libidn", "release": "4.el7", "source": "rpm", "version": "1.28" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "32.el7", "source": "rpm", "version": "1.3.1" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "7.el7", "source": "rpm", "version": "1.0.3" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "1.el7", "source": "rpm", "version": "1.6.3" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "3.el7", "source": "rpm", "version": "1.0.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "9.el7", "source": "rpm", "version": "1.2" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el7_3", "source": "rpm", "version": "1.0.6" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "4.el7", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": null, "name": "libnfsidmap", "release": "19.el7", "source": "rpm", "version": "0.25" } ], "libnl": [ { "arch": "x86_64", "epoch": null, "name": "libnl", "release": "3.el7", "source": "rpm", "version": "1.1.4" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "32.el7", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": null, "name": "libpciaccess", "release": "1.el7", "source": "rpm", "version": "0.14" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "3.el7", "source": "rpm", "version": "1.2.3" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "8.el7", "source": "rpm", "version": "1.5.13" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "5.el7", "source": "rpm", "version": "1.2.3" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "32.el7", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "8.el7_9", "source": "rpm", "version": "1.8.1" } ], "libreport-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "53.el7.centos", "source": "rpm", "version": "2.1.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.el7", "source": "rpm", "version": "2.3.1" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-python": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-python", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsemanage-python": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage-python", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "10.el7", "source": "rpm", "version": "2.5" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "4.el7", "source": "rpm", "version": "0.6.34" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libssh2": [ { "arch": "x86_64", "epoch": null, "name": "libssh2", "release": "4.el7_9.1", "source": "rpm", "version": "1.8.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "16.el7", "source": "rpm", "version": "2.1.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "1.el7", "source": "rpm", "version": "4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.16.el7", "source": "rpm", "version": "0.2.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "9.el7", "source": "rpm", "version": "0.9.3" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "9.el7", "source": "rpm", "version": "0.60" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "4.el7", "source": "rpm", "version": "1.1.6" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libverto-libevent": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libevent", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxml2-python": [ { "arch": "x86_64", "epoch": null, "name": "libxml2-python", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "6.el7", "source": "rpm", "version": "1.1.28" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "11.el7_0", "source": "rpm", "version": "0.1.4" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "82.git78c0348.el7_9", "source": "rpm", "version": "20200421" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "19.el7", "source": "rpm", "version": "3.8.6" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", "source": "rpm", "version": "B.02.19" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "6.el7", "source": "rpm", "version": "4.87" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el7", "source": "rpm", "version": "0.27" } ], "lua": [ { "arch": "x86_64", "epoch": null, "name": "lua", "release": "15.el7", "source": "rpm", "version": "5.1.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": 7, "name": "lvm2", "release": "6.el7_9.5", "source": "rpm", "version": "2.02.187" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 7, "name": "lvm2-libs", "release": "6.el7_9.5", "source": "rpm", "version": "2.02.187" } ], "lz4": [ { "arch": "x86_64", "epoch": null, "name": "lz4", "release": "1.el7", "source": "rpm", "version": "1.8.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "8.el7", "source": "rpm", "version": "2.06" } ], "mailcap": [ { "arch": "noarch", "epoch": null, "name": "mailcap", "release": "2.el7", "source": "rpm", "version": "2.1.41" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "24.el7", "source": "rpm", "version": "3.82" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "11.el7", "source": "rpm", "version": "2.6.3" } ], "mariadb-libs": [ { "arch": "x86_64", "epoch": 1, "name": "mariadb-libs", "release": "1.el7", "source": "rpm", "version": "5.5.68" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "9.el7_9", "source": "rpm", "version": "4.1" } ], "microcode_ctl": [ { "arch": "x86_64", "epoch": 2, "name": "microcode_ctl", "release": "73.20.el7_9", "source": "rpm", "version": "2.1" } ], "mokutil": [ { "arch": "x86_64", "epoch": null, "name": "mokutil", "release": "8.el7", "source": "rpm", "version": "15" } ], "mozjs17": [ { "arch": "x86_64", "epoch": null, "name": "mozjs17", "release": "20.el7", "source": "rpm", "version": "17.0.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.el7", "source": "rpm", "version": "3.1.1" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.25.20131004git.el7", "source": "rpm", "version": "2.0" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "newt-python": [ { "arch": "x86_64", "epoch": null, "name": "newt-python", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.68.el7.2", "source": "rpm", "version": "1.3.0" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "1.el7_9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-pem": [ { "arch": "x86_64", "epoch": null, "name": "nss-pem", "release": "7.el7_9.1", "source": "rpm", "version": "1.0.3" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-tools": [ { "arch": "x86_64", "epoch": null, "name": "nss-tools", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.el7_9", "source": "rpm", "version": "3.90.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "5.el7", "source": "rpm", "version": "2.0.12" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "25.el7_9", "source": "rpm", "version": "2.4.44" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el7", "source": "rpm", "version": "1.58" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "23.el7", "source": "rpm", "version": "1.1.8" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "32.el7", "source": "rpm", "version": "3.1" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "6.el7", "source": "rpm", "version": "0.79" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "3.el7", "source": "rpm", "version": "3.5.1" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "17.el7", "source": "rpm", "version": "8.32" } ], "perl": [ { "arch": "x86_64", "epoch": 4, "name": "perl", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-Business-ISBN": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN", "release": "2.el7", "source": "rpm", "version": "2.06" } ], "perl-Business-ISBN-Data": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN-Data", "release": "2.el7", "source": "rpm", "version": "20120719.001" } ], "perl-CGI": [ { "arch": "noarch", "epoch": null, "name": "perl-CGI", "release": "4.el7", "source": "rpm", "version": "3.63" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "244.el7", "source": "rpm", "version": "1.26" } ], "perl-Compress-Raw-Bzip2": [ { "arch": "x86_64", "epoch": null, "name": "perl-Compress-Raw-Bzip2", "release": "3.el7", "source": "rpm", "version": "2.061" } ], "perl-Compress-Raw-Zlib": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Compress-Raw-Zlib", "release": "4.el7", "source": "rpm", "version": "2.061" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "3.el7", "source": "rpm", "version": "2.145" } ], "perl-Date-Manip": [ { "arch": "noarch", "epoch": null, "name": "perl-Date-Manip", "release": "2.el7", "source": "rpm", "version": "6.41" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "245.el7", "source": "rpm", "version": "1.17" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "3.el7", "source": "rpm", "version": "2.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": null, "name": "perl-Encode", "release": "7.el7", "source": "rpm", "version": "2.51" } ], "perl-Encode-Locale": [ { "arch": "noarch", "epoch": null, "name": "perl-Encode-Locale", "release": "5.el7", "source": "rpm", "version": "1.03" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "2.el7", "source": "rpm", "version": "0.17020" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "3.el7", "source": "rpm", "version": "5.68" } ], "perl-FCGI": [ { "arch": "x86_64", "epoch": 1, "name": "perl-FCGI", "release": "8.el7", "source": "rpm", "version": "0.74" } ], "perl-File-Listing": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Listing", "release": "7.el7", "source": "rpm", "version": "6.04" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el7", "source": "rpm", "version": "2.09" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Temp", "release": "3.el7", "source": "rpm", "version": "0.23.01" } ], "perl-Filter": [ { "arch": "x86_64", "epoch": null, "name": "perl-Filter", "release": "3.el7", "source": "rpm", "version": "1.49" } ], "perl-Font-AFM": [ { "arch": "noarch", "epoch": null, "name": "perl-Font-AFM", "release": "13.el7", "source": "rpm", "version": "1.20" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": null, "name": "perl-Getopt-Long", "release": "3.el7", "source": "rpm", "version": "2.40" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "perl-HTML-Format": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Format", "release": "7.el7", "source": "rpm", "version": "2.10" } ], "perl-HTML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-HTML-Parser", "release": "4.el7", "source": "rpm", "version": "3.71" } ], "perl-HTML-Tagset": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Tagset", "release": "15.el7", "source": "rpm", "version": "3.20" } ], "perl-HTML-Tree": [ { "arch": "noarch", "epoch": 1, "name": "perl-HTML-Tree", "release": "2.el7", "source": "rpm", "version": "5.03" } ], "perl-HTTP-Cookies": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Cookies", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Daemon": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Daemon", "release": "8.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Date": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Date", "release": "8.el7", "source": "rpm", "version": "6.02" } ], "perl-HTTP-Message": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Message", "release": "6.el7", "source": "rpm", "version": "6.06" } ], "perl-HTTP-Negotiate": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Negotiate", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.el7", "source": "rpm", "version": "0.033" } ], "perl-IO-Compress": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Compress", "release": "2.el7", "source": "rpm", "version": "2.061" } ], "perl-IO-HTML": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-HTML", "release": "2.el7", "source": "rpm", "version": "1.00" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el7", "source": "rpm", "version": "0.21" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "7.el7", "source": "rpm", "version": "1.94" } ], "perl-IO-Zlib": [ { "arch": "noarch", "epoch": 1, "name": "perl-IO-Zlib", "release": "299.el7_9", "source": "rpm", "version": "1.10" } ], "perl-IO-stringy": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-stringy", "release": "22.el7", "source": "rpm", "version": "2.110" } ], "perl-LWP-MediaTypes": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-MediaTypes", "release": "2.el7", "source": "rpm", "version": "6.02" } ], "perl-LWP-Protocol-https": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-Protocol-https", "release": "4.el7", "source": "rpm", "version": "6.04" } ], "perl-Module-Load": [ { "arch": "noarch", "epoch": 1, "name": "perl-Module-Load", "release": "3.el7", "source": "rpm", "version": "0.24" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "5.el7", "source": "rpm", "version": "20130114" } ], "perl-Net-HTTP": [ { "arch": "noarch", "epoch": null, "name": "perl-Net-HTTP", "release": "2.el7", "source": "rpm", "version": "6.06" } ], "perl-Net-LibIDN": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-LibIDN", "release": "15.el7", "source": "rpm", "version": "0.12" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "6.el7", "source": "rpm", "version": "1.55" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "5.el7", "source": "rpm", "version": "3.40" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "299.el7_9", "source": "rpm", "version": "1.04" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "4.el7", "source": "rpm", "version": "3.20" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el7", "source": "rpm", "version": "3.28" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Usage", "release": "3.el7", "source": "rpm", "version": "1.63" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": null, "name": "perl-Scalar-List-Utils", "release": "248.el7", "source": "rpm", "version": "1.27" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": null, "name": "perl-Socket", "release": "5.el7", "source": "rpm", "version": "2.010" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": null, "name": "perl-Storable", "release": "3.el7", "source": "rpm", "version": "2.45" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "20.el7", "source": "rpm", "version": "2.30" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "4.el7", "source": "rpm", "version": "3.29" } ], "perl-Time-HiRes": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Time-HiRes", "release": "3.el7", "source": "rpm", "version": "1.9725" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": null, "name": "perl-Time-Local", "release": "2.el7", "source": "rpm", "version": "1.2300" } ], "perl-TimeDate": [ { "arch": "noarch", "epoch": 1, "name": "perl-TimeDate", "release": "2.el7", "source": "rpm", "version": "2.30" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "9.el7", "source": "rpm", "version": "1.60" } ], "perl-WWW-RobotRules": [ { "arch": "noarch", "epoch": null, "name": "perl-WWW-RobotRules", "release": "5.el7", "source": "rpm", "version": "6.02" } ], "perl-XML-LibXML": [ { "arch": "x86_64", "epoch": 1, "name": "perl-XML-LibXML", "release": "5.el7", "source": "rpm", "version": "2.0018" } ], "perl-XML-NamespaceSupport": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-NamespaceSupport", "release": "10.el7", "source": "rpm", "version": "1.11" } ], "perl-XML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-XML-Parser", "release": "10.el7", "source": "rpm", "version": "2.41" } ], "perl-XML-SAX": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX", "release": "9.el7", "source": "rpm", "version": "0.99" } ], "perl-XML-SAX-Base": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX-Base", "release": "7.el7", "source": "rpm", "version": "1.08" } ], "perl-XML-Twig": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-Twig", "release": "2.el7", "source": "rpm", "version": "3.44" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "2.el7", "source": "rpm", "version": "1.27" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-libwww-perl": [ { "arch": "noarch", "epoch": null, "name": "perl-libwww-perl", "release": "2.el7", "source": "rpm", "version": "6.05" } ], "perl-macros": [ { "arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "244.el7", "source": "rpm", "version": "0.225" } ], "perl-podlators": [ { "arch": "noarch", "epoch": null, "name": "perl-podlators", "release": "3.el7", "source": "rpm", "version": "2.5.1" } ], "perl-threads": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads", "release": "4.el7", "source": "rpm", "version": "1.87" } ], "perl-threads-shared": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "6.el7", "source": "rpm", "version": "1.43" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "17.el7", "source": "rpm", "version": "0.8.1" } ], "pkgconfig": [ { "arch": "x86_64", "epoch": 1, "name": "pkgconfig", "release": "4.el7", "source": "rpm", "version": "0.27.1" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "policycoreutils-python": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils-python", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "26.el7_9.1", "source": "rpm", "version": "0.112" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "4.el7", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "16.el7", "source": "rpm", "version": "1.13" } ], "postfix": [ { "arch": "x86_64", "epoch": 2, "name": "postfix", "release": "9.el7", "source": "rpm", "version": "2.10.1" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "28.el7", "source": "rpm", "version": "3.3.10" } ], "pth": [ { "arch": "x86_64", "epoch": null, "name": "pth", "release": "23.el7", "source": "rpm", "version": "2.0.7" } ], "pygpgme": [ { "arch": "x86_64", "epoch": null, "name": "pygpgme", "release": "9.el7", "source": "rpm", "version": "0.3" } ], "pyliblzma": [ { "arch": "x86_64", "epoch": null, "name": "pyliblzma", "release": "11.el7", "source": "rpm", "version": "0.5.3" } ], "pyparsing": [ { "arch": "noarch", "epoch": null, "name": "pyparsing", "release": "9.el7", "source": "rpm", "version": "1.5.6" } ], "pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "pyparted", "release": "15.el7", "source": "rpm", "version": "3.9" } ], "pyserial": [ { "arch": "noarch", "epoch": null, "name": "pyserial", "release": "6.el7", "source": "rpm", "version": "2.6" } ], "python": [ { "arch": "x86_64", "epoch": null, "name": "python", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-IPy": [ { "arch": "noarch", "epoch": null, "name": "python-IPy", "release": "6.el7", "source": "rpm", "version": "0.75" } ], "python-babel": [ { "arch": "noarch", "epoch": null, "name": "python-babel", "release": "8.el7", "source": "rpm", "version": "0.9.6" } ], "python-backports": [ { "arch": "x86_64", "epoch": null, "name": "python-backports", "release": "8.el7", "source": "rpm", "version": "1.0" } ], "python-backports-ssl_match_hostname": [ { "arch": "noarch", "epoch": null, "name": "python-backports-ssl_match_hostname", "release": "1.el7", "source": "rpm", "version": "3.5.0.1" } ], "python-chardet": [ { "arch": "noarch", "epoch": null, "name": "python-chardet", "release": "3.el7", "source": "rpm", "version": "2.2.1" } ], "python-configobj": [ { "arch": "noarch", "epoch": null, "name": "python-configobj", "release": "7.el7", "source": "rpm", "version": "4.7.2" } ], "python-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python-configshell", "release": "1.el7", "source": "rpm", "version": "1.1.26" } ], "python-decorator": [ { "arch": "noarch", "epoch": null, "name": "python-decorator", "release": "3.el7", "source": "rpm", "version": "3.4.0" } ], "python-enum34": [ { "arch": "noarch", "epoch": null, "name": "python-enum34", "release": "1.el7", "source": "rpm", "version": "1.0.4" } ], "python-ethtool": [ { "arch": "x86_64", "epoch": null, "name": "python-ethtool", "release": "8.el7", "source": "rpm", "version": "0.8" } ], "python-firewall": [ { "arch": "noarch", "epoch": null, "name": "python-firewall", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "python-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python-gobject-base", "release": "1.el7_4.1", "source": "rpm", "version": "3.22.0" } ], "python-iniparse": [ { "arch": "noarch", "epoch": null, "name": "python-iniparse", "release": "9.el7", "source": "rpm", "version": "0.4" } ], "python-ipaddress": [ { "arch": "noarch", "epoch": null, "name": "python-ipaddress", "release": "2.el7", "source": "rpm", "version": "1.0.16" } ], "python-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python-jinja2", "release": "4.el7", "source": "rpm", "version": "2.7.2" } ], "python-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpatch", "release": "4.el7", "source": "rpm", "version": "1.2" } ], "python-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpointer", "release": "2.el7", "source": "rpm", "version": "1.9" } ], "python-kitchen": [ { "arch": "noarch", "epoch": null, "name": "python-kitchen", "release": "5.el7", "source": "rpm", "version": "1.1.1" } ], "python-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python-kmod", "release": "4.el7", "source": "rpm", "version": "0.9" } ], "python-libs": [ { "arch": "x86_64", "epoch": null, "name": "python-libs", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-linux-procfs": [ { "arch": "noarch", "epoch": null, "name": "python-linux-procfs", "release": "4.el7", "source": "rpm", "version": "0.4.11" } ], "python-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python-lxml", "release": "4.el7", "source": "rpm", "version": "3.2.1" } ], "python-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python-markupsafe", "release": "10.el7", "source": "rpm", "version": "0.11" } ], "python-perf": [ { "arch": "x86_64", "epoch": null, "name": "python-perf", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "python-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python-prettytable", "release": "3.el7", "source": "rpm", "version": "0.7.2" } ], "python-pycurl": [ { "arch": "x86_64", "epoch": null, "name": "python-pycurl", "release": "19.el7", "source": "rpm", "version": "7.19.0" } ], "python-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python-pyudev", "release": "9.el7", "source": "rpm", "version": "0.15" } ], "python-requests": [ { "arch": "noarch", "epoch": null, "name": "python-requests", "release": "10.el7", "source": "rpm", "version": "2.6.0" } ], "python-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python-rtslib", "release": "1.el7_9", "source": "rpm", "version": "2.1.74" } ], "python-schedutils": [ { "arch": "x86_64", "epoch": null, "name": "python-schedutils", "release": "6.el7", "source": "rpm", "version": "0.4" } ], "python-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools", "release": "7.el7", "source": "rpm", "version": "0.9.8" } ], "python-six": [ { "arch": "noarch", "epoch": null, "name": "python-six", "release": "2.el7", "source": "rpm", "version": "1.9.0" } ], "python-slip": [ { "arch": "noarch", "epoch": null, "name": "python-slip", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-slip-dbus": [ { "arch": "noarch", "epoch": null, "name": "python-slip-dbus", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-urlgrabber": [ { "arch": "noarch", "epoch": null, "name": "python-urlgrabber", "release": "10.el7", "source": "rpm", "version": "3.10" } ], "python-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python-urllib3", "release": "7.el7", "source": "rpm", "version": "1.10.2" } ], "python-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python-urwid", "release": "3.el7", "source": "rpm", "version": "1.1.1" } ], "python2-blivet3": [ { "arch": "noarch", "epoch": 1, "name": "python2-blivet3", "release": "3.el7", "source": "rpm", "version": "3.1.3" } ], "python2-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python2-blockdev", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "python2-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python2-bytesize", "release": "1.el7", "source": "rpm", "version": "1.2" } ], "python2-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python2-hawkey", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "python2-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python2-libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "pyxattr": [ { "arch": "x86_64", "epoch": null, "name": "pyxattr", "release": "5.el7", "source": "rpm", "version": "0.5.1" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el7_9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 10, "name": "qemu-guest-agent", "release": "3.el7", "source": "rpm", "version": "2.12.0" } ], "qrencode-libs": [ { "arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "3.el7", "source": "rpm", "version": "3.4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "11.el7", "source": "rpm", "version": "6.2" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "5.el7", "source": "rpm", "version": "6.3.1" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "11.el7", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "49.el7", "source": "rpm", "version": "0.2.0" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-python": [ { "arch": "x86_64", "epoch": null, "name": "rpm-python", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "12.el7_9", "source": "rpm", "version": "3.1.2" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "57.el7_9.3", "source": "rpm", "version": "8.24.0" } ], "ruby": [ { "arch": "x86_64", "epoch": null, "name": "ruby", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-irb": [ { "arch": "noarch", "epoch": null, "name": "ruby-irb", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-libs": [ { "arch": "x86_64", "epoch": null, "name": "ruby-libs", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "rubygem-bigdecimal": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-bigdecimal", "release": "39.el7_9", "source": "rpm", "version": "1.2.0" } ], "rubygem-io-console": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-io-console", "release": "39.el7_9", "source": "rpm", "version": "0.4.2" } ], "rubygem-json": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-json", "release": "39.el7_9", "source": "rpm", "version": "1.7.7" } ], "rubygem-psych": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-psych", "release": "39.el7_9", "source": "rpm", "version": "2.0.0" } ], "rubygem-rdoc": [ { "arch": "noarch", "epoch": null, "name": "rubygem-rdoc", "release": "39.el7_9", "source": "rpm", "version": "4.0.0" } ], "rubygems": [ { "arch": "noarch", "epoch": null, "name": "rubygems", "release": "39.el7_9", "source": "rpm", "version": "2.0.14.1" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "7.el7", "source": "rpm", "version": "4.2.2" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "setools-libs": [ { "arch": "x86_64", "epoch": null, "name": "setools-libs", "release": "4.el7", "source": "rpm", "version": "3.3.8" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "11.el7", "source": "rpm", "version": "2.8.71" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils-libs", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "sgpio": [ { "arch": "x86_64", "epoch": null, "name": "sgpio", "release": "13.el7", "source": "rpm", "version": "1.2.0.10" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "5.el7", "source": "rpm", "version": "4.6" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "5.el7", "source": "rpm", "version": "1.8" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el7", "source": "rpm", "version": "2.2.4" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el7", "source": "rpm", "version": "1.1.0" } ], "sqlite": [ { "arch": "x86_64", "epoch": null, "name": "sqlite", "release": "8.el7_7.1", "source": "rpm", "version": "3.7.17" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "7.el7_9", "source": "rpm", "version": "4.24" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el7_9.3", "source": "rpm", "version": "1.8.23" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "78.el7_9.9", "source": "rpm", "version": "219" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "78.el7_9.9", "source": "rpm", "version": "219" } ], "systemd-sysv": [ { "arch": "x86_64", "epoch": null, "name": "systemd-sysv", "release": "78.el7_9.9", "source": "rpm", "version": "219" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "sysvinit-tools": [ { "arch": "x86_64", "epoch": null, "name": "sysvinit-tools", "release": "14.dsf.el7", "source": "rpm", "version": "2.88" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "35.el7", "source": "rpm", "version": "1.26" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "1.el7_9", "source": "rpm", "version": "2.1.53" } ], "tcp_wrappers": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "tcp_wrappers-libs": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers-libs", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "45.el7", "source": "rpm", "version": "1.7" } ], "tps-devel": [ { "arch": "noarch", "epoch": null, "name": "tps-devel", "release": "1", "source": "rpm", "version": "2.44.50" } ], "tuned": [ { "arch": "noarch", "epoch": null, "name": "tuned", "release": "12.el7_9", "source": "rpm", "version": "2.11.0" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el7", "source": "rpm", "version": "2024a" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "24.el7_9", "source": "rpm", "version": "6.0" } ], "ustr": [ { "arch": "x86_64", "epoch": null, "name": "ustr", "release": "16.el7", "source": "rpm", "version": "1.0.4" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-filesystem": [ { "arch": "x86_64", "epoch": 2, "name": "vim-filesystem", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "4.el7_9.1", "source": "rpm", "version": "1.18" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "9.el7", "source": "rpm", "version": "0.3.9" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "18.el7_6.1", "source": "rpm", "version": "1.14" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "7.el7", "source": "rpm", "version": "2.20" } ], "wpa_supplicant": [ { "arch": "x86_64", "epoch": 1, "name": "wpa_supplicant", "release": "12.el7_9.2", "source": "rpm", "version": "2.6" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "22.el7", "source": "rpm", "version": "4.5.0" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "168.el7.centos", "source": "rpm", "version": "3.4.3" } ], "yum-metadata-parser": [ { "arch": "x86_64", "epoch": null, "name": "yum-metadata-parser", "release": "10.el7", "source": "rpm", "version": "1.1.4" } ], "yum-plugin-fastestmirror": [ { "arch": "noarch", "epoch": null, "name": "yum-plugin-fastestmirror", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "11.el7", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "21.el7_9", "source": "rpm", "version": "1.2.7" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:352 Sunday 06 July 2025 13:05:41 -0400 (0:00:01.876) 0:14:07.985 *********** ok: [managed-node12] => { "ansible_facts": { "blivet_pkg_name": [ "python2-blivet3" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:356 Sunday 06 July 2025 13:05:41 -0400 (0:00:00.161) 0:14:08.146 *********** ok: [managed-node12] => { "ansible_facts": { "blivet_pkg_version": "3.1.3-3.el7" }, "changed": false } TASK [Set distribution version] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:360 Sunday 06 July 2025 13:05:42 -0400 (0:00:00.157) 0:14:08.304 *********** ok: [managed-node12] => { "ansible_facts": { "is_fedora": false, "is_rhel10": false, "is_rhel8": false, "is_rhel9": false }, "changed": false } TASK [Create one LVM logical volume under one volume group with size 5g] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:373 Sunday 06 July 2025 13:05:42 -0400 (0:00:00.227) 0:14:08.532 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:389 Sunday 06 July 2025 13:05:42 -0400 (0:00:00.123) 0:14:08.655 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change volume_size to 9g] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:392 Sunday 06 July 2025 13:05:42 -0400 (0:00:00.114) 0:14:08.769 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:406 Sunday 06 July 2025 13:05:42 -0400 (0:00:00.184) 0:14:08.954 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test for correct handling of offline resize in safe mode] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:409 Sunday 06 July 2025 13:05:42 -0400 (0:00:00.123) 0:14:09.078 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up] **************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:427 Sunday 06 July 2025 13:05:42 -0400 (0:00:00.117) 0:14:09.195 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Sunday 06 July 2025 13:05:43 -0400 (0:00:00.209) 0:14:09.405 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Sunday 06 July 2025 13:05:43 -0400 (0:00:00.198) 0:14:09.603 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Sunday 06 July 2025 13:05:43 -0400 (0:00:00.152) 0:14:09.755 *********** skipping: [managed-node12] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node12] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node12] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node12] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Sunday 06 July 2025 13:05:43 -0400 (0:00:00.263) 0:14:10.019 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Sunday 06 July 2025 13:05:43 -0400 (0:00:00.118) 0:14:10.137 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Sunday 06 July 2025 13:05:43 -0400 (0:00:00.121) 0:14:10.258 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Sunday 06 July 2025 13:05:44 -0400 (0:00:00.112) 0:14:10.370 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Sunday 06 July 2025 13:05:44 -0400 (0:00:00.125) 0:14:10.496 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node12 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Sunday 06 July 2025 13:05:44 -0400 (0:00:00.251) 0:14:10.748 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Sunday 06 July 2025 13:05:44 -0400 (0:00:00.121) 0:14:10.870 *********** ok: [managed-node12] => { "storage_pools | d([])": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Sunday 06 July 2025 13:05:44 -0400 (0:00:00.200) 0:14:11.071 *********** ok: [managed-node12] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Sunday 06 July 2025 13:05:44 -0400 (0:00:00.078) 0:14:11.149 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Sunday 06 July 2025 13:05:44 -0400 (0:00:00.095) 0:14:11.244 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Sunday 06 July 2025 13:05:45 -0400 (0:00:00.121) 0:14:11.366 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Sunday 06 July 2025 13:05:45 -0400 (0:00:00.133) 0:14:11.500 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Sunday 06 July 2025 13:05:45 -0400 (0:00:00.123) 0:14:11.623 *********** ok: [managed-node12] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Sunday 06 July 2025 13:05:45 -0400 (0:00:00.142) 0:14:11.766 *********** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Sunday 06 July 2025 13:05:45 -0400 (0:00:00.076) 0:14:11.842 *********** ok: [managed-node12] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Sunday 06 July 2025 13:05:49 -0400 (0:00:03.852) 0:14:15.694 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Sunday 06 July 2025 13:05:49 -0400 (0:00:00.123) 0:14:15.818 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751821528.9658043, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1751821528.4978025, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264044, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751821528.4978025, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744071681859538", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Sunday 06 July 2025 13:05:49 -0400 (0:00:00.415) 0:14:16.233 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Sunday 06 July 2025 13:05:50 -0400 (0:00:00.114) 0:14:16.347 *********** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Sunday 06 July 2025 13:05:50 -0400 (0:00:00.113) 0:14:16.460 *********** ok: [managed-node12] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Sunday 06 July 2025 13:05:50 -0400 (0:00:00.150) 0:14:16.611 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Sunday 06 July 2025 13:05:50 -0400 (0:00:00.131) 0:14:16.743 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Sunday 06 July 2025 13:05:50 -0400 (0:00:00.122) 0:14:16.866 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Sunday 06 July 2025 13:05:50 -0400 (0:00:00.118) 0:14:16.985 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Sunday 06 July 2025 13:05:50 -0400 (0:00:00.119) 0:14:17.104 *********** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Sunday 06 July 2025 13:05:50 -0400 (0:00:00.116) 0:14:17.221 *********** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Sunday 06 July 2025 13:05:51 -0400 (0:00:00.117) 0:14:17.339 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Sunday 06 July 2025 13:05:51 -0400 (0:00:00.118) 0:14:17.457 *********** ok: [managed-node12] => { "changed": false, "stat": { "atime": 1751819358.1124556, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1751819347.732416, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264103, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1751819347.731416, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744071681861161", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Sunday 06 July 2025 13:05:51 -0400 (0:00:00.416) 0:14:17.874 *********** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Sunday 06 July 2025 13:05:51 -0400 (0:00:00.113) 0:14:17.987 *********** ok: [managed-node12] TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:440 Sunday 06 July 2025 13:05:52 -0400 (0:00:00.869) 0:14:18.857 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node12 TASK [Print out pool information] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Sunday 06 July 2025 13:05:52 -0400 (0:00:00.219) 0:14:19.076 *********** ok: [managed-node12] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Sunday 06 July 2025 13:05:52 -0400 (0:00:00.138) 0:14:19.214 *********** skipping: [managed-node12] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Sunday 06 July 2025 13:05:53 -0400 (0:00:00.118) 0:14:19.332 *********** ok: [managed-node12] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Sunday 06 July 2025 13:05:53 -0400 (0:00:00.417) 0:14:19.750 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002916", "end": "2025-07-06 13:05:53.698878", "rc": 0, "start": "2025-07-06 13:05:53.695962" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Sunday 06 July 2025 13:05:53 -0400 (0:00:00.347) 0:14:20.097 *********** ok: [managed-node12] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002763", "end": "2025-07-06 13:05:54.031690", "failed_when_result": false, "rc": 0, "start": "2025-07-06 13:05:54.028927" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Sunday 06 July 2025 13:05:54 -0400 (0:00:00.333) 0:14:20.431 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node12 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Sunday 06 July 2025 13:05:54 -0400 (0:00:00.144) 0:14:20.575 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Sunday 06 July 2025 13:05:54 -0400 (0:00:00.073) 0:14:20.649 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Sunday 06 July 2025 13:05:54 -0400 (0:00:00.073) 0:14:20.722 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Sunday 06 July 2025 13:05:54 -0400 (0:00:00.079) 0:14:20.802 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Sunday 06 July 2025 13:05:54 -0400 (0:00:00.211) 0:14:21.013 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Sunday 06 July 2025 13:05:54 -0400 (0:00:00.086) 0:14:21.099 *********** TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Sunday 06 July 2025 13:05:54 -0400 (0:00:00.067) 0:14:21.167 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Sunday 06 July 2025 13:05:54 -0400 (0:00:00.077) 0:14:21.244 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Sunday 06 July 2025 13:05:55 -0400 (0:00:00.080) 0:14:21.324 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Sunday 06 July 2025 13:05:55 -0400 (0:00:00.078) 0:14:21.403 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Sunday 06 July 2025 13:05:55 -0400 (0:00:00.078) 0:14:21.482 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Sunday 06 July 2025 13:05:55 -0400 (0:00:00.080) 0:14:21.562 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:54 Sunday 06 July 2025 13:05:55 -0400 (0:00:00.072) 0:14:21.635 *********** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:67 Sunday 06 July 2025 13:05:55 -0400 (0:00:00.068) 0:14:21.704 *********** ok: [managed-node12] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 10.31.10.251 closed. MSG: non-zero return code TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:77 Sunday 06 July 2025 13:05:55 -0400 (0:00:00.267) 0:14:21.971 *********** TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Sunday 06 July 2025 13:05:55 -0400 (0:00:00.066) 0:14:22.038 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node12 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Sunday 06 July 2025 13:05:55 -0400 (0:00:00.141) 0:14:22.180 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Sunday 06 July 2025 13:05:55 -0400 (0:00:00.072) 0:14:22.252 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Sunday 06 July 2025 13:05:56 -0400 (0:00:00.130) 0:14:22.382 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Sunday 06 July 2025 13:05:56 -0400 (0:00:00.073) 0:14:22.456 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Sunday 06 July 2025 13:05:56 -0400 (0:00:00.070) 0:14:22.526 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Sunday 06 July 2025 13:05:56 -0400 (0:00:00.070) 0:14:22.597 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Sunday 06 July 2025 13:05:56 -0400 (0:00:00.072) 0:14:22.669 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Sunday 06 July 2025 13:05:56 -0400 (0:00:00.070) 0:14:22.739 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Sunday 06 July 2025 13:05:56 -0400 (0:00:00.074) 0:14:22.813 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Sunday 06 July 2025 13:05:56 -0400 (0:00:00.075) 0:14:22.889 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Sunday 06 July 2025 13:05:56 -0400 (0:00:00.069) 0:14:22.958 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Sunday 06 July 2025 13:05:56 -0400 (0:00:00.070) 0:14:23.029 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node12 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Sunday 06 July 2025 13:05:56 -0400 (0:00:00.144) 0:14:23.173 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node12 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Sunday 06 July 2025 13:05:57 -0400 (0:00:00.143) 0:14:23.316 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Sunday 06 July 2025 13:05:57 -0400 (0:00:00.070) 0:14:23.387 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Sunday 06 July 2025 13:05:57 -0400 (0:00:00.069) 0:14:23.456 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Sunday 06 July 2025 13:05:57 -0400 (0:00:00.133) 0:14:23.590 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Sunday 06 July 2025 13:05:57 -0400 (0:00:00.106) 0:14:23.696 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Sunday 06 July 2025 13:05:57 -0400 (0:00:00.118) 0:14:23.815 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Sunday 06 July 2025 13:05:57 -0400 (0:00:00.112) 0:14:23.928 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Sunday 06 July 2025 13:05:57 -0400 (0:00:00.099) 0:14:24.028 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node12 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Sunday 06 July 2025 13:05:57 -0400 (0:00:00.158) 0:14:24.186 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node12 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Sunday 06 July 2025 13:05:58 -0400 (0:00:00.235) 0:14:24.422 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Sunday 06 July 2025 13:05:58 -0400 (0:00:00.120) 0:14:24.543 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Sunday 06 July 2025 13:05:58 -0400 (0:00:00.120) 0:14:24.663 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Sunday 06 July 2025 13:05:58 -0400 (0:00:00.118) 0:14:24.782 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Sunday 06 July 2025 13:05:58 -0400 (0:00:00.121) 0:14:24.903 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node12 TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Sunday 06 July 2025 13:05:58 -0400 (0:00:00.243) 0:14:25.147 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Sunday 06 July 2025 13:05:58 -0400 (0:00:00.124) 0:14:25.271 *********** TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Sunday 06 July 2025 13:05:59 -0400 (0:00:00.108) 0:14:25.380 *********** TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Sunday 06 July 2025 13:05:59 -0400 (0:00:00.206) 0:14:25.587 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Sunday 06 July 2025 13:05:59 -0400 (0:00:00.108) 0:14:25.695 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node12 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Sunday 06 July 2025 13:05:59 -0400 (0:00:00.171) 0:14:25.867 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node12 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Sunday 06 July 2025 13:05:59 -0400 (0:00:00.232) 0:14:26.099 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Sunday 06 July 2025 13:05:59 -0400 (0:00:00.107) 0:14:26.207 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Sunday 06 July 2025 13:06:00 -0400 (0:00:00.102) 0:14:26.310 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Sunday 06 July 2025 13:06:00 -0400 (0:00:00.081) 0:14:26.391 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Sunday 06 July 2025 13:06:00 -0400 (0:00:00.072) 0:14:26.463 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Sunday 06 July 2025 13:06:00 -0400 (0:00:00.071) 0:14:26.535 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Sunday 06 July 2025 13:06:00 -0400 (0:00:00.070) 0:14:26.605 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Sunday 06 July 2025 13:06:00 -0400 (0:00:00.070) 0:14:26.676 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node12 TASK [Get stratis pool information] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Sunday 06 July 2025 13:06:00 -0400 (0:00:00.210) 0:14:26.886 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print script output] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Sunday 06 July 2025 13:06:00 -0400 (0:00:00.116) 0:14:27.002 *********** skipping: [managed-node12] => {} TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:19 Sunday 06 July 2025 13:06:00 -0400 (0:00:00.214) 0:14:27.217 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:23 Sunday 06 July 2025 13:06:01 -0400 (0:00:00.121) 0:14:27.339 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:30 Sunday 06 July 2025 13:06:01 -0400 (0:00:00.116) 0:14:27.455 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:39 Sunday 06 July 2025 13:06:01 -0400 (0:00:00.100) 0:14:27.556 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:49 Sunday 06 July 2025 13:06:01 -0400 (0:00:00.082) 0:14:27.638 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:105 Sunday 06 July 2025 13:06:01 -0400 (0:00:00.076) 0:14:27.715 *********** ok: [managed-node12] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Sunday 06 July 2025 13:06:01 -0400 (0:00:00.121) 0:14:27.836 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node12 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Sunday 06 July 2025 13:06:01 -0400 (0:00:00.193) 0:14:28.030 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Sunday 06 July 2025 13:06:01 -0400 (0:00:00.086) 0:14:28.117 *********** included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node12 included: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node12 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Sunday 06 July 2025 13:06:02 -0400 (0:00:00.337) 0:14:28.454 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_device_path": "" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Sunday 06 July 2025 13:06:02 -0400 (0:00:00.077) 0:14:28.532 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Sunday 06 July 2025 13:06:02 -0400 (0:00:00.111) 0:14:28.643 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Sunday 06 July 2025 13:06:02 -0400 (0:00:00.115) 0:14:28.758 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Sunday 06 July 2025 13:06:02 -0400 (0:00:00.206) 0:14:28.964 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Sunday 06 July 2025 13:06:02 -0400 (0:00:00.115) 0:14:29.080 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Sunday 06 July 2025 13:06:02 -0400 (0:00:00.108) 0:14:29.189 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Sunday 06 July 2025 13:06:02 -0400 (0:00:00.111) 0:14:29.300 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Sunday 06 July 2025 13:06:03 -0400 (0:00:00.114) 0:14:29.415 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Sunday 06 July 2025 13:06:03 -0400 (0:00:00.121) 0:14:29.536 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Sunday 06 July 2025 13:06:03 -0400 (0:00:00.116) 0:14:29.653 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Sunday 06 July 2025 13:06:03 -0400 (0:00:00.118) 0:14:29.772 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Sunday 06 July 2025 13:06:03 -0400 (0:00:00.158) 0:14:29.930 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Sunday 06 July 2025 13:06:03 -0400 (0:00:00.117) 0:14:30.048 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Sunday 06 July 2025 13:06:03 -0400 (0:00:00.143) 0:14:30.192 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Sunday 06 July 2025 13:06:04 -0400 (0:00:00.120) 0:14:30.312 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Sunday 06 July 2025 13:06:04 -0400 (0:00:00.130) 0:14:30.443 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Sunday 06 July 2025 13:06:04 -0400 (0:00:00.121) 0:14:30.564 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Sunday 06 July 2025 13:06:04 -0400 (0:00:00.122) 0:14:30.687 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Sunday 06 July 2025 13:06:04 -0400 (0:00:00.120) 0:14:30.807 *********** ok: [managed-node12] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Sunday 06 July 2025 13:06:04 -0400 (0:00:00.392) 0:14:31.199 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Sunday 06 July 2025 13:06:05 -0400 (0:00:00.206) 0:14:31.406 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Sunday 06 July 2025 13:06:05 -0400 (0:00:00.136) 0:14:31.543 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Sunday 06 July 2025 13:06:05 -0400 (0:00:00.110) 0:14:31.654 *********** ok: [managed-node12] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Sunday 06 July 2025 13:06:05 -0400 (0:00:00.127) 0:14:31.781 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Sunday 06 July 2025 13:06:05 -0400 (0:00:00.115) 0:14:31.897 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Sunday 06 July 2025 13:06:05 -0400 (0:00:00.106) 0:14:32.003 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Sunday 06 July 2025 13:06:05 -0400 (0:00:00.117) 0:14:32.120 *********** ok: [managed-node12] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Sunday 06 July 2025 13:06:06 -0400 (0:00:00.639) 0:14:32.760 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Sunday 06 July 2025 13:06:06 -0400 (0:00:00.120) 0:14:32.880 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Sunday 06 July 2025 13:06:06 -0400 (0:00:00.111) 0:14:32.992 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Sunday 06 July 2025 13:06:06 -0400 (0:00:00.113) 0:14:33.105 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Sunday 06 July 2025 13:06:06 -0400 (0:00:00.120) 0:14:33.226 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Sunday 06 July 2025 13:06:07 -0400 (0:00:00.116) 0:14:33.342 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Sunday 06 July 2025 13:06:07 -0400 (0:00:00.113) 0:14:33.456 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Sunday 06 July 2025 13:06:07 -0400 (0:00:00.112) 0:14:33.569 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Sunday 06 July 2025 13:06:07 -0400 (0:00:00.109) 0:14:33.678 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Sunday 06 July 2025 13:06:07 -0400 (0:00:00.225) 0:14:33.904 *********** ok: [managed-node12] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Sunday 06 July 2025 13:06:07 -0400 (0:00:00.128) 0:14:34.033 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Sunday 06 July 2025 13:06:07 -0400 (0:00:00.121) 0:14:34.155 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Sunday 06 July 2025 13:06:07 -0400 (0:00:00.117) 0:14:34.272 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Sunday 06 July 2025 13:06:08 -0400 (0:00:00.135) 0:14:34.407 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Sunday 06 July 2025 13:06:08 -0400 (0:00:00.123) 0:14:34.531 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Sunday 06 July 2025 13:06:08 -0400 (0:00:00.117) 0:14:34.649 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Sunday 06 July 2025 13:06:08 -0400 (0:00:00.121) 0:14:34.770 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Sunday 06 July 2025 13:06:08 -0400 (0:00:00.122) 0:14:34.892 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Sunday 06 July 2025 13:06:08 -0400 (0:00:00.109) 0:14:35.002 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Sunday 06 July 2025 13:06:08 -0400 (0:00:00.123) 0:14:35.125 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Sunday 06 July 2025 13:06:08 -0400 (0:00:00.115) 0:14:35.241 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Sunday 06 July 2025 13:06:09 -0400 (0:00:00.121) 0:14:35.362 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Sunday 06 July 2025 13:06:09 -0400 (0:00:00.126) 0:14:35.489 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Sunday 06 July 2025 13:06:09 -0400 (0:00:00.116) 0:14:35.605 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Sunday 06 July 2025 13:06:09 -0400 (0:00:00.119) 0:14:35.724 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Sunday 06 July 2025 13:06:09 -0400 (0:00:00.117) 0:14:35.841 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Sunday 06 July 2025 13:06:09 -0400 (0:00:00.121) 0:14:35.963 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Sunday 06 July 2025 13:06:09 -0400 (0:00:00.215) 0:14:36.178 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Sunday 06 July 2025 13:06:10 -0400 (0:00:00.128) 0:14:36.307 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Sunday 06 July 2025 13:06:10 -0400 (0:00:00.125) 0:14:36.432 *********** skipping: [managed-node12] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Sunday 06 July 2025 13:06:10 -0400 (0:00:00.138) 0:14:36.571 *********** skipping: [managed-node12] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Sunday 06 July 2025 13:06:10 -0400 (0:00:00.124) 0:14:36.696 *********** skipping: [managed-node12] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Sunday 06 July 2025 13:06:10 -0400 (0:00:00.120) 0:14:36.817 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Sunday 06 July 2025 13:06:10 -0400 (0:00:00.117) 0:14:36.935 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Sunday 06 July 2025 13:06:10 -0400 (0:00:00.118) 0:14:37.053 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Sunday 06 July 2025 13:06:10 -0400 (0:00:00.124) 0:14:37.178 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Sunday 06 July 2025 13:06:10 -0400 (0:00:00.120) 0:14:37.299 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Sunday 06 July 2025 13:06:11 -0400 (0:00:00.121) 0:14:37.420 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Sunday 06 July 2025 13:06:11 -0400 (0:00:00.117) 0:14:37.538 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Sunday 06 July 2025 13:06:11 -0400 (0:00:00.120) 0:14:37.659 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Sunday 06 July 2025 13:06:11 -0400 (0:00:00.120) 0:14:37.779 *********** skipping: [managed-node12] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Sunday 06 July 2025 13:06:11 -0400 (0:00:00.118) 0:14:37.898 *********** skipping: [managed-node12] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Sunday 06 July 2025 13:06:11 -0400 (0:00:00.118) 0:14:38.016 *********** skipping: [managed-node12] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Sunday 06 July 2025 13:06:11 -0400 (0:00:00.117) 0:14:38.134 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Sunday 06 July 2025 13:06:11 -0400 (0:00:00.119) 0:14:38.253 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Sunday 06 July 2025 13:06:12 -0400 (0:00:00.207) 0:14:38.461 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Sunday 06 July 2025 13:06:12 -0400 (0:00:00.122) 0:14:38.583 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Sunday 06 July 2025 13:06:12 -0400 (0:00:00.120) 0:14:38.704 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Sunday 06 July 2025 13:06:12 -0400 (0:00:00.121) 0:14:38.825 *********** ok: [managed-node12] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Sunday 06 July 2025 13:06:12 -0400 (0:00:00.122) 0:14:38.948 *********** ok: [managed-node12] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Sunday 06 July 2025 13:06:12 -0400 (0:00:00.122) 0:14:39.070 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Sunday 06 July 2025 13:06:12 -0400 (0:00:00.120) 0:14:39.190 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Sunday 06 July 2025 13:06:12 -0400 (0:00:00.107) 0:14:39.298 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Sunday 06 July 2025 13:06:13 -0400 (0:00:00.119) 0:14:39.418 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Sunday 06 July 2025 13:06:13 -0400 (0:00:00.114) 0:14:39.532 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Sunday 06 July 2025 13:06:13 -0400 (0:00:00.135) 0:14:39.668 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Sunday 06 July 2025 13:06:13 -0400 (0:00:00.117) 0:14:39.786 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Sunday 06 July 2025 13:06:13 -0400 (0:00:00.119) 0:14:39.905 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Sunday 06 July 2025 13:06:13 -0400 (0:00:00.117) 0:14:40.022 *********** ok: [managed-node12] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Sunday 06 July 2025 13:06:13 -0400 (0:00:00.116) 0:14:40.138 *********** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Sunday 06 July 2025 13:06:13 -0400 (0:00:00.112) 0:14:40.251 *********** ok: [managed-node12] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a LVM logical volume with for XFS size 5g] ************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:450 Sunday 06 July 2025 13:06:14 -0400 (0:00:00.123) 0:14:40.374 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:466 Sunday 06 July 2025 13:06:14 -0400 (0:00:00.119) 0:14:40.493 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change volume size to 9g] ************************************************ task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:469 Sunday 06 July 2025 13:06:14 -0400 (0:00:00.224) 0:14:40.718 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:483 Sunday 06 July 2025 13:06:14 -0400 (0:00:00.120) 0:14:40.839 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Repeat for idempotency test] ********************************************* task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:486 Sunday 06 July 2025 13:06:14 -0400 (0:00:00.123) 0:14:40.962 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:500 Sunday 06 July 2025 13:06:14 -0400 (0:00:00.123) 0:14:41.086 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test for correct handling of shrinking (not supported by XFS)] *********** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:503 Sunday 06 July 2025 13:06:14 -0400 (0:00:00.119) 0:14:41.206 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Try to resize LVM volume size to disk size - 1.5 % (less than 2 % than minimum size should be tolerated)] *** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:521 Sunday 06 July 2025 13:06:15 -0400 (0:00:00.122) 0:14:41.328 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:536 Sunday 06 July 2025 13:06:15 -0400 (0:00:00.124) 0:14:41.453 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up] **************************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:540 Sunday 06 July 2025 13:06:15 -0400 (0:00:00.114) 0:14:41.567 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:553 Sunday 06 July 2025 13:06:15 -0400 (0:00:00.124) 0:14:41.692 *********** skipping: [managed-node12] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node12 : ok=1517 changed=26 unreachable=0 failed=3 skipped=1758 rescued=3 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "end_time": "2025-07-06T16:59:07.000152Z", "host": "managed-node12", "message": "volume 'test1' cannot be resized to '12 GiB'", "start_time": "2025-07-06T16:59:01.440370Z", "task_name": "Manage the pools and volumes to match the specified state", "task_path": "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70" }, { "ansible_version": "2.9.27", "end_time": "2025-07-06T16:59:07.214443Z", "host": "managed-node12", "message": { "_ansible_no_log": false, "actions": [], "changed": false, "crypts": [], "failed": true, "invocation": { "module_args": { "disklabel_type": null, "diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "packages_only": false, "pool_defaults": { "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "grow_to_fill": false, "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] }, "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "12884901888.0", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "safe_mode": false, "use_partitions": null, "uses_kmod_kvdo": true, "volume_defaults": { "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, "volumes": [] } }, "leaves": [], "mounts": [], "msg": "volume 'test1' cannot be resized to '12 GiB'", "packages": [], "pools": [], "volumes": [] }, "start_time": "2025-07-06T16:59:07.096880Z", "task_name": "Failed message", "task_path": "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:111" }, { "ansible_version": "2.9.27", "end_time": "2025-07-06T17:01:57.793434Z", "host": "managed-node12", "message": "invalid size specification 'xyz GiB' in pool 'foo'", "start_time": "2025-07-06T17:01:52.666426Z", "task_name": "Manage the pools and volumes to match the specified state", "task_path": "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70" }, { "ansible_version": "2.9.27", "end_time": "2025-07-06T17:01:57.975115Z", "host": "managed-node12", "message": { "_ansible_no_log": false, "actions": [], "changed": false, "crypts": [], "failed": true, "invocation": { "module_args": { "disklabel_type": null, "diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "packages_only": false, "pool_defaults": { "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "grow_to_fill": false, "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] }, "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "cache_devices": [], "cache_mode": null, "cache_size": null, "cached": null, "compression": null, "deduplication": null, "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": "ext4", "mount_group": null, "mount_mode": null, "mount_options": null, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_disks": [], "raid_level": null, "raid_stripe_size": null, "size": "xyz GiB", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": null, "vdo_pool_size": null } ] } ], "safe_mode": false, "use_partitions": null, "uses_kmod_kvdo": true, "volume_defaults": { "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, "volumes": [] } }, "leaves": [], "mounts": [], "msg": "invalid size specification 'xyz GiB' in pool 'foo'", "packages": [], "pools": [], "volumes": [] }, "start_time": "2025-07-06T17:01:57.892029Z", "task_name": "Failed message", "task_path": "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:111" }, { "ansible_version": "2.9.27", "end_time": "2025-07-06T17:02:08.391267Z", "host": "managed-node12", "message": "invalid size specification 'none' in pool 'foo'", "start_time": "2025-07-06T17:02:03.400767Z", "task_name": "Manage the pools and volumes to match the specified state", "task_path": "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70" }, { "ansible_version": "2.9.27", "end_time": "2025-07-06T17:02:08.716105Z", "host": "managed-node12", "message": { "_ansible_no_log": false, "actions": [], "changed": false, "crypts": [], "failed": true, "invocation": { "module_args": { "disklabel_type": null, "diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "packages_only": false, "pool_defaults": { "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "grow_to_fill": false, "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] }, "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "cache_devices": [], "cache_mode": null, "cache_size": null, "cached": null, "compression": null, "deduplication": null, "encryption": null, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": null, "fs_label": null, "fs_type": "ext4", "mount_group": null, "mount_mode": null, "mount_options": null, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_disks": [], "raid_level": null, "raid_stripe_size": null, "size": "none", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": null, "vdo_pool_size": null } ] } ], "safe_mode": false, "use_partitions": null, "uses_kmod_kvdo": true, "volume_defaults": { "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, "volumes": [] } }, "leaves": [], "mounts": [], "msg": "invalid size specification 'none' in pool 'foo'", "packages": [], "pools": [], "volumes": [] }, "start_time": "2025-07-06T17:02:08.503236Z", "task_name": "Failed message", "task_path": "/tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:111" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Sunday 06 July 2025 13:06:15 -0400 (0:00:00.038) 0:14:41.731 *********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 7.89s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 7.43s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 6.34s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 6.19s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.66s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Gathering Facts --------------------------------------------------------- 5.65s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/tests_resize.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.63s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.51s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.50s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.29s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 5.26s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.24s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.23s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.10s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.99s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Collect info about the volumes. ----------------------------------------- 4.82s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.76s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.72s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.63s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.62s /tmp/collections-xuI/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70