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 '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_swap.yml ******************************************************* 1 plays in /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Saturday 12 April 2025 18:53:07 -0400 (0:00:00.428) 0:00:00.428 ******** ok: [managed-node14] META: ran handlers TASK [Include role to ensure packages are installed] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:10 Saturday 12 April 2025 18:53:14 -0400 (0:00:06.366) 0:00:06.795 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 April 2025 18:53:14 -0400 (0:00:00.628) 0:00:07.423 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 April 2025 18:53:16 -0400 (0:00:01.367) 0:00:08.791 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 April 2025 18:53:16 -0400 (0:00:00.498) 0:00:09.290 ******** skipping: [managed-node14] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node14] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 April 2025 18:53:17 -0400 (0:00:00.917) 0:00:10.207 ******** ok: [managed-node14] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 April 2025 18:53:20 -0400 (0:00:03.010) 0:00:13.218 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 April 2025 18:53:20 -0400 (0:00:00.492) 0:00:13.711 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 April 2025 18:53:21 -0400 (0:00:00.290) 0:00:14.001 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 April 2025 18:53:21 -0400 (0:00:00.399) 0:00:14.401 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 April 2025 18:53:22 -0400 (0:00:00.912) 0:00:15.314 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 April 2025 18:53:29 -0400 (0:00:06.788) 0:00:22.102 ******** ok: [managed-node14] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 April 2025 18:53:29 -0400 (0:00:00.623) 0:00:22.726 ******** ok: [managed-node14] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 April 2025 18:53:30 -0400 (0:00:00.434) 0:00:23.161 ******** ok: [managed-node14] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 12 April 2025 18:53:34 -0400 (0:00:04.577) 0:00:27.738 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 12 April 2025 18:53:36 -0400 (0:00:01.160) 0:00:28.898 ******** TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 12 April 2025 18:53:36 -0400 (0:00:00.258) 0:00:29.157 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 12 April 2025 18:53:36 -0400 (0:00:00.236) 0:00:29.394 ******** TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 12 April 2025 18:53:36 -0400 (0:00:00.390) 0:00:29.784 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 12 April 2025 18:53:39 -0400 (0:00:02.994) 0:00:32.778 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 12 April 2025 18:53:44 -0400 (0:00:04.463) 0:00:37.242 ******** ok: [managed-node14] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 12 April 2025 18:53:44 -0400 (0:00:00.527) 0:00:37.769 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 12 April 2025 18:53:45 -0400 (0:00:00.389) 0:00:38.158 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 12 April 2025 18:53:47 -0400 (0:00:02.238) 0:00:40.397 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 12 April 2025 18:53:48 -0400 (0:00:00.422) 0:00:40.819 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498359.5179384, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1744498357.1449323, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744498357.1449323, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "2026736387", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 12 April 2025 18:53:49 -0400 (0:00:01.652) 0:00:42.471 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 12 April 2025 18:53:50 -0400 (0:00:00.461) 0:00:42.933 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 12 April 2025 18:53:50 -0400 (0:00:00.461) 0:00:43.394 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 12 April 2025 18:53:51 -0400 (0:00:00.449) 0:00:43.844 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 12 April 2025 18:53:51 -0400 (0:00:00.493) 0:00:44.337 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 12 April 2025 18:53:51 -0400 (0:00:00.370) 0:00:44.708 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 12 April 2025 18:53:52 -0400 (0:00:00.388) 0:00:45.097 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 12 April 2025 18:53:52 -0400 (0:00:00.459) 0:00:45.556 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 12 April 2025 18:53:53 -0400 (0:00:00.377) 0:00:45.934 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 12 April 2025 18:53:53 -0400 (0:00:00.502) 0:00:46.436 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 12 April 2025 18:53:53 -0400 (0:00:00.270) 0:00:46.707 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744497174.54372, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 12 April 2025 18:53:55 -0400 (0:00:01.640) 0:00:48.347 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 12 April 2025 18:53:55 -0400 (0:00:00.336) 0:00:48.684 ******** ok: [managed-node14] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:14 Saturday 12 April 2025 18:53:59 -0400 (0:00:03.217) 0:00:51.902 ******** ok: [managed-node14] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:22 Saturday 12 April 2025 18:53:59 -0400 (0:00:00.484) 0:00:52.386 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node14 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 12 April 2025 18:54:00 -0400 (0:00:00.761) 0:00:53.148 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 12 April 2025 18:54:04 -0400 (0:00:03.682) 0:00:56.830 ******** ok: [managed-node14] => { "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\"", "Disk [/dev/xvda] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '268435456000'}] size is greater than requested", "Disk [/dev/sdg] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '1099511627776'}] size is greater than requested", "Disk [/dev/sdd] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '1099511627776'}] size is greater than requested", "Disk [/dev/sde] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '1099511627776'}] size is greater than requested" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 12 April 2025 18:54:07 -0400 (0:00:03.037) 0:00:59.868 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 12 April 2025 18:54:07 -0400 (0:00:00.517) 0:01:00.386 ******** ok: [managed-node14] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 12 April 2025 18:54:08 -0400 (0:00:00.464) 0:01:00.851 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 12 April 2025 18:54:08 -0400 (0:00:00.408) 0:01:01.259 ******** ok: [managed-node14] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:30 Saturday 12 April 2025 18:54:09 -0400 (0:00:00.580) 0:01:01.839 ******** ok: [managed-node14] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:34 Saturday 12 April 2025 18:54:09 -0400 (0:00:00.570) 0:01:02.410 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 April 2025 18:54:10 -0400 (0:00:00.842) 0:01:03.252 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 April 2025 18:54:11 -0400 (0:00:00.720) 0:01:03.973 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 April 2025 18:54:11 -0400 (0:00:00.534) 0:01:04.507 ******** skipping: [managed-node14] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node14] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 April 2025 18:54:12 -0400 (0:00:00.939) 0:01:05.447 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 April 2025 18:54:13 -0400 (0:00:00.522) 0:01:05.970 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 April 2025 18:54:13 -0400 (0:00:00.544) 0:01:06.515 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 April 2025 18:54:14 -0400 (0:00:00.363) 0:01:06.878 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 April 2025 18:54:14 -0400 (0:00:00.504) 0:01:07.383 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 April 2025 18:54:15 -0400 (0:00:01.172) 0:01:08.555 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 April 2025 18:54:16 -0400 (0:00:00.397) 0:01:08.952 ******** ok: [managed-node14] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 April 2025 18:54:16 -0400 (0:00:00.374) 0:01:09.326 ******** ok: [managed-node14] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 April 2025 18:54:17 -0400 (0:00:00.528) 0:01:09.854 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 12 April 2025 18:54:17 -0400 (0:00:00.408) 0:01:10.263 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 12 April 2025 18:54:17 -0400 (0:00:00.396) 0:01:10.659 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 12 April 2025 18:54:18 -0400 (0:00:00.421) 0:01:11.080 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 12 April 2025 18:54:18 -0400 (0:00:00.404) 0:01:11.484 ******** ok: [managed-node14] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 12 April 2025 18:54:19 -0400 (0:00:00.611) 0:01:12.096 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 12 April 2025 18:54:19 -0400 (0:00:00.360) 0:01:12.456 ******** changed: [managed-node14] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "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": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 12 April 2025 18:54:25 -0400 (0:00:05.778) 0:01:18.234 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 12 April 2025 18:54:25 -0400 (0:00:00.382) 0:01:18.617 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498359.5179384, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1744498357.1449323, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744498357.1449323, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "2026736387", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 12 April 2025 18:54:27 -0400 (0:00:01.831) 0:01:20.448 ******** ok: [managed-node14] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 12 April 2025 18:54:30 -0400 (0:00:03.207) 0:01:23.655 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 12 April 2025 18:54:31 -0400 (0:00:00.311) 0:01:23.966 ******** ok: [managed-node14] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "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": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 12 April 2025 18:54:31 -0400 (0:00:00.673) 0:01:24.640 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 12 April 2025 18:54:32 -0400 (0:00:00.510) 0:01:25.151 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 12 April 2025 18:54:32 -0400 (0:00:00.367) 0:01:25.519 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 12 April 2025 18:54:33 -0400 (0:00:00.381) 0:01:25.901 ******** ok: [managed-node14] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 12 April 2025 18:54:38 -0400 (0:00:04.970) 0:01:30.871 ******** changed: [managed-node14] => (item={u'src': u'UUID=cbecfbb8-a271-4281-bffd-c2b71599309c', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'swap', u'state': u'present', u'mode': None, u'owner': None, u'path': u'none', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 12 April 2025 18:54:41 -0400 (0:00:03.574) 0:01:34.446 ******** skipping: [managed-node14] => (item={u'src': u'UUID=cbecfbb8-a271-4281-bffd-c2b71599309c', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'swap', u'state': u'present', u'mode': None, u'owner': None, u'path': u'none', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c", "state": "present" }, "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 12 April 2025 18:54:42 -0400 (0:00:00.418) 0:01:34.865 ******** ok: [managed-node14] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 12 April 2025 18:54:44 -0400 (0:00:01.989) 0:01:36.854 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744497174.54372, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 12 April 2025 18:54:45 -0400 (0:00:01.767) 0:01:38.622 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 12 April 2025 18:54:46 -0400 (0:00:00.381) 0:01:39.003 ******** ok: [managed-node14] TASK [Verify results] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:44 Saturday 12 April 2025 18:54:48 -0400 (0:00:02.502) 0:01:41.506 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node14 TASK [Print out pool information] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 April 2025 18:54:49 -0400 (0:00:00.994) 0:01:42.501 ******** skipping: [managed-node14] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 April 2025 18:54:50 -0400 (0:00:00.410) 0:01:42.911 ******** ok: [managed-node14] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 April 2025 18:54:50 -0400 (0:00:00.453) 0:01:43.365 ******** ok: [managed-node14] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "cbecfbb8-a271-4281-bffd-c2b71599309c" }, "/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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 April 2025 18:54:54 -0400 (0:00:03.521) 0:01:46.886 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002847", "end": "2025-04-12 18:54:57.079271", "rc": 0, "start": "2025-04-12 18:54:57.076424" } 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 UUID=cbecfbb8-a271-4281-bffd-c2b71599309c none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 April 2025 18:54:57 -0400 (0:00:03.462) 0:01:50.348 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002987", "end": "2025-04-12 18:54:58.900691", "failed_when_result": false, "rc": 0, "start": "2025-04-12 18:54:58.897704" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 April 2025 18:54:59 -0400 (0:00:02.148) 0:01:52.498 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 April 2025 18:55:00 -0400 (0:00:00.432) 0:01:52.931 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node14 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 12 April 2025 18:55:00 -0400 (0:00:00.851) 0:01:53.782 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 12 April 2025 18:55:01 -0400 (0:00:00.529) 0:01:54.312 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node14 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 12 April 2025 18:55:03 -0400 (0:00:02.291) 0:01:56.603 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 12 April 2025 18:55:04 -0400 (0:00:00.450) 0:01:57.054 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 12 April 2025 18:55:04 -0400 (0:00:00.612) 0:01:57.666 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 12 April 2025 18:55:05 -0400 (0:00:00.510) 0:01:58.177 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 12 April 2025 18:55:05 -0400 (0:00:00.596) 0:01:58.773 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 12 April 2025 18:55:06 -0400 (0:00:00.283) 0:01:59.057 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 12 April 2025 18:55:06 -0400 (0:00:00.394) 0:01:59.451 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 12 April 2025 18:55:07 -0400 (0:00:00.430) 0:01:59.881 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.004542", "end": "2025-04-12 18:55:08.622744", "rc": 0, "start": "2025-04-12 18:55:08.618202" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 12 April 2025 18:55:09 -0400 (0:00:02.036) 0:02:01.918 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002928", "end": "2025-04-12 18:55:10.522475", "rc": 0, "start": "2025-04-12 18:55:10.519547" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 12 April 2025 18:55:10 -0400 (0:00:01.872) 0:02:03.790 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 12 April 2025 18:55:11 -0400 (0:00:00.399) 0:02:04.189 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 12 April 2025 18:55:11 -0400 (0:00:00.419) 0:02:04.609 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c " ], "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 12 April 2025 18:55:12 -0400 (0:00:00.642) 0:02:05.252 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 12 April 2025 18:55:12 -0400 (0:00:00.468) 0:02:05.720 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 12 April 2025 18:55:13 -0400 (0:00:00.488) 0:02:06.209 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 12 April 2025 18:55:13 -0400 (0:00:00.469) 0:02:06.678 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 12 April 2025 18:55:14 -0400 (0:00:00.586) 0:02:07.265 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 12 April 2025 18:55:15 -0400 (0:00:00.537) 0:02:07.802 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 12 April 2025 18:55:15 -0400 (0:00:00.589) 0:02:08.392 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 12 April 2025 18:55:16 -0400 (0:00:00.580) 0:02:08.973 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498464.8772216, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1744498464.8642216, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29089, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1744498464.8642216, "nlink": 1, "path": "/dev/sda", "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 12 April 2025 18:55:17 -0400 (0:00:01.715) 0:02:10.688 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 12 April 2025 18:55:18 -0400 (0:00:00.456) 0:02:11.145 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 12 April 2025 18:55:18 -0400 (0:00:00.540) 0:02:11.685 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 12 April 2025 18:55:19 -0400 (0:00:00.626) 0:02:12.311 ******** ok: [managed-node14] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 12 April 2025 18:55:19 -0400 (0:00:00.416) 0:02:12.727 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 12 April 2025 18:55:20 -0400 (0:00:00.418) 0:02:13.146 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 12 April 2025 18:55:20 -0400 (0:00:00.582) 0:02:13.728 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 12 April 2025 18:55:21 -0400 (0:00:00.433) 0:02:14.161 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 12 April 2025 18:55:24 -0400 (0:00:03.237) 0:02:17.399 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 12 April 2025 18:55:24 -0400 (0:00:00.324) 0:02:17.723 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 12 April 2025 18:55:25 -0400 (0:00:00.439) 0:02:18.162 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 12 April 2025 18:55:25 -0400 (0:00:00.322) 0:02:18.485 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 12 April 2025 18:55:26 -0400 (0:00:00.523) 0:02:19.008 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 12 April 2025 18:55:26 -0400 (0:00:00.342) 0:02:19.351 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 12 April 2025 18:55:26 -0400 (0:00:00.438) 0:02:19.789 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 12 April 2025 18:55:27 -0400 (0:00:00.466) 0:02:20.256 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 12 April 2025 18:55:27 -0400 (0:00:00.418) 0:02:20.674 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 12 April 2025 18:55:28 -0400 (0:00:00.640) 0:02:21.315 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 12 April 2025 18:55:29 -0400 (0:00:00.562) 0:02:21.878 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 12 April 2025 18:55:29 -0400 (0:00:00.429) 0:02:22.307 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 12 April 2025 18:55:29 -0400 (0:00:00.351) 0:02:22.659 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 12 April 2025 18:55:30 -0400 (0:00:00.369) 0:02:23.029 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 12 April 2025 18:55:30 -0400 (0:00:00.429) 0:02:23.458 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 12 April 2025 18:55:31 -0400 (0:00:00.362) 0:02:23.820 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 12 April 2025 18:55:31 -0400 (0:00:00.368) 0:02:24.189 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 12 April 2025 18:55:31 -0400 (0:00:00.387) 0:02:24.576 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 12 April 2025 18:55:32 -0400 (0:00:00.395) 0:02:24.972 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 12 April 2025 18:55:32 -0400 (0:00:00.319) 0:02:25.292 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 12 April 2025 18:55:32 -0400 (0:00:00.337) 0:02:25.629 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 12 April 2025 18:55:33 -0400 (0:00:00.395) 0:02:26.025 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 12 April 2025 18:55:33 -0400 (0:00:00.415) 0:02:26.440 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 12 April 2025 18:55:33 -0400 (0:00:00.305) 0:02:26.745 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 12 April 2025 18:55:34 -0400 (0:00:00.334) 0:02:27.080 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 12 April 2025 18:55:34 -0400 (0:00:00.212) 0:02:27.292 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 12 April 2025 18:55:34 -0400 (0:00:00.253) 0:02:27.546 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 12 April 2025 18:55:35 -0400 (0:00:00.379) 0:02:27.925 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 12 April 2025 18:55:35 -0400 (0:00:00.534) 0:02:28.460 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 12 April 2025 18:55:35 -0400 (0:00:00.266) 0:02:28.726 ******** skipping: [managed-node14] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 12 April 2025 18:55:36 -0400 (0:00:00.558) 0:02:29.285 ******** skipping: [managed-node14] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 12 April 2025 18:55:36 -0400 (0:00:00.495) 0:02:29.780 ******** skipping: [managed-node14] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 12 April 2025 18:55:37 -0400 (0:00:00.478) 0:02:30.259 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 12 April 2025 18:55:37 -0400 (0:00:00.473) 0:02:30.733 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 12 April 2025 18:55:38 -0400 (0:00:00.378) 0:02:31.112 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 12 April 2025 18:55:38 -0400 (0:00:00.483) 0:02:31.595 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 12 April 2025 18:55:39 -0400 (0:00:00.340) 0:02:31.936 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 12 April 2025 18:55:39 -0400 (0:00:00.499) 0:02:32.435 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 12 April 2025 18:55:40 -0400 (0:00:00.407) 0:02:32.843 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 12 April 2025 18:55:40 -0400 (0:00:00.358) 0:02:33.202 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 12 April 2025 18:55:40 -0400 (0:00:00.438) 0:02:33.640 ******** skipping: [managed-node14] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 12 April 2025 18:55:41 -0400 (0:00:00.456) 0:02:34.097 ******** skipping: [managed-node14] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 12 April 2025 18:55:41 -0400 (0:00:00.441) 0:02:34.538 ******** skipping: [managed-node14] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 12 April 2025 18:55:42 -0400 (0:00:00.343) 0:02:34.881 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 12 April 2025 18:55:42 -0400 (0:00:00.416) 0:02:35.298 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 12 April 2025 18:55:42 -0400 (0:00:00.307) 0:02:35.606 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 12 April 2025 18:55:43 -0400 (0:00:00.290) 0:02:35.896 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 12 April 2025 18:55:43 -0400 (0:00:00.385) 0:02:36.282 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 12 April 2025 18:55:43 -0400 (0:00:00.437) 0:02:36.720 ******** ok: [managed-node14] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 12 April 2025 18:55:44 -0400 (0:00:00.379) 0:02:37.099 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 12 April 2025 18:55:44 -0400 (0:00:00.385) 0:02:37.485 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 12 April 2025 18:55:45 -0400 (0:00:00.438) 0:02:37.924 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 12 April 2025 18:55:45 -0400 (0:00:00.374) 0:02:38.299 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 12 April 2025 18:55:45 -0400 (0:00:00.427) 0:02:38.726 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 12 April 2025 18:55:46 -0400 (0:00:00.401) 0:02:39.127 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 12 April 2025 18:55:46 -0400 (0:00:00.436) 0:02:39.564 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 12 April 2025 18:55:47 -0400 (0:00:00.405) 0:02:39.969 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 12 April 2025 18:55:47 -0400 (0:00:00.435) 0:02:40.405 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 12 April 2025 18:55:48 -0400 (0:00:00.490) 0:02:40.895 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 April 2025 18:55:48 -0400 (0:00:00.523) 0:02:41.419 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get disk to use for non-swap device] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:47 Saturday 12 April 2025 18:55:49 -0400 (0:00:00.402) 0:02:41.821 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node14 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 12 April 2025 18:55:49 -0400 (0:00:00.698) 0:02:42.520 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 12 April 2025 18:55:53 -0400 (0:00:03.298) 0:02:45.818 ******** ok: [managed-node14] => { "changed": false, "disks": [ "sdb" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"swap\" 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", "Disk [/dev/sda] attrs [{'fstype': 'swap', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has fstype" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 12 April 2025 18:55:54 -0400 (0:00:01.969) 0:02:47.788 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 12 April 2025 18:55:55 -0400 (0:00:00.434) 0:02:48.223 ******** ok: [managed-node14] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 12 April 2025 18:55:55 -0400 (0:00:00.494) 0:02:48.718 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 12 April 2025 18:55:56 -0400 (0:00:00.400) 0:02:49.118 ******** ok: [managed-node14] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:54 Saturday 12 April 2025 18:55:56 -0400 (0:00:00.465) 0:02:49.583 ******** ok: [managed-node14] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:58 Saturday 12 April 2025 18:55:57 -0400 (0:00:00.419) 0:02:50.003 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 April 2025 18:55:58 -0400 (0:00:01.216) 0:02:51.219 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 April 2025 18:55:59 -0400 (0:00:00.872) 0:02:52.092 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 April 2025 18:55:59 -0400 (0:00:00.459) 0:02:52.551 ******** skipping: [managed-node14] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node14] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 April 2025 18:56:00 -0400 (0:00:00.933) 0:02:53.485 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 April 2025 18:56:01 -0400 (0:00:00.352) 0:02:53.837 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 April 2025 18:56:01 -0400 (0:00:00.310) 0:02:54.148 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 April 2025 18:56:01 -0400 (0:00:00.403) 0:02:54.551 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 April 2025 18:56:02 -0400 (0:00:00.527) 0:02:55.079 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 April 2025 18:56:03 -0400 (0:00:00.911) 0:02:55.991 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 April 2025 18:56:03 -0400 (0:00:00.401) 0:02:56.392 ******** ok: [managed-node14] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 April 2025 18:56:04 -0400 (0:00:00.532) 0:02:56.924 ******** ok: [managed-node14] => { "storage_volumes": [ { "disks": [ "sdb" ], "fs_type": "ext3", "mount_point": "none", "name": "test2", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 April 2025 18:56:04 -0400 (0:00:00.481) 0:02:57.406 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 12 April 2025 18:56:05 -0400 (0:00:00.418) 0:02:57.824 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 12 April 2025 18:56:05 -0400 (0:00:00.471) 0:02:58.296 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 12 April 2025 18:56:05 -0400 (0:00:00.445) 0:02:58.742 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 12 April 2025 18:56:06 -0400 (0:00:00.305) 0:02:59.098 ******** ok: [managed-node14] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 12 April 2025 18:56:06 -0400 (0:00:00.616) 0:02:59.714 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 12 April 2025 18:56:07 -0400 (0:00:00.348) 0:03:00.062 ******** changed: [managed-node14] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "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": [], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=acf0e904-3fcd-4ca5-90b0-08d885f3234c", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 12 April 2025 18:56:17 -0400 (0:00:10.025) 0:03:10.088 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 12 April 2025 18:56:17 -0400 (0:00:00.347) 0:03:10.435 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498483.628273, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "abeedbc3ad4ac3a68c613c3fa932f2feb830b8a6", "ctime": 1744498481.2162664, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744498481.2162664, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1294, "uid": 0, "version": "2026736387", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 12 April 2025 18:56:19 -0400 (0:00:01.956) 0:03:12.392 ******** ok: [managed-node14] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 12 April 2025 18:56:21 -0400 (0:00:01.871) 0:03:14.264 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 12 April 2025 18:56:21 -0400 (0:00:00.395) 0:03:14.660 ******** ok: [managed-node14] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "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": [], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=acf0e904-3fcd-4ca5-90b0-08d885f3234c", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 12 April 2025 18:56:22 -0400 (0:00:00.668) 0:03:15.328 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 12 April 2025 18:56:22 -0400 (0:00:00.354) 0:03:15.682 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=acf0e904-3fcd-4ca5-90b0-08d885f3234c", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 12 April 2025 18:56:23 -0400 (0:00:00.466) 0:03:16.149 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 12 April 2025 18:56:23 -0400 (0:00:00.310) 0:03:16.459 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 12 April 2025 18:56:23 -0400 (0:00:00.153) 0:03:16.613 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 12 April 2025 18:56:24 -0400 (0:00:00.258) 0:03:16.871 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 12 April 2025 18:56:24 -0400 (0:00:00.304) 0:03:17.176 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 12 April 2025 18:56:25 -0400 (0:00:01.025) 0:03:18.201 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744497174.54372, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 12 April 2025 18:56:27 -0400 (0:00:01.866) 0:03:20.068 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 12 April 2025 18:56:27 -0400 (0:00:00.347) 0:03:20.415 ******** ok: [managed-node14] TASK [Verify results] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:69 Saturday 12 April 2025 18:56:30 -0400 (0:00:02.498) 0:03:22.913 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node14 TASK [Print out pool information] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 April 2025 18:56:30 -0400 (0:00:00.812) 0:03:23.725 ******** skipping: [managed-node14] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 April 2025 18:56:31 -0400 (0:00:00.596) 0:03:24.322 ******** ok: [managed-node14] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=acf0e904-3fcd-4ca5-90b0-08d885f3234c", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 April 2025 18:56:32 -0400 (0:00:00.595) 0:03:24.917 ******** ok: [managed-node14] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "cbecfbb8-a271-4281-bffd-c2b71599309c" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "acf0e904-3fcd-4ca5-90b0-08d885f3234c" }, "/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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 April 2025 18:56:33 -0400 (0:00:01.762) 0:03:26.680 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003032", "end": "2025-04-12 18:56:35.280896", "rc": 0, "start": "2025-04-12 18:56:35.277864" } 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 UUID=cbecfbb8-a271-4281-bffd-c2b71599309c none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 April 2025 18:56:35 -0400 (0:00:01.904) 0:03:28.584 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003051", "end": "2025-04-12 18:56:37.210933", "failed_when_result": false, "rc": 0, "start": "2025-04-12 18:56:37.207882" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 April 2025 18:56:37 -0400 (0:00:01.930) 0:03:30.515 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 April 2025 18:56:38 -0400 (0:00:00.484) 0:03:31.000 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node14 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 12 April 2025 18:56:39 -0400 (0:00:00.938) 0:03:31.939 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 12 April 2025 18:56:39 -0400 (0:00:00.662) 0:03:32.601 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node14 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 12 April 2025 18:56:41 -0400 (0:00:02.024) 0:03:34.626 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 12 April 2025 18:56:42 -0400 (0:00:00.335) 0:03:34.962 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 12 April 2025 18:56:42 -0400 (0:00:00.647) 0:03:35.609 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 12 April 2025 18:56:43 -0400 (0:00:00.608) 0:03:36.218 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 12 April 2025 18:56:43 -0400 (0:00:00.561) 0:03:36.780 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 12 April 2025 18:56:44 -0400 (0:00:00.540) 0:03:37.320 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 12 April 2025 18:56:44 -0400 (0:00:00.461) 0:03:37.782 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 12 April 2025 18:56:45 -0400 (0:00:00.362) 0:03:38.144 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 12 April 2025 18:56:45 -0400 (0:00:00.299) 0:03:38.444 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 12 April 2025 18:56:46 -0400 (0:00:00.420) 0:03:38.864 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 12 April 2025 18:56:46 -0400 (0:00:00.266) 0:03:39.131 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 12 April 2025 18:56:46 -0400 (0:00:00.357) 0:03:39.488 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "1", "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 12 April 2025 18:56:47 -0400 (0:00:00.764) 0:03:40.253 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 12 April 2025 18:56:48 -0400 (0:00:00.902) 0:03:41.156 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 12 April 2025 18:56:48 -0400 (0:00:00.509) 0:03:41.665 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 12 April 2025 18:56:49 -0400 (0:00:00.390) 0:03:42.056 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 12 April 2025 18:56:49 -0400 (0:00:00.617) 0:03:42.673 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 12 April 2025 18:56:50 -0400 (0:00:00.490) 0:03:43.163 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 12 April 2025 18:56:50 -0400 (0:00:00.610) 0:03:43.774 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 12 April 2025 18:56:51 -0400 (0:00:00.720) 0:03:44.494 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498576.7725284, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1744498576.7725284, "dev": 5, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29697, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1744498576.7725284, "nlink": 1, "path": "/dev/sdb", "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 12 April 2025 18:56:53 -0400 (0:00:01.832) 0:03:46.327 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 12 April 2025 18:56:54 -0400 (0:00:00.535) 0:03:46.863 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 12 April 2025 18:56:54 -0400 (0:00:00.425) 0:03:47.289 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 12 April 2025 18:56:55 -0400 (0:00:00.686) 0:03:47.975 ******** ok: [managed-node14] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 12 April 2025 18:56:55 -0400 (0:00:00.424) 0:03:48.399 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 12 April 2025 18:56:56 -0400 (0:00:00.517) 0:03:48.917 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 12 April 2025 18:56:56 -0400 (0:00:00.607) 0:03:49.525 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 12 April 2025 18:56:57 -0400 (0:00:00.329) 0:03:49.854 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 12 April 2025 18:57:00 -0400 (0:00:03.644) 0:03:53.499 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 12 April 2025 18:57:01 -0400 (0:00:00.497) 0:03:53.996 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 12 April 2025 18:57:01 -0400 (0:00:00.583) 0:03:54.579 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 12 April 2025 18:57:02 -0400 (0:00:00.615) 0:03:55.194 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 12 April 2025 18:57:02 -0400 (0:00:00.400) 0:03:55.595 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 12 April 2025 18:57:03 -0400 (0:00:00.398) 0:03:55.993 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 12 April 2025 18:57:03 -0400 (0:00:00.492) 0:03:56.486 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 12 April 2025 18:57:04 -0400 (0:00:00.459) 0:03:56.945 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 12 April 2025 18:57:04 -0400 (0:00:00.413) 0:03:57.359 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 12 April 2025 18:57:05 -0400 (0:00:00.722) 0:03:58.081 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 12 April 2025 18:57:05 -0400 (0:00:00.547) 0:03:58.628 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 12 April 2025 18:57:06 -0400 (0:00:00.505) 0:03:59.133 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 12 April 2025 18:57:06 -0400 (0:00:00.527) 0:03:59.661 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 12 April 2025 18:57:07 -0400 (0:00:00.388) 0:04:00.050 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 12 April 2025 18:57:07 -0400 (0:00:00.379) 0:04:00.429 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 12 April 2025 18:57:08 -0400 (0:00:00.491) 0:04:00.921 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 12 April 2025 18:57:08 -0400 (0:00:00.559) 0:04:01.480 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 12 April 2025 18:57:09 -0400 (0:00:00.568) 0:04:02.048 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 12 April 2025 18:57:09 -0400 (0:00:00.433) 0:04:02.482 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 12 April 2025 18:57:10 -0400 (0:00:00.466) 0:04:02.948 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 12 April 2025 18:57:10 -0400 (0:00:00.444) 0:04:03.393 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 12 April 2025 18:57:11 -0400 (0:00:00.405) 0:04:03.798 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 12 April 2025 18:57:11 -0400 (0:00:00.381) 0:04:04.180 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 12 April 2025 18:57:11 -0400 (0:00:00.435) 0:04:04.615 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 12 April 2025 18:57:12 -0400 (0:00:00.410) 0:04:05.026 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 12 April 2025 18:57:12 -0400 (0:00:00.456) 0:04:05.482 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 12 April 2025 18:57:13 -0400 (0:00:00.531) 0:04:06.014 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 12 April 2025 18:57:13 -0400 (0:00:00.573) 0:04:06.588 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 12 April 2025 18:57:14 -0400 (0:00:00.371) 0:04:06.959 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 12 April 2025 18:57:14 -0400 (0:00:00.501) 0:04:07.461 ******** skipping: [managed-node14] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 12 April 2025 18:57:15 -0400 (0:00:00.371) 0:04:07.832 ******** skipping: [managed-node14] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 12 April 2025 18:57:15 -0400 (0:00:00.414) 0:04:08.247 ******** skipping: [managed-node14] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 12 April 2025 18:57:15 -0400 (0:00:00.508) 0:04:08.755 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 12 April 2025 18:57:16 -0400 (0:00:00.405) 0:04:09.161 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 12 April 2025 18:57:16 -0400 (0:00:00.408) 0:04:09.570 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 12 April 2025 18:57:17 -0400 (0:00:00.436) 0:04:10.006 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 12 April 2025 18:57:17 -0400 (0:00:00.439) 0:04:10.446 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 12 April 2025 18:57:18 -0400 (0:00:00.390) 0:04:10.836 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 12 April 2025 18:57:18 -0400 (0:00:00.414) 0:04:11.250 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 12 April 2025 18:57:18 -0400 (0:00:00.499) 0:04:11.750 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 12 April 2025 18:57:19 -0400 (0:00:00.518) 0:04:12.268 ******** skipping: [managed-node14] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 12 April 2025 18:57:19 -0400 (0:00:00.454) 0:04:12.723 ******** skipping: [managed-node14] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 12 April 2025 18:57:20 -0400 (0:00:00.432) 0:04:13.155 ******** skipping: [managed-node14] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 12 April 2025 18:57:20 -0400 (0:00:00.465) 0:04:13.621 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 12 April 2025 18:57:21 -0400 (0:00:00.411) 0:04:14.032 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 12 April 2025 18:57:21 -0400 (0:00:00.362) 0:04:14.395 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 12 April 2025 18:57:22 -0400 (0:00:00.443) 0:04:14.838 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 12 April 2025 18:57:22 -0400 (0:00:00.369) 0:04:15.207 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 12 April 2025 18:57:22 -0400 (0:00:00.379) 0:04:15.587 ******** ok: [managed-node14] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 12 April 2025 18:57:23 -0400 (0:00:00.301) 0:04:15.889 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 12 April 2025 18:57:23 -0400 (0:00:00.412) 0:04:16.301 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 12 April 2025 18:57:23 -0400 (0:00:00.310) 0:04:16.612 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 12 April 2025 18:57:24 -0400 (0:00:00.471) 0:04:17.084 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 12 April 2025 18:57:24 -0400 (0:00:00.332) 0:04:17.416 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 12 April 2025 18:57:25 -0400 (0:00:00.446) 0:04:17.863 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 12 April 2025 18:57:25 -0400 (0:00:00.393) 0:04:18.257 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 12 April 2025 18:57:25 -0400 (0:00:00.394) 0:04:18.651 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 12 April 2025 18:57:26 -0400 (0:00:00.441) 0:04:19.093 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 12 April 2025 18:57:26 -0400 (0:00:00.351) 0:04:19.445 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 April 2025 18:57:27 -0400 (0:00:00.434) 0:04:19.880 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change the disk device file system type from swap to ext3] *************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:72 Saturday 12 April 2025 18:57:27 -0400 (0:00:00.508) 0:04:20.388 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 April 2025 18:57:28 -0400 (0:00:01.159) 0:04:21.548 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 April 2025 18:57:29 -0400 (0:00:00.872) 0:04:22.421 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 April 2025 18:57:30 -0400 (0:00:00.427) 0:04:22.849 ******** skipping: [managed-node14] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node14] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 April 2025 18:57:30 -0400 (0:00:00.668) 0:04:23.517 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 April 2025 18:57:31 -0400 (0:00:00.509) 0:04:24.027 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 April 2025 18:57:31 -0400 (0:00:00.444) 0:04:24.472 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 April 2025 18:57:32 -0400 (0:00:00.358) 0:04:24.830 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 April 2025 18:57:32 -0400 (0:00:00.371) 0:04:25.202 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 April 2025 18:57:33 -0400 (0:00:01.010) 0:04:26.212 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 April 2025 18:57:33 -0400 (0:00:00.335) 0:04:26.548 ******** ok: [managed-node14] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 April 2025 18:57:34 -0400 (0:00:00.393) 0:04:26.941 ******** ok: [managed-node14] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 April 2025 18:57:34 -0400 (0:00:00.482) 0:04:27.424 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 12 April 2025 18:57:35 -0400 (0:00:00.479) 0:04:27.903 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 12 April 2025 18:57:35 -0400 (0:00:00.577) 0:04:28.481 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 12 April 2025 18:57:35 -0400 (0:00:00.308) 0:04:28.789 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 12 April 2025 18:57:36 -0400 (0:00:00.503) 0:04:29.293 ******** ok: [managed-node14] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 12 April 2025 18:57:37 -0400 (0:00:00.558) 0:04:29.851 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 12 April 2025 18:57:37 -0400 (0:00:00.365) 0:04:30.217 ******** changed: [managed-node14] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "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": "swap", "path": "none", "src": "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 12 April 2025 18:57:47 -0400 (0:00:10.250) 0:04:40.467 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 12 April 2025 18:57:48 -0400 (0:00:00.422) 0:04:40.890 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498483.628273, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "abeedbc3ad4ac3a68c613c3fa932f2feb830b8a6", "ctime": 1744498481.2162664, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744498481.2162664, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1294, "uid": 0, "version": "2026736387", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 12 April 2025 18:57:50 -0400 (0:00:02.092) 0:04:42.983 ******** ok: [managed-node14] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 12 April 2025 18:57:52 -0400 (0:00:02.195) 0:04:45.178 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 12 April 2025 18:57:52 -0400 (0:00:00.381) 0:04:45.560 ******** ok: [managed-node14] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "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": "swap", "path": "none", "src": "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 12 April 2025 18:57:53 -0400 (0:00:00.581) 0:04:46.142 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 12 April 2025 18:57:53 -0400 (0:00:00.505) 0:04:46.647 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 12 April 2025 18:57:54 -0400 (0:00:00.388) 0:04:47.036 ******** changed: [managed-node14] => (item={u'src': u'UUID=cbecfbb8-a271-4281-bffd-c2b71599309c', u'state': u'absent', u'fstype': u'swap', u'path': u'none'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=cbecfbb8-a271-4281-bffd-c2b71599309c" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 12 April 2025 18:57:55 -0400 (0:00:01.693) 0:04:48.729 ******** ok: [managed-node14] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 12 April 2025 18:57:57 -0400 (0:00:01.664) 0:04:50.394 ******** changed: [managed-node14] => (item={u'src': u'UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0', 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/test', 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/test", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 12 April 2025 18:57:59 -0400 (0:00:02.116) 0:04:52.511 ******** skipping: [managed-node14] => (item={u'src': u'UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0', 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/test', 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/test", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 12 April 2025 18:58:00 -0400 (0:00:00.500) 0:04:53.011 ******** ok: [managed-node14] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 12 April 2025 18:58:02 -0400 (0:00:02.260) 0:04:55.272 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744497174.54372, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 12 April 2025 18:58:04 -0400 (0:00:02.079) 0:04:57.351 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 12 April 2025 18:58:05 -0400 (0:00:00.501) 0:04:57.852 ******** ok: [managed-node14] TASK [Verify results] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:83 Saturday 12 April 2025 18:58:07 -0400 (0:00:02.754) 0:05:00.607 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node14 TASK [Print out pool information] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 April 2025 18:58:08 -0400 (0:00:00.972) 0:05:01.579 ******** skipping: [managed-node14] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 April 2025 18:58:09 -0400 (0:00:00.512) 0:05:02.092 ******** ok: [managed-node14] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 April 2025 18:58:09 -0400 (0:00:00.526) 0:05:02.618 ******** ok: [managed-node14] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "f2cd86b2-e714-40b9-bc78-fe9157363ce0" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "acf0e904-3fcd-4ca5-90b0-08d885f3234c" }, "/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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 April 2025 18:58:11 -0400 (0:00:01.799) 0:05:04.418 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003224", "end": "2025-04-12 18:58:12.829338", "rc": 0, "start": "2025-04-12 18:58:12.826114" } 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 UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 April 2025 18:58:13 -0400 (0:00:01.633) 0:05:06.051 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004400", "end": "2025-04-12 18:58:15.620733", "failed_when_result": false, "rc": 0, "start": "2025-04-12 18:58:14.616333" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 April 2025 18:58:16 -0400 (0:00:02.963) 0:05:09.015 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 April 2025 18:58:16 -0400 (0:00:00.317) 0:05:09.332 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node14 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 12 April 2025 18:58:17 -0400 (0:00:00.864) 0:05:10.196 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 12 April 2025 18:58:18 -0400 (0:00:00.609) 0:05:10.806 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node14 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 12 April 2025 18:58:19 -0400 (0:00:01.959) 0:05:12.766 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 12 April 2025 18:58:20 -0400 (0:00:00.394) 0:05:13.160 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 12 April 2025 18:58:20 -0400 (0:00:00.557) 0:05:13.717 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 12 April 2025 18:58:21 -0400 (0:00:00.504) 0:05:14.222 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 12 April 2025 18:58:21 -0400 (0:00:00.493) 0:05:14.716 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 12 April 2025 18:58:22 -0400 (0:00:00.472) 0:05:15.188 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 12 April 2025 18:58:22 -0400 (0:00:00.515) 0:05:15.704 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 12 April 2025 18:58:23 -0400 (0:00:00.482) 0:05:16.187 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 12 April 2025 18:58:23 -0400 (0:00:00.507) 0:05:16.694 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 12 April 2025 18:58:24 -0400 (0:00:00.465) 0:05:17.160 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 12 April 2025 18:58:24 -0400 (0:00:00.481) 0:05:17.642 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 12 April 2025 18:58:25 -0400 (0:00:00.506) 0:05:18.148 ******** ok: [managed-node14] => { "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": [ "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 12 April 2025 18:58:26 -0400 (0:00:00.901) 0:05:19.050 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 12 April 2025 18:58:26 -0400 (0:00:00.412) 0:05:19.463 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 12 April 2025 18:58:27 -0400 (0:00:00.515) 0:05:19.978 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 12 April 2025 18:58:27 -0400 (0:00:00.464) 0:05:20.443 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 12 April 2025 18:58:28 -0400 (0:00:00.578) 0:05:21.022 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 12 April 2025 18:58:28 -0400 (0:00:00.430) 0:05:21.453 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 12 April 2025 18:58:29 -0400 (0:00:00.480) 0:05:21.933 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 12 April 2025 18:58:29 -0400 (0:00:00.599) 0:05:22.533 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498667.0217762, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1744498667.0217762, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29089, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1744498667.0217762, "nlink": 1, "path": "/dev/sda", "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 12 April 2025 18:58:31 -0400 (0:00:01.913) 0:05:24.447 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 12 April 2025 18:58:32 -0400 (0:00:00.640) 0:05:25.087 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 12 April 2025 18:58:32 -0400 (0:00:00.475) 0:05:25.562 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 12 April 2025 18:58:33 -0400 (0:00:00.432) 0:05:25.995 ******** ok: [managed-node14] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 12 April 2025 18:58:33 -0400 (0:00:00.494) 0:05:26.489 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 12 April 2025 18:58:34 -0400 (0:00:00.552) 0:05:27.042 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 12 April 2025 18:58:34 -0400 (0:00:00.408) 0:05:27.450 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 12 April 2025 18:58:34 -0400 (0:00:00.338) 0:05:27.789 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 12 April 2025 18:58:38 -0400 (0:00:03.102) 0:05:30.892 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 12 April 2025 18:58:38 -0400 (0:00:00.408) 0:05:31.300 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 12 April 2025 18:58:39 -0400 (0:00:00.513) 0:05:31.814 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 12 April 2025 18:58:39 -0400 (0:00:00.614) 0:05:32.429 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 12 April 2025 18:58:40 -0400 (0:00:00.526) 0:05:32.955 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 12 April 2025 18:58:40 -0400 (0:00:00.487) 0:05:33.443 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 12 April 2025 18:58:41 -0400 (0:00:00.509) 0:05:33.952 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 12 April 2025 18:58:41 -0400 (0:00:00.481) 0:05:34.434 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 12 April 2025 18:58:42 -0400 (0:00:00.463) 0:05:34.945 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 12 April 2025 18:58:42 -0400 (0:00:00.426) 0:05:35.372 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 12 April 2025 18:58:43 -0400 (0:00:00.559) 0:05:35.931 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 12 April 2025 18:58:43 -0400 (0:00:00.383) 0:05:36.315 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 12 April 2025 18:58:44 -0400 (0:00:00.511) 0:05:36.826 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 12 April 2025 18:58:44 -0400 (0:00:00.462) 0:05:37.289 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 12 April 2025 18:58:44 -0400 (0:00:00.429) 0:05:37.718 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 12 April 2025 18:58:45 -0400 (0:00:00.349) 0:05:38.067 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 12 April 2025 18:58:45 -0400 (0:00:00.438) 0:05:38.506 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 12 April 2025 18:58:46 -0400 (0:00:00.401) 0:05:38.908 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 12 April 2025 18:58:46 -0400 (0:00:00.311) 0:05:39.219 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 12 April 2025 18:58:46 -0400 (0:00:00.292) 0:05:39.512 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 12 April 2025 18:58:47 -0400 (0:00:00.510) 0:05:40.023 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 12 April 2025 18:58:47 -0400 (0:00:00.408) 0:05:40.431 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 12 April 2025 18:58:48 -0400 (0:00:00.458) 0:05:40.890 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 12 April 2025 18:58:48 -0400 (0:00:00.494) 0:05:41.384 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 12 April 2025 18:58:49 -0400 (0:00:00.482) 0:05:41.866 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 12 April 2025 18:58:49 -0400 (0:00:00.593) 0:05:42.460 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 12 April 2025 18:58:50 -0400 (0:00:00.422) 0:05:42.883 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 12 April 2025 18:58:50 -0400 (0:00:00.450) 0:05:43.334 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 12 April 2025 18:58:50 -0400 (0:00:00.452) 0:05:43.787 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 12 April 2025 18:58:51 -0400 (0:00:00.468) 0:05:44.256 ******** skipping: [managed-node14] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 12 April 2025 18:58:51 -0400 (0:00:00.388) 0:05:44.644 ******** skipping: [managed-node14] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 12 April 2025 18:58:52 -0400 (0:00:00.410) 0:05:45.055 ******** skipping: [managed-node14] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 12 April 2025 18:58:52 -0400 (0:00:00.446) 0:05:45.501 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 12 April 2025 18:58:53 -0400 (0:00:00.395) 0:05:45.897 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 12 April 2025 18:58:53 -0400 (0:00:00.437) 0:05:46.335 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 12 April 2025 18:58:54 -0400 (0:00:00.518) 0:05:46.853 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 12 April 2025 18:58:54 -0400 (0:00:00.393) 0:05:47.246 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 12 April 2025 18:58:54 -0400 (0:00:00.224) 0:05:47.471 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 12 April 2025 18:58:55 -0400 (0:00:00.408) 0:05:47.880 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 12 April 2025 18:58:55 -0400 (0:00:00.380) 0:05:48.260 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 12 April 2025 18:58:55 -0400 (0:00:00.507) 0:05:48.768 ******** skipping: [managed-node14] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 12 April 2025 18:58:56 -0400 (0:00:00.515) 0:05:49.284 ******** skipping: [managed-node14] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 12 April 2025 18:58:57 -0400 (0:00:00.510) 0:05:49.795 ******** skipping: [managed-node14] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 12 April 2025 18:58:57 -0400 (0:00:00.430) 0:05:50.225 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 12 April 2025 18:58:57 -0400 (0:00:00.345) 0:05:50.570 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 12 April 2025 18:58:58 -0400 (0:00:00.551) 0:05:51.122 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 12 April 2025 18:58:58 -0400 (0:00:00.513) 0:05:51.635 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 12 April 2025 18:58:59 -0400 (0:00:00.471) 0:05:52.106 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 12 April 2025 18:58:59 -0400 (0:00:00.433) 0:05:52.540 ******** ok: [managed-node14] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 12 April 2025 18:59:00 -0400 (0:00:00.439) 0:05:52.980 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 12 April 2025 18:59:00 -0400 (0:00:00.331) 0:05:53.312 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 12 April 2025 18:59:01 -0400 (0:00:00.527) 0:05:53.839 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 12 April 2025 18:59:01 -0400 (0:00:00.374) 0:05:54.214 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 12 April 2025 18:59:01 -0400 (0:00:00.418) 0:05:54.632 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 12 April 2025 18:59:02 -0400 (0:00:00.348) 0:05:54.981 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 12 April 2025 18:59:02 -0400 (0:00:00.347) 0:05:55.328 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 12 April 2025 18:59:03 -0400 (0:00:00.463) 0:05:55.792 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 12 April 2025 18:59:03 -0400 (0:00:00.371) 0:05:56.163 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 12 April 2025 18:59:04 -0400 (0:00:00.630) 0:05:56.794 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 April 2025 18:59:04 -0400 (0:00:00.433) 0:05:57.228 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:86 Saturday 12 April 2025 18:59:04 -0400 (0:00:00.506) 0:05:57.734 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 April 2025 18:59:06 -0400 (0:00:01.848) 0:05:59.583 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 April 2025 18:59:07 -0400 (0:00:00.889) 0:06:00.472 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 April 2025 18:59:08 -0400 (0:00:00.589) 0:06:01.061 ******** skipping: [managed-node14] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node14] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 April 2025 18:59:09 -0400 (0:00:00.759) 0:06:01.821 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 April 2025 18:59:09 -0400 (0:00:00.527) 0:06:02.348 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 April 2025 18:59:09 -0400 (0:00:00.349) 0:06:02.698 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 April 2025 18:59:10 -0400 (0:00:00.499) 0:06:03.197 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 April 2025 18:59:10 -0400 (0:00:00.412) 0:06:03.610 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 April 2025 18:59:11 -0400 (0:00:01.159) 0:06:04.770 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 April 2025 18:59:12 -0400 (0:00:00.569) 0:06:05.340 ******** ok: [managed-node14] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 April 2025 18:59:12 -0400 (0:00:00.354) 0:06:05.694 ******** ok: [managed-node14] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 April 2025 18:59:13 -0400 (0:00:00.511) 0:06:06.206 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 12 April 2025 18:59:14 -0400 (0:00:00.614) 0:06:06.821 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 12 April 2025 18:59:14 -0400 (0:00:00.506) 0:06:07.327 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 12 April 2025 18:59:14 -0400 (0:00:00.286) 0:06:07.613 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 12 April 2025 18:59:15 -0400 (0:00:00.461) 0:06:08.074 ******** ok: [managed-node14] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 12 April 2025 18:59:15 -0400 (0:00:00.687) 0:06:08.761 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 12 April 2025 18:59:16 -0400 (0:00:00.335) 0:06:09.097 ******** ok: [managed-node14] => { "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": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 12 April 2025 18:59:22 -0400 (0:00:05.720) 0:06:14.818 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 12 April 2025 18:59:22 -0400 (0:00:00.386) 0:06:15.205 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498679.201811, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cd6a73ed7f1d234aa9970d774527419166db678d", "ctime": 1744498679.197811, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744498679.197811, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1299, "uid": 0, "version": "2026736387", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 12 April 2025 18:59:24 -0400 (0:00:01.717) 0:06:16.922 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 12 April 2025 18:59:24 -0400 (0:00:00.451) 0:06:17.374 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 12 April 2025 18:59:25 -0400 (0:00:00.634) 0:06:18.009 ******** ok: [managed-node14] => { "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": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 12 April 2025 18:59:25 -0400 (0:00:00.537) 0:06:18.546 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 12 April 2025 18:59:26 -0400 (0:00:00.421) 0:06:18.968 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 12 April 2025 18:59:26 -0400 (0:00:00.491) 0:06:19.459 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 12 April 2025 18:59:27 -0400 (0:00:00.462) 0:06:19.921 ******** ok: [managed-node14] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 12 April 2025 18:59:29 -0400 (0:00:02.312) 0:06:22.234 ******** ok: [managed-node14] => (item={u'src': u'UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0', 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/test', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "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/test", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 12 April 2025 18:59:31 -0400 (0:00:02.053) 0:06:24.287 ******** skipping: [managed-node14] => (item={u'src': u'UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0', 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/test', 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/test", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 12 April 2025 18:59:32 -0400 (0:00:00.534) 0:06:24.822 ******** ok: [managed-node14] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 12 April 2025 18:59:33 -0400 (0:00:01.869) 0:06:26.691 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744497174.54372, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 12 April 2025 18:59:35 -0400 (0:00:01.869) 0:06:28.561 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 12 April 2025 18:59:36 -0400 (0:00:00.273) 0:06:28.834 ******** ok: [managed-node14] TASK [Verify results] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:97 Saturday 12 April 2025 18:59:38 -0400 (0:00:02.851) 0:06:31.686 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node14 TASK [Print out pool information] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 April 2025 18:59:39 -0400 (0:00:01.048) 0:06:32.735 ******** skipping: [managed-node14] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 April 2025 18:59:40 -0400 (0:00:00.295) 0:06:33.030 ******** ok: [managed-node14] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 April 2025 18:59:40 -0400 (0:00:00.544) 0:06:33.574 ******** ok: [managed-node14] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "f2cd86b2-e714-40b9-bc78-fe9157363ce0" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "acf0e904-3fcd-4ca5-90b0-08d885f3234c" }, "/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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 April 2025 18:59:42 -0400 (0:00:01.777) 0:06:35.352 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003018", "end": "2025-04-12 18:59:43.799461", "rc": 0, "start": "2025-04-12 18:59:43.796443" } 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 UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 April 2025 18:59:44 -0400 (0:00:01.698) 0:06:37.050 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002904", "end": "2025-04-12 18:59:45.532979", "failed_when_result": false, "rc": 0, "start": "2025-04-12 18:59:45.530075" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 April 2025 18:59:45 -0400 (0:00:01.644) 0:06:38.705 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 April 2025 18:59:46 -0400 (0:00:00.390) 0:06:39.096 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node14 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 12 April 2025 18:59:47 -0400 (0:00:00.827) 0:06:39.924 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 12 April 2025 18:59:47 -0400 (0:00:00.561) 0:06:40.485 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node14 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 12 April 2025 18:59:49 -0400 (0:00:01.959) 0:06:42.444 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 12 April 2025 18:59:50 -0400 (0:00:00.495) 0:06:42.939 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 12 April 2025 18:59:50 -0400 (0:00:00.399) 0:06:43.339 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 12 April 2025 18:59:50 -0400 (0:00:00.275) 0:06:43.615 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 12 April 2025 18:59:51 -0400 (0:00:00.494) 0:06:44.109 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 12 April 2025 18:59:51 -0400 (0:00:00.421) 0:06:44.531 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 12 April 2025 18:59:52 -0400 (0:00:00.360) 0:06:44.891 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 12 April 2025 18:59:52 -0400 (0:00:00.321) 0:06:45.212 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 12 April 2025 18:59:52 -0400 (0:00:00.395) 0:06:45.608 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 12 April 2025 18:59:53 -0400 (0:00:00.310) 0:06:45.919 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 12 April 2025 18:59:53 -0400 (0:00:00.620) 0:06:46.540 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 12 April 2025 18:59:54 -0400 (0:00:00.418) 0:06:46.958 ******** ok: [managed-node14] => { "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": [ "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 12 April 2025 18:59:54 -0400 (0:00:00.671) 0:06:47.629 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 12 April 2025 18:59:55 -0400 (0:00:00.461) 0:06:48.091 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 12 April 2025 18:59:55 -0400 (0:00:00.407) 0:06:48.499 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 12 April 2025 18:59:56 -0400 (0:00:00.385) 0:06:48.885 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 12 April 2025 18:59:56 -0400 (0:00:00.427) 0:06:49.312 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 12 April 2025 18:59:56 -0400 (0:00:00.297) 0:06:49.609 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 12 April 2025 18:59:57 -0400 (0:00:00.410) 0:06:50.020 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 12 April 2025 18:59:57 -0400 (0:00:00.484) 0:06:50.505 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498667.0217762, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1744498667.0217762, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29089, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1744498667.0217762, "nlink": 1, "path": "/dev/sda", "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 12 April 2025 18:59:59 -0400 (0:00:01.640) 0:06:52.145 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 12 April 2025 18:59:59 -0400 (0:00:00.577) 0:06:52.723 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 12 April 2025 19:00:01 -0400 (0:00:01.245) 0:06:53.969 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 12 April 2025 19:00:01 -0400 (0:00:00.541) 0:06:54.510 ******** ok: [managed-node14] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 12 April 2025 19:00:02 -0400 (0:00:00.433) 0:06:54.943 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 12 April 2025 19:00:02 -0400 (0:00:00.550) 0:06:55.494 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 12 April 2025 19:00:03 -0400 (0:00:00.436) 0:06:55.931 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 12 April 2025 19:00:03 -0400 (0:00:00.495) 0:06:56.427 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 12 April 2025 19:00:07 -0400 (0:00:03.567) 0:06:59.995 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 12 April 2025 19:00:07 -0400 (0:00:00.415) 0:07:00.410 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 12 April 2025 19:00:08 -0400 (0:00:00.486) 0:07:00.897 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 12 April 2025 19:00:08 -0400 (0:00:00.455) 0:07:01.352 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 12 April 2025 19:00:08 -0400 (0:00:00.385) 0:07:01.738 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 12 April 2025 19:00:09 -0400 (0:00:00.398) 0:07:02.136 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 12 April 2025 19:00:09 -0400 (0:00:00.530) 0:07:02.667 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 12 April 2025 19:00:10 -0400 (0:00:00.382) 0:07:03.049 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 12 April 2025 19:00:10 -0400 (0:00:00.414) 0:07:03.463 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 12 April 2025 19:00:11 -0400 (0:00:00.485) 0:07:03.949 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 12 April 2025 19:00:11 -0400 (0:00:00.627) 0:07:04.576 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 12 April 2025 19:00:12 -0400 (0:00:00.353) 0:07:04.930 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 12 April 2025 19:00:12 -0400 (0:00:00.511) 0:07:05.441 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 12 April 2025 19:00:13 -0400 (0:00:00.474) 0:07:05.916 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 12 April 2025 19:00:13 -0400 (0:00:00.494) 0:07:06.411 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 12 April 2025 19:00:14 -0400 (0:00:00.552) 0:07:06.964 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 12 April 2025 19:00:14 -0400 (0:00:00.380) 0:07:07.344 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 12 April 2025 19:00:14 -0400 (0:00:00.431) 0:07:07.775 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 12 April 2025 19:00:15 -0400 (0:00:00.525) 0:07:08.300 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 12 April 2025 19:00:15 -0400 (0:00:00.337) 0:07:08.638 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 12 April 2025 19:00:16 -0400 (0:00:00.487) 0:07:09.126 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 12 April 2025 19:00:16 -0400 (0:00:00.421) 0:07:09.547 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 12 April 2025 19:00:17 -0400 (0:00:00.438) 0:07:09.985 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 12 April 2025 19:00:17 -0400 (0:00:00.407) 0:07:10.393 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 12 April 2025 19:00:18 -0400 (0:00:00.511) 0:07:10.905 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 12 April 2025 19:00:18 -0400 (0:00:00.551) 0:07:11.513 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 12 April 2025 19:00:19 -0400 (0:00:00.421) 0:07:11.935 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 12 April 2025 19:00:19 -0400 (0:00:00.349) 0:07:12.284 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 12 April 2025 19:00:19 -0400 (0:00:00.436) 0:07:12.721 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 12 April 2025 19:00:20 -0400 (0:00:00.407) 0:07:13.128 ******** skipping: [managed-node14] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 12 April 2025 19:00:20 -0400 (0:00:00.515) 0:07:13.644 ******** skipping: [managed-node14] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 12 April 2025 19:00:21 -0400 (0:00:00.622) 0:07:14.267 ******** skipping: [managed-node14] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 12 April 2025 19:00:21 -0400 (0:00:00.431) 0:07:14.698 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 12 April 2025 19:00:22 -0400 (0:00:00.490) 0:07:15.189 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 12 April 2025 19:00:22 -0400 (0:00:00.516) 0:07:15.705 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 12 April 2025 19:00:23 -0400 (0:00:00.354) 0:07:16.060 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 12 April 2025 19:00:23 -0400 (0:00:00.453) 0:07:16.514 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 12 April 2025 19:00:24 -0400 (0:00:00.466) 0:07:16.980 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 12 April 2025 19:00:24 -0400 (0:00:00.447) 0:07:17.428 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 12 April 2025 19:00:25 -0400 (0:00:00.643) 0:07:18.071 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 12 April 2025 19:00:25 -0400 (0:00:00.529) 0:07:18.601 ******** skipping: [managed-node14] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 12 April 2025 19:00:26 -0400 (0:00:00.428) 0:07:19.029 ******** skipping: [managed-node14] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 12 April 2025 19:00:26 -0400 (0:00:00.427) 0:07:19.457 ******** skipping: [managed-node14] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 12 April 2025 19:00:27 -0400 (0:00:00.436) 0:07:19.893 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 12 April 2025 19:00:27 -0400 (0:00:00.459) 0:07:20.353 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 12 April 2025 19:00:27 -0400 (0:00:00.322) 0:07:20.676 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 12 April 2025 19:00:28 -0400 (0:00:00.438) 0:07:21.115 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 12 April 2025 19:00:28 -0400 (0:00:00.318) 0:07:21.433 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 12 April 2025 19:00:29 -0400 (0:00:00.457) 0:07:21.891 ******** ok: [managed-node14] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 12 April 2025 19:00:29 -0400 (0:00:00.511) 0:07:22.403 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 12 April 2025 19:00:30 -0400 (0:00:00.495) 0:07:22.898 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 12 April 2025 19:00:30 -0400 (0:00:00.360) 0:07:23.258 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 12 April 2025 19:00:30 -0400 (0:00:00.451) 0:07:23.710 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 12 April 2025 19:00:31 -0400 (0:00:00.367) 0:07:24.078 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 12 April 2025 19:00:31 -0400 (0:00:00.474) 0:07:24.552 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 12 April 2025 19:00:32 -0400 (0:00:00.517) 0:07:25.070 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 12 April 2025 19:00:33 -0400 (0:00:00.733) 0:07:25.803 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 12 April 2025 19:00:33 -0400 (0:00:00.451) 0:07:26.254 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 12 April 2025 19:00:33 -0400 (0:00:00.334) 0:07:26.589 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 April 2025 19:00:34 -0400 (0:00:00.261) 0:07:26.850 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change it back to swap] ************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:100 Saturday 12 April 2025 19:00:34 -0400 (0:00:00.195) 0:07:27.046 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 April 2025 19:00:35 -0400 (0:00:01.276) 0:07:28.334 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 April 2025 19:00:36 -0400 (0:00:00.660) 0:07:28.994 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 April 2025 19:00:36 -0400 (0:00:00.367) 0:07:29.362 ******** skipping: [managed-node14] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node14] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 April 2025 19:00:37 -0400 (0:00:00.956) 0:07:30.318 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 April 2025 19:00:37 -0400 (0:00:00.410) 0:07:30.728 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 April 2025 19:00:38 -0400 (0:00:00.467) 0:07:31.196 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 April 2025 19:00:38 -0400 (0:00:00.340) 0:07:31.537 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 April 2025 19:00:39 -0400 (0:00:00.393) 0:07:31.930 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 April 2025 19:00:40 -0400 (0:00:01.153) 0:07:33.084 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 April 2025 19:00:40 -0400 (0:00:00.473) 0:07:33.557 ******** ok: [managed-node14] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 April 2025 19:00:41 -0400 (0:00:00.410) 0:07:33.968 ******** ok: [managed-node14] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 April 2025 19:00:41 -0400 (0:00:00.523) 0:07:34.491 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 12 April 2025 19:00:42 -0400 (0:00:00.396) 0:07:34.887 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 12 April 2025 19:00:42 -0400 (0:00:00.626) 0:07:35.514 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 12 April 2025 19:00:43 -0400 (0:00:00.380) 0:07:35.894 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 12 April 2025 19:00:43 -0400 (0:00:00.532) 0:07:36.427 ******** ok: [managed-node14] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 12 April 2025 19:00:44 -0400 (0:00:00.676) 0:07:37.104 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 12 April 2025 19:00:44 -0400 (0:00:00.411) 0:07:37.515 ******** changed: [managed-node14] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "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/test", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "state": "absent" }, { "path": "/opt/test", "state": "absent" }, { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 12 April 2025 19:00:50 -0400 (0:00:06.133) 0:07:43.648 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 12 April 2025 19:00:51 -0400 (0:00:00.436) 0:07:44.084 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498679.201811, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cd6a73ed7f1d234aa9970d774527419166db678d", "ctime": 1744498679.197811, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744498679.197811, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1299, "uid": 0, "version": "2026736387", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 12 April 2025 19:00:53 -0400 (0:00:01.950) 0:07:46.035 ******** ok: [managed-node14] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 12 April 2025 19:00:55 -0400 (0:00:02.101) 0:07:48.136 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 12 April 2025 19:00:55 -0400 (0:00:00.534) 0:07:48.671 ******** ok: [managed-node14] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "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/test", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "state": "absent" }, { "path": "/opt/test", "state": "absent" }, { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 12 April 2025 19:00:56 -0400 (0:00:00.648) 0:07:49.320 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 12 April 2025 19:00:56 -0400 (0:00:00.424) 0:07:49.744 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 12 April 2025 19:00:57 -0400 (0:00:00.601) 0:07:50.346 ******** changed: [managed-node14] => (item={u'src': u'UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0', u'state': u'absent', u'fstype': u'ext3', u'path': u'/opt/test'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "fstype": "ext3", "path": "/opt/test", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=f2cd86b2-e714-40b9-bc78-fe9157363ce0" } ok: [managed-node14] => (item={u'path': u'/opt/test', u'state': u'absent'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "mount_info": { "path": "/opt/test", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 12 April 2025 19:01:01 -0400 (0:00:03.564) 0:07:53.910 ******** ok: [managed-node14] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 12 April 2025 19:01:03 -0400 (0:00:02.216) 0:07:56.126 ******** changed: [managed-node14] => (item={u'src': u'UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'swap', u'state': u'present', u'mode': None, u'owner': None, u'path': u'none', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 12 April 2025 19:01:05 -0400 (0:00:01.835) 0:07:57.962 ******** skipping: [managed-node14] => (item={u'src': u'UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'swap', u'state': u'present', u'mode': None, u'owner': None, u'path': u'none', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "state": "present" }, "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 12 April 2025 19:01:05 -0400 (0:00:00.523) 0:07:58.486 ******** ok: [managed-node14] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 12 April 2025 19:01:07 -0400 (0:00:01.860) 0:08:00.347 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744497174.54372, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 12 April 2025 19:01:09 -0400 (0:00:01.791) 0:08:02.139 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 12 April 2025 19:01:09 -0400 (0:00:00.429) 0:08:02.568 ******** ok: [managed-node14] TASK [Verify results] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:110 Saturday 12 April 2025 19:01:12 -0400 (0:00:02.513) 0:08:05.081 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node14 TASK [Print out pool information] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 April 2025 19:01:13 -0400 (0:00:00.888) 0:08:05.970 ******** skipping: [managed-node14] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 April 2025 19:01:13 -0400 (0:00:00.341) 0:08:06.312 ******** ok: [managed-node14] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 April 2025 19:01:14 -0400 (0:00:00.540) 0:08:06.853 ******** ok: [managed-node14] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "bd130f6c-66ef-42ee-a3e2-9095278d62a3" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "acf0e904-3fcd-4ca5-90b0-08d885f3234c" }, "/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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 April 2025 19:01:16 -0400 (0:00:02.887) 0:08:09.741 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003311", "end": "2025-04-12 19:01:18.232687", "rc": 0, "start": "2025-04-12 19:01:18.229376" } 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 UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 April 2025 19:01:18 -0400 (0:00:01.893) 0:08:11.635 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002859", "end": "2025-04-12 19:01:20.349566", "failed_when_result": false, "rc": 0, "start": "2025-04-12 19:01:20.346707" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 April 2025 19:01:20 -0400 (0:00:01.945) 0:08:13.580 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 April 2025 19:01:21 -0400 (0:00:00.352) 0:08:13.932 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node14 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 12 April 2025 19:01:21 -0400 (0:00:00.735) 0:08:14.668 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 12 April 2025 19:01:22 -0400 (0:00:00.505) 0:08:15.173 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node14 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 12 April 2025 19:01:24 -0400 (0:00:01.765) 0:08:16.940 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 12 April 2025 19:01:25 -0400 (0:00:00.901) 0:08:17.843 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 12 April 2025 19:01:25 -0400 (0:00:00.288) 0:08:18.131 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 12 April 2025 19:01:25 -0400 (0:00:00.386) 0:08:18.518 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 12 April 2025 19:01:26 -0400 (0:00:00.495) 0:08:19.014 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 12 April 2025 19:01:26 -0400 (0:00:00.322) 0:08:19.336 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 12 April 2025 19:01:27 -0400 (0:00:00.491) 0:08:19.827 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 12 April 2025 19:01:27 -0400 (0:00:00.415) 0:08:20.243 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002902", "end": "2025-04-12 19:01:29.021143", "rc": 0, "start": "2025-04-12 19:01:29.018241" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 12 April 2025 19:01:29 -0400 (0:00:02.002) 0:08:22.246 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003148", "end": "2025-04-12 19:01:30.625938", "rc": 0, "start": "2025-04-12 19:01:30.622790" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 12 April 2025 19:01:31 -0400 (0:00:01.596) 0:08:23.842 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 12 April 2025 19:01:31 -0400 (0:00:00.491) 0:08:24.333 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 12 April 2025 19:01:32 -0400 (0:00:00.475) 0:08:24.809 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3 " ], "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 12 April 2025 19:01:32 -0400 (0:00:00.376) 0:08:25.185 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 12 April 2025 19:01:32 -0400 (0:00:00.520) 0:08:25.706 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 12 April 2025 19:01:33 -0400 (0:00:00.471) 0:08:26.177 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 12 April 2025 19:01:33 -0400 (0:00:00.484) 0:08:26.661 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 12 April 2025 19:01:34 -0400 (0:00:00.353) 0:08:27.014 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 12 April 2025 19:01:34 -0400 (0:00:00.391) 0:08:27.406 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 12 April 2025 19:01:35 -0400 (0:00:00.618) 0:08:28.024 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 12 April 2025 19:01:35 -0400 (0:00:00.590) 0:08:28.615 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498850.2683003, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1744498850.2553003, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29089, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1744498850.2553003, "nlink": 1, "path": "/dev/sda", "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 12 April 2025 19:01:37 -0400 (0:00:01.817) 0:08:30.432 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 12 April 2025 19:01:38 -0400 (0:00:00.613) 0:08:31.046 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 12 April 2025 19:01:38 -0400 (0:00:00.391) 0:08:31.437 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 12 April 2025 19:01:39 -0400 (0:00:00.546) 0:08:31.984 ******** ok: [managed-node14] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 12 April 2025 19:01:39 -0400 (0:00:00.465) 0:08:32.449 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 12 April 2025 19:01:40 -0400 (0:00:00.444) 0:08:32.894 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 12 April 2025 19:01:40 -0400 (0:00:00.521) 0:08:33.416 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 12 April 2025 19:01:40 -0400 (0:00:00.341) 0:08:33.757 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 12 April 2025 19:01:44 -0400 (0:00:03.270) 0:08:37.028 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 12 April 2025 19:01:44 -0400 (0:00:00.451) 0:08:37.479 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 12 April 2025 19:01:44 -0400 (0:00:00.310) 0:08:37.789 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 12 April 2025 19:01:45 -0400 (0:00:00.276) 0:08:38.066 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 12 April 2025 19:01:45 -0400 (0:00:00.405) 0:08:38.472 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 12 April 2025 19:01:46 -0400 (0:00:00.519) 0:08:38.992 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 12 April 2025 19:01:46 -0400 (0:00:00.438) 0:08:39.430 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 12 April 2025 19:01:47 -0400 (0:00:00.493) 0:08:39.924 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 12 April 2025 19:01:47 -0400 (0:00:00.420) 0:08:40.344 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 12 April 2025 19:01:47 -0400 (0:00:00.433) 0:08:40.777 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 12 April 2025 19:01:48 -0400 (0:00:00.601) 0:08:41.379 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 12 April 2025 19:01:49 -0400 (0:00:00.448) 0:08:41.827 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 12 April 2025 19:01:49 -0400 (0:00:00.433) 0:08:42.261 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 12 April 2025 19:01:49 -0400 (0:00:00.348) 0:08:42.609 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 12 April 2025 19:01:50 -0400 (0:00:00.383) 0:08:42.993 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 12 April 2025 19:01:50 -0400 (0:00:00.422) 0:08:43.415 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 12 April 2025 19:01:51 -0400 (0:00:00.424) 0:08:43.839 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 12 April 2025 19:01:51 -0400 (0:00:00.425) 0:08:44.265 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 12 April 2025 19:01:51 -0400 (0:00:00.366) 0:08:44.631 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 12 April 2025 19:01:52 -0400 (0:00:00.335) 0:08:44.969 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 12 April 2025 19:01:52 -0400 (0:00:00.423) 0:08:45.392 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 12 April 2025 19:01:52 -0400 (0:00:00.391) 0:08:45.784 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 12 April 2025 19:01:53 -0400 (0:00:00.409) 0:08:46.194 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 12 April 2025 19:01:53 -0400 (0:00:00.400) 0:08:46.594 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 12 April 2025 19:01:54 -0400 (0:00:00.349) 0:08:46.944 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 12 April 2025 19:01:54 -0400 (0:00:00.337) 0:08:47.281 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 12 April 2025 19:01:54 -0400 (0:00:00.472) 0:08:47.754 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 12 April 2025 19:01:55 -0400 (0:00:00.387) 0:08:48.141 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 12 April 2025 19:01:55 -0400 (0:00:00.347) 0:08:48.488 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 12 April 2025 19:01:56 -0400 (0:00:00.418) 0:08:48.907 ******** skipping: [managed-node14] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 12 April 2025 19:01:56 -0400 (0:00:00.367) 0:08:49.274 ******** skipping: [managed-node14] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 12 April 2025 19:01:56 -0400 (0:00:00.331) 0:08:49.606 ******** skipping: [managed-node14] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 12 April 2025 19:01:57 -0400 (0:00:00.407) 0:08:50.013 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 12 April 2025 19:01:57 -0400 (0:00:00.394) 0:08:50.408 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 12 April 2025 19:01:57 -0400 (0:00:00.336) 0:08:50.745 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 12 April 2025 19:01:58 -0400 (0:00:00.466) 0:08:51.211 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 12 April 2025 19:01:58 -0400 (0:00:00.386) 0:08:51.598 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 12 April 2025 19:01:59 -0400 (0:00:00.542) 0:08:52.141 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 12 April 2025 19:02:00 -0400 (0:00:01.089) 0:08:53.230 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 12 April 2025 19:02:00 -0400 (0:00:00.448) 0:08:53.679 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 12 April 2025 19:02:01 -0400 (0:00:00.410) 0:08:54.090 ******** skipping: [managed-node14] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 12 April 2025 19:02:01 -0400 (0:00:00.286) 0:08:54.376 ******** skipping: [managed-node14] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 12 April 2025 19:02:01 -0400 (0:00:00.296) 0:08:54.673 ******** skipping: [managed-node14] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 12 April 2025 19:02:02 -0400 (0:00:00.497) 0:08:55.171 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 12 April 2025 19:02:02 -0400 (0:00:00.402) 0:08:55.573 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 12 April 2025 19:02:03 -0400 (0:00:00.363) 0:08:55.937 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 12 April 2025 19:02:03 -0400 (0:00:00.410) 0:08:56.348 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 12 April 2025 19:02:03 -0400 (0:00:00.391) 0:08:56.739 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 12 April 2025 19:02:04 -0400 (0:00:00.392) 0:08:57.132 ******** ok: [managed-node14] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 12 April 2025 19:02:04 -0400 (0:00:00.496) 0:08:57.628 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 12 April 2025 19:02:05 -0400 (0:00:00.381) 0:08:58.009 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 12 April 2025 19:02:05 -0400 (0:00:00.313) 0:08:58.323 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 12 April 2025 19:02:05 -0400 (0:00:00.416) 0:08:58.740 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 12 April 2025 19:02:06 -0400 (0:00:00.331) 0:08:59.071 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 12 April 2025 19:02:06 -0400 (0:00:00.344) 0:08:59.416 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 12 April 2025 19:02:07 -0400 (0:00:00.443) 0:08:59.859 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 12 April 2025 19:02:07 -0400 (0:00:00.392) 0:09:00.252 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 12 April 2025 19:02:07 -0400 (0:00:00.449) 0:09:00.702 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 12 April 2025 19:02:08 -0400 (0:00:00.353) 0:09:01.055 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 April 2025 19:02:08 -0400 (0:00:00.445) 0:09:01.501 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:113 Saturday 12 April 2025 19:02:09 -0400 (0:00:00.308) 0:09:01.810 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 April 2025 19:02:10 -0400 (0:00:01.520) 0:09:03.331 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 April 2025 19:02:11 -0400 (0:00:00.674) 0:09:04.005 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 April 2025 19:02:11 -0400 (0:00:00.459) 0:09:04.465 ******** skipping: [managed-node14] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node14] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 April 2025 19:02:12 -0400 (0:00:01.072) 0:09:05.537 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 April 2025 19:02:13 -0400 (0:00:00.386) 0:09:05.924 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 April 2025 19:02:13 -0400 (0:00:00.436) 0:09:06.360 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 April 2025 19:02:13 -0400 (0:00:00.305) 0:09:06.666 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 April 2025 19:02:14 -0400 (0:00:00.382) 0:09:07.049 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 April 2025 19:02:15 -0400 (0:00:00.897) 0:09:07.947 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 April 2025 19:02:15 -0400 (0:00:00.318) 0:09:08.266 ******** ok: [managed-node14] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 April 2025 19:02:15 -0400 (0:00:00.376) 0:09:08.642 ******** ok: [managed-node14] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 April 2025 19:02:16 -0400 (0:00:00.465) 0:09:09.107 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 12 April 2025 19:02:16 -0400 (0:00:00.352) 0:09:09.459 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 12 April 2025 19:02:17 -0400 (0:00:00.395) 0:09:09.855 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 12 April 2025 19:02:17 -0400 (0:00:00.468) 0:09:10.323 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 12 April 2025 19:02:18 -0400 (0:00:00.522) 0:09:10.845 ******** ok: [managed-node14] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 12 April 2025 19:02:18 -0400 (0:00:00.538) 0:09:11.383 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 12 April 2025 19:02:19 -0400 (0:00:00.500) 0:09:11.884 ******** ok: [managed-node14] => { "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": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 12 April 2025 19:02:24 -0400 (0:00:05.606) 0:09:17.491 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 12 April 2025 19:02:25 -0400 (0:00:00.419) 0:09:17.911 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498867.0973485, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "50be79f1fc19efe1bcf22f4d7af17170d895b60a", "ctime": 1744498864.820342, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744498864.820342, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1294, "uid": 0, "version": "2026736387", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 12 April 2025 19:02:26 -0400 (0:00:01.803) 0:09:19.714 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 12 April 2025 19:02:27 -0400 (0:00:00.419) 0:09:20.134 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 12 April 2025 19:02:27 -0400 (0:00:00.304) 0:09:20.438 ******** ok: [managed-node14] => { "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": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 12 April 2025 19:02:28 -0400 (0:00:00.442) 0:09:20.880 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 12 April 2025 19:02:28 -0400 (0:00:00.322) 0:09:21.203 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 12 April 2025 19:02:28 -0400 (0:00:00.472) 0:09:21.676 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 12 April 2025 19:02:30 -0400 (0:00:01.424) 0:09:23.101 ******** ok: [managed-node14] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 12 April 2025 19:02:32 -0400 (0:00:02.067) 0:09:25.169 ******** ok: [managed-node14] => (item={u'src': u'UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'swap', u'state': u'present', u'mode': None, u'owner': None, u'path': u'none', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 12 April 2025 19:02:34 -0400 (0:00:02.218) 0:09:27.387 ******** skipping: [managed-node14] => (item={u'src': u'UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3', u'group': None, u'dump': 0, u'passno': 0, u'fstype': u'swap', u'state': u'present', u'mode': None, u'owner': None, u'path': u'none', u'opts': u'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "state": "present" }, "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 12 April 2025 19:02:35 -0400 (0:00:00.469) 0:09:27.857 ******** ok: [managed-node14] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 12 April 2025 19:02:37 -0400 (0:00:02.093) 0:09:29.951 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744497174.54372, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 12 April 2025 19:02:38 -0400 (0:00:01.834) 0:09:31.785 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 12 April 2025 19:02:39 -0400 (0:00:00.431) 0:09:32.217 ******** ok: [managed-node14] TASK [Verify results] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:123 Saturday 12 April 2025 19:02:42 -0400 (0:00:02.879) 0:09:35.096 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node14 TASK [Print out pool information] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 April 2025 19:02:43 -0400 (0:00:01.168) 0:09:36.265 ******** skipping: [managed-node14] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 April 2025 19:02:43 -0400 (0:00:00.480) 0:09:36.746 ******** ok: [managed-node14] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 April 2025 19:02:44 -0400 (0:00:00.539) 0:09:37.285 ******** ok: [managed-node14] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "bd130f6c-66ef-42ee-a3e2-9095278d62a3" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "acf0e904-3fcd-4ca5-90b0-08d885f3234c" }, "/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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 April 2025 19:02:46 -0400 (0:00:01.801) 0:09:39.087 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003011", "end": "2025-04-12 19:02:47.677055", "rc": 0, "start": "2025-04-12 19:02:47.674044" } 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 UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 April 2025 19:02:48 -0400 (0:00:02.053) 0:09:41.140 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002929", "end": "2025-04-12 19:02:49.886886", "failed_when_result": false, "rc": 0, "start": "2025-04-12 19:02:49.883957" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 April 2025 19:02:50 -0400 (0:00:01.906) 0:09:43.047 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 April 2025 19:02:50 -0400 (0:00:00.368) 0:09:43.415 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node14 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 12 April 2025 19:02:51 -0400 (0:00:00.774) 0:09:44.190 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 12 April 2025 19:02:51 -0400 (0:00:00.357) 0:09:44.548 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node14 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 12 April 2025 19:02:54 -0400 (0:00:02.279) 0:09:46.828 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 12 April 2025 19:02:54 -0400 (0:00:00.425) 0:09:47.253 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 12 April 2025 19:02:54 -0400 (0:00:00.455) 0:09:47.708 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 12 April 2025 19:02:55 -0400 (0:00:00.482) 0:09:48.190 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 12 April 2025 19:02:55 -0400 (0:00:00.521) 0:09:48.712 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 12 April 2025 19:02:56 -0400 (0:00:00.528) 0:09:49.240 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 12 April 2025 19:02:56 -0400 (0:00:00.526) 0:09:49.767 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 12 April 2025 19:02:57 -0400 (0:00:00.358) 0:09:50.126 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003296", "end": "2025-04-12 19:02:58.602698", "rc": 0, "start": "2025-04-12 19:02:58.599402" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 12 April 2025 19:02:59 -0400 (0:00:01.710) 0:09:51.836 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003000", "end": "2025-04-12 19:03:00.325819", "rc": 0, "start": "2025-04-12 19:03:00.322819" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 12 April 2025 19:03:00 -0400 (0:00:01.662) 0:09:53.498 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 12 April 2025 19:03:01 -0400 (0:00:00.491) 0:09:53.989 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 12 April 2025 19:03:01 -0400 (0:00:00.462) 0:09:54.452 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3 " ], "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 12 April 2025 19:03:02 -0400 (0:00:00.851) 0:09:55.304 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 12 April 2025 19:03:03 -0400 (0:00:00.694) 0:09:55.999 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 12 April 2025 19:03:03 -0400 (0:00:00.572) 0:09:56.571 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 12 April 2025 19:03:04 -0400 (0:00:00.411) 0:09:56.983 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 12 April 2025 19:03:04 -0400 (0:00:00.623) 0:09:57.607 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 12 April 2025 19:03:05 -0400 (0:00:00.340) 0:09:57.947 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 12 April 2025 19:03:05 -0400 (0:00:00.654) 0:09:58.602 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 12 April 2025 19:03:06 -0400 (0:00:00.515) 0:09:59.117 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498850.2683003, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1744498850.2553003, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29089, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1744498850.2553003, "nlink": 1, "path": "/dev/sda", "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 12 April 2025 19:03:08 -0400 (0:00:02.043) 0:10:01.161 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 12 April 2025 19:03:08 -0400 (0:00:00.477) 0:10:01.638 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 12 April 2025 19:03:09 -0400 (0:00:00.415) 0:10:02.054 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 12 April 2025 19:03:09 -0400 (0:00:00.426) 0:10:02.481 ******** ok: [managed-node14] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 12 April 2025 19:03:10 -0400 (0:00:00.362) 0:10:02.844 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 12 April 2025 19:03:10 -0400 (0:00:00.426) 0:10:03.271 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 12 April 2025 19:03:10 -0400 (0:00:00.349) 0:10:03.620 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 12 April 2025 19:03:11 -0400 (0:00:00.453) 0:10:04.074 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 12 April 2025 19:03:14 -0400 (0:00:03.051) 0:10:07.125 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 12 April 2025 19:03:14 -0400 (0:00:00.398) 0:10:07.523 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 12 April 2025 19:03:15 -0400 (0:00:00.406) 0:10:07.930 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 12 April 2025 19:03:15 -0400 (0:00:00.567) 0:10:08.498 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 12 April 2025 19:03:16 -0400 (0:00:00.490) 0:10:08.988 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 12 April 2025 19:03:16 -0400 (0:00:00.540) 0:10:09.528 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 12 April 2025 19:03:17 -0400 (0:00:00.445) 0:10:09.974 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 12 April 2025 19:03:17 -0400 (0:00:00.372) 0:10:10.346 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 12 April 2025 19:03:17 -0400 (0:00:00.432) 0:10:10.779 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 12 April 2025 19:03:18 -0400 (0:00:00.514) 0:10:11.293 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 12 April 2025 19:03:19 -0400 (0:00:00.601) 0:10:11.895 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 12 April 2025 19:03:20 -0400 (0:00:01.023) 0:10:12.919 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 12 April 2025 19:03:20 -0400 (0:00:00.485) 0:10:13.405 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 12 April 2025 19:03:21 -0400 (0:00:00.474) 0:10:13.879 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 12 April 2025 19:03:21 -0400 (0:00:00.557) 0:10:14.437 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 12 April 2025 19:03:22 -0400 (0:00:00.532) 0:10:14.969 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 12 April 2025 19:03:22 -0400 (0:00:00.382) 0:10:15.352 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 12 April 2025 19:03:23 -0400 (0:00:00.541) 0:10:15.893 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 12 April 2025 19:03:23 -0400 (0:00:00.441) 0:10:16.335 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 12 April 2025 19:03:23 -0400 (0:00:00.372) 0:10:16.707 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 12 April 2025 19:03:24 -0400 (0:00:00.627) 0:10:17.335 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 12 April 2025 19:03:24 -0400 (0:00:00.430) 0:10:17.765 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 12 April 2025 19:03:25 -0400 (0:00:00.440) 0:10:18.205 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 12 April 2025 19:03:25 -0400 (0:00:00.418) 0:10:18.623 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 12 April 2025 19:03:26 -0400 (0:00:00.310) 0:10:18.934 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 12 April 2025 19:03:26 -0400 (0:00:00.571) 0:10:19.505 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 12 April 2025 19:03:27 -0400 (0:00:00.431) 0:10:19.937 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 12 April 2025 19:03:27 -0400 (0:00:00.440) 0:10:20.377 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 12 April 2025 19:03:27 -0400 (0:00:00.347) 0:10:20.725 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 12 April 2025 19:03:28 -0400 (0:00:00.327) 0:10:21.052 ******** skipping: [managed-node14] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 12 April 2025 19:03:28 -0400 (0:00:00.377) 0:10:21.429 ******** skipping: [managed-node14] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 12 April 2025 19:03:29 -0400 (0:00:00.384) 0:10:21.814 ******** skipping: [managed-node14] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 12 April 2025 19:03:29 -0400 (0:00:00.410) 0:10:22.224 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 12 April 2025 19:03:29 -0400 (0:00:00.397) 0:10:22.621 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 12 April 2025 19:03:30 -0400 (0:00:00.354) 0:10:22.976 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 12 April 2025 19:03:30 -0400 (0:00:00.562) 0:10:23.538 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 12 April 2025 19:03:31 -0400 (0:00:00.396) 0:10:23.934 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 12 April 2025 19:03:31 -0400 (0:00:00.484) 0:10:24.418 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 12 April 2025 19:03:32 -0400 (0:00:00.400) 0:10:24.819 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 12 April 2025 19:03:32 -0400 (0:00:00.588) 0:10:25.407 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 12 April 2025 19:03:32 -0400 (0:00:00.374) 0:10:25.781 ******** skipping: [managed-node14] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 12 April 2025 19:03:33 -0400 (0:00:00.370) 0:10:26.152 ******** skipping: [managed-node14] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 12 April 2025 19:03:33 -0400 (0:00:00.381) 0:10:26.533 ******** skipping: [managed-node14] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 12 April 2025 19:03:34 -0400 (0:00:00.441) 0:10:26.974 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 12 April 2025 19:03:34 -0400 (0:00:00.491) 0:10:27.466 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 12 April 2025 19:03:35 -0400 (0:00:00.506) 0:10:27.973 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 12 April 2025 19:03:35 -0400 (0:00:00.451) 0:10:28.424 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 12 April 2025 19:03:36 -0400 (0:00:00.413) 0:10:28.837 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 12 April 2025 19:03:36 -0400 (0:00:00.430) 0:10:29.268 ******** ok: [managed-node14] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 12 April 2025 19:03:36 -0400 (0:00:00.425) 0:10:29.694 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 12 April 2025 19:03:37 -0400 (0:00:00.405) 0:10:30.099 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 12 April 2025 19:03:37 -0400 (0:00:00.479) 0:10:30.579 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 12 April 2025 19:03:38 -0400 (0:00:00.341) 0:10:30.920 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 12 April 2025 19:03:38 -0400 (0:00:00.565) 0:10:31.485 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 12 April 2025 19:03:39 -0400 (0:00:00.517) 0:10:32.003 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 12 April 2025 19:03:39 -0400 (0:00:00.531) 0:10:32.535 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 12 April 2025 19:03:40 -0400 (0:00:00.418) 0:10:32.953 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 12 April 2025 19:03:40 -0400 (0:00:00.493) 0:10:33.447 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 12 April 2025 19:03:41 -0400 (0:00:00.570) 0:10:34.017 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 April 2025 19:03:41 -0400 (0:00:00.469) 0:10:34.487 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:126 Saturday 12 April 2025 19:03:42 -0400 (0:00:00.547) 0:10:35.035 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 April 2025 19:03:44 -0400 (0:00:02.361) 0:10:37.396 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 April 2025 19:03:45 -0400 (0:00:00.620) 0:10:38.017 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 April 2025 19:03:45 -0400 (0:00:00.608) 0:10:38.625 ******** skipping: [managed-node14] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node14] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node14] => (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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 April 2025 19:03:46 -0400 (0:00:00.950) 0:10:39.575 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 April 2025 19:03:47 -0400 (0:00:00.536) 0:10:40.112 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 April 2025 19:03:47 -0400 (0:00:00.509) 0:10:40.621 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 April 2025 19:03:48 -0400 (0:00:00.398) 0:10:41.019 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 April 2025 19:03:48 -0400 (0:00:00.436) 0:10:41.456 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node14 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 April 2025 19:03:49 -0400 (0:00:01.010) 0:10:42.467 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 April 2025 19:03:50 -0400 (0:00:00.479) 0:10:42.946 ******** ok: [managed-node14] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 April 2025 19:03:50 -0400 (0:00:00.396) 0:10:43.342 ******** ok: [managed-node14] => { "storage_volumes": [ { "disks": [ "sda" ], "mount_point": "/opt/test", "name": "test1", "state": "absent", "type": "disk" }, { "disks": [ "sdb" ], "mount_point": "none", "name": "test2", "state": "absent", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 April 2025 19:03:51 -0400 (0:00:00.595) 0:10:43.938 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 12 April 2025 19:03:51 -0400 (0:00:00.474) 0:10:44.412 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 12 April 2025 19:03:52 -0400 (0:00:00.444) 0:10:44.857 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 12 April 2025 19:03:52 -0400 (0:00:00.404) 0:10:45.261 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 12 April 2025 19:03:52 -0400 (0:00:00.438) 0:10:45.700 ******** ok: [managed-node14] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 12 April 2025 19:03:53 -0400 (0:00:00.872) 0:10:46.572 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 12 April 2025 19:03:54 -0400 (0:00:00.465) 0:10:47.038 ******** changed: [managed-node14] => { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "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": "swap", "path": "none", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "_raw_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=acf0e904-3fcd-4ca5-90b0-08d885f3234c", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 12 April 2025 19:03:59 -0400 (0:00:05.686) 0:10:52.724 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 12 April 2025 19:04:00 -0400 (0:00:00.353) 0:10:53.077 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744498867.0973485, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "50be79f1fc19efe1bcf22f4d7af17170d895b60a", "ctime": 1744498864.820342, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264041, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1744498864.820342, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1294, "uid": 0, "version": "2026736387", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 12 April 2025 19:04:01 -0400 (0:00:01.711) 0:10:54.789 ******** ok: [managed-node14] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 12 April 2025 19:04:03 -0400 (0:00:01.988) 0:10:56.777 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 12 April 2025 19:04:04 -0400 (0:00:00.505) 0:10:57.282 ******** ok: [managed-node14] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "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": "swap", "path": "none", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "_raw_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=acf0e904-3fcd-4ca5-90b0-08d885f3234c", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 12 April 2025 19:04:05 -0400 (0:00:00.516) 0:10:57.799 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 12 April 2025 19:04:05 -0400 (0:00:00.504) 0:10:58.303 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "_raw_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=acf0e904-3fcd-4ca5-90b0-08d885f3234c", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 12 April 2025 19:04:06 -0400 (0:00:00.567) 0:10:58.871 ******** changed: [managed-node14] => (item={u'src': u'UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3', u'state': u'absent', u'fstype': u'swap', u'path': u'none'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 12 April 2025 19:04:08 -0400 (0:00:01.971) 0:11:00.843 ******** ok: [managed-node14] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 12 April 2025 19:04:10 -0400 (0:00:02.099) 0:11:02.942 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 12 April 2025 19:04:10 -0400 (0:00:00.227) 0:11:03.169 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 12 April 2025 19:04:10 -0400 (0:00:00.331) 0:11:03.501 ******** ok: [managed-node14] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 12 April 2025 19:04:12 -0400 (0:00:01.926) 0:11:05.427 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744497174.54372, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 12 April 2025 19:04:14 -0400 (0:00:01.364) 0:11:06.791 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 12 April 2025 19:04:14 -0400 (0:00:00.554) 0:11:07.346 ******** ok: [managed-node14] TASK [Verify results] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:142 Saturday 12 April 2025 19:04:17 -0400 (0:00:02.448) 0:11:09.794 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node14 TASK [Print out pool information] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 April 2025 19:04:18 -0400 (0:00:01.738) 0:11:11.533 ******** skipping: [managed-node14] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 April 2025 19:04:19 -0400 (0:00:00.493) 0:11:12.027 ******** ok: [managed-node14] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=bd130f6c-66ef-42ee-a3e2-9095278d62a3", "_raw_device": "/dev/sda", "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": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=acf0e904-3fcd-4ca5-90b0-08d885f3234c", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "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": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 April 2025 19:04:19 -0400 (0:00:00.562) 0:11:12.590 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 April 2025 19:04:21 -0400 (0:00:01.900) 0:11:14.490 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003026", "end": "2025-04-12 19:04:23.290971", "rc": 0, "start": "2025-04-12 19:04:23.287945" } 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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 April 2025 19:04:23 -0400 (0:00:02.014) 0:11:16.505 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003292", "end": "2025-04-12 19:04:25.157516", "failed_when_result": false, "rc": 0, "start": "2025-04-12 19:04:25.154224" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 April 2025 19:04:25 -0400 (0:00:01.948) 0:11:18.453 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 April 2025 19:04:26 -0400 (0:00:00.395) 0:11:18.849 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node14 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 12 April 2025 19:04:27 -0400 (0:00:01.056) 0:11:19.905 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 12 April 2025 19:04:27 -0400 (0:00:00.461) 0:11:20.366 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node14 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 12 April 2025 19:04:29 -0400 (0:00:01.557) 0:11:21.924 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 12 April 2025 19:04:29 -0400 (0:00:00.346) 0:11:22.271 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 12 April 2025 19:04:30 -0400 (0:00:00.522) 0:11:22.793 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 12 April 2025 19:04:30 -0400 (0:00:00.414) 0:11:23.207 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 12 April 2025 19:04:30 -0400 (0:00:00.427) 0:11:23.635 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 12 April 2025 19:04:31 -0400 (0:00:00.401) 0:11:24.037 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 12 April 2025 19:04:31 -0400 (0:00:00.402) 0:11:24.439 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 12 April 2025 19:04:32 -0400 (0:00:00.441) 0:11:24.880 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003092", "end": "2025-04-12 19:04:33.685442", "rc": 0, "start": "2025-04-12 19:04:33.682350" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 12 April 2025 19:04:34 -0400 (0:00:02.059) 0:11:26.940 ******** ok: [managed-node14] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002979", "end": "2025-04-12 19:04:35.749060", "rc": 0, "start": "2025-04-12 19:04:35.746081" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 12 April 2025 19:04:36 -0400 (0:00:02.035) 0:11:28.975 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 12 April 2025 19:04:36 -0400 (0:00:00.538) 0:11:29.513 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 12 April 2025 19:04:37 -0400 (0:00:00.496) 0:11:30.010 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 12 April 2025 19:04:37 -0400 (0:00:00.748) 0:11:30.758 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 12 April 2025 19:04:38 -0400 (0:00:00.473) 0:11:31.232 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 12 April 2025 19:04:38 -0400 (0:00:00.260) 0:11:31.493 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 12 April 2025 19:04:39 -0400 (0:00:00.424) 0:11:31.918 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 12 April 2025 19:04:39 -0400 (0:00:00.528) 0:11:32.446 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 12 April 2025 19:04:40 -0400 (0:00:00.531) 0:11:32.978 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 12 April 2025 19:04:40 -0400 (0:00:00.550) 0:11:33.528 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 12 April 2025 19:04:41 -0400 (0:00:00.492) 0:11:34.021 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744499039.4648278, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1744499039.4648278, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29089, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1744499039.4648278, "nlink": 1, "path": "/dev/sda", "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 12 April 2025 19:04:43 -0400 (0:00:02.063) 0:11:36.084 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 12 April 2025 19:04:43 -0400 (0:00:00.620) 0:11:36.705 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 12 April 2025 19:04:44 -0400 (0:00:00.441) 0:11:37.146 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 12 April 2025 19:04:44 -0400 (0:00:00.399) 0:11:37.545 ******** ok: [managed-node14] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 12 April 2025 19:04:45 -0400 (0:00:00.619) 0:11:38.165 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 12 April 2025 19:04:45 -0400 (0:00:00.435) 0:11:38.601 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 12 April 2025 19:04:46 -0400 (0:00:00.407) 0:11:39.009 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 12 April 2025 19:04:47 -0400 (0:00:01.065) 0:11:40.074 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 12 April 2025 19:04:50 -0400 (0:00:03.310) 0:11:43.385 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 12 April 2025 19:04:50 -0400 (0:00:00.269) 0:11:43.655 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 12 April 2025 19:04:51 -0400 (0:00:00.431) 0:11:44.087 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 12 April 2025 19:04:51 -0400 (0:00:00.368) 0:11:44.455 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 12 April 2025 19:04:52 -0400 (0:00:00.526) 0:11:44.981 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 12 April 2025 19:04:52 -0400 (0:00:00.649) 0:11:45.631 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 12 April 2025 19:04:53 -0400 (0:00:00.385) 0:11:46.017 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 12 April 2025 19:04:53 -0400 (0:00:00.427) 0:11:46.444 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 12 April 2025 19:04:53 -0400 (0:00:00.305) 0:11:46.750 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 12 April 2025 19:04:54 -0400 (0:00:00.550) 0:11:47.301 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 12 April 2025 19:04:55 -0400 (0:00:00.653) 0:11:47.954 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 12 April 2025 19:04:55 -0400 (0:00:00.488) 0:11:48.442 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 12 April 2025 19:04:56 -0400 (0:00:00.478) 0:11:48.967 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 12 April 2025 19:04:56 -0400 (0:00:00.292) 0:11:49.260 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 12 April 2025 19:04:56 -0400 (0:00:00.389) 0:11:49.649 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 12 April 2025 19:04:57 -0400 (0:00:00.449) 0:11:50.099 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 12 April 2025 19:04:57 -0400 (0:00:00.420) 0:11:50.548 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 12 April 2025 19:04:58 -0400 (0:00:00.475) 0:11:51.024 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 12 April 2025 19:04:58 -0400 (0:00:00.555) 0:11:51.579 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 12 April 2025 19:04:59 -0400 (0:00:00.381) 0:11:51.961 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 12 April 2025 19:04:59 -0400 (0:00:00.661) 0:11:52.622 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 12 April 2025 19:05:00 -0400 (0:00:00.351) 0:11:52.973 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 12 April 2025 19:05:00 -0400 (0:00:00.564) 0:11:53.538 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 12 April 2025 19:05:01 -0400 (0:00:00.529) 0:11:54.067 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 12 April 2025 19:05:01 -0400 (0:00:00.448) 0:11:54.516 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 12 April 2025 19:05:02 -0400 (0:00:00.557) 0:11:55.074 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 12 April 2025 19:05:02 -0400 (0:00:00.406) 0:11:55.481 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 12 April 2025 19:05:03 -0400 (0:00:00.595) 0:11:56.076 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 12 April 2025 19:05:03 -0400 (0:00:00.462) 0:11:56.539 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 12 April 2025 19:05:04 -0400 (0:00:00.716) 0:11:57.256 ******** skipping: [managed-node14] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 12 April 2025 19:05:04 -0400 (0:00:00.422) 0:11:57.678 ******** skipping: [managed-node14] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 12 April 2025 19:05:05 -0400 (0:00:00.461) 0:11:58.140 ******** skipping: [managed-node14] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 12 April 2025 19:05:05 -0400 (0:00:00.488) 0:11:58.629 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 12 April 2025 19:05:06 -0400 (0:00:00.361) 0:11:58.991 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 12 April 2025 19:05:06 -0400 (0:00:00.492) 0:11:59.484 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 12 April 2025 19:05:07 -0400 (0:00:00.384) 0:11:59.868 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 12 April 2025 19:05:07 -0400 (0:00:00.350) 0:12:00.219 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 12 April 2025 19:05:07 -0400 (0:00:00.380) 0:12:00.600 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 12 April 2025 19:05:08 -0400 (0:00:00.485) 0:12:01.085 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 12 April 2025 19:05:08 -0400 (0:00:00.515) 0:12:01.601 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 12 April 2025 19:05:09 -0400 (0:00:00.384) 0:12:01.985 ******** skipping: [managed-node14] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 12 April 2025 19:05:09 -0400 (0:00:00.459) 0:12:02.444 ******** skipping: [managed-node14] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 12 April 2025 19:05:10 -0400 (0:00:00.481) 0:12:02.926 ******** skipping: [managed-node14] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 12 April 2025 19:05:10 -0400 (0:00:00.361) 0:12:03.288 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 12 April 2025 19:05:11 -0400 (0:00:00.506) 0:12:03.794 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 12 April 2025 19:05:11 -0400 (0:00:00.622) 0:12:04.416 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 12 April 2025 19:05:12 -0400 (0:00:00.454) 0:12:04.870 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 12 April 2025 19:05:12 -0400 (0:00:00.462) 0:12:05.333 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 12 April 2025 19:05:12 -0400 (0:00:00.329) 0:12:05.663 ******** ok: [managed-node14] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 12 April 2025 19:05:13 -0400 (0:00:00.515) 0:12:06.179 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 12 April 2025 19:05:13 -0400 (0:00:00.406) 0:12:06.585 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 12 April 2025 19:05:14 -0400 (0:00:00.380) 0:12:06.966 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 12 April 2025 19:05:14 -0400 (0:00:00.516) 0:12:07.482 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 12 April 2025 19:05:15 -0400 (0:00:00.474) 0:12:07.957 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 12 April 2025 19:05:15 -0400 (0:00:00.539) 0:12:08.497 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 12 April 2025 19:05:16 -0400 (0:00:00.456) 0:12:08.954 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 12 April 2025 19:05:16 -0400 (0:00:00.484) 0:12:09.438 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 12 April 2025 19:05:17 -0400 (0:00:00.413) 0:12:09.852 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 12 April 2025 19:05:17 -0400 (0:00:00.366) 0:12:10.219 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 12 April 2025 19:05:18 -0400 (0:00:00.674) 0:12:10.893 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 12 April 2025 19:05:18 -0400 (0:00:00.432) 0:12:11.326 ******** included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node14 included: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node14 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 12 April 2025 19:05:21 -0400 (0:00:02.868) 0:12:14.195 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 12 April 2025 19:05:21 -0400 (0:00:00.385) 0:12:14.581 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 12 April 2025 19:05:22 -0400 (0:00:00.421) 0:12:15.002 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 12 April 2025 19:05:22 -0400 (0:00:00.570) 0:12:15.573 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 12 April 2025 19:05:23 -0400 (0:00:00.385) 0:12:15.958 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 12 April 2025 19:05:23 -0400 (0:00:00.380) 0:12:16.338 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 12 April 2025 19:05:24 -0400 (0:00:00.577) 0:12:16.916 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 12 April 2025 19:05:24 -0400 (0:00:00.643) 0:12:17.559 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 12 April 2025 19:05:25 -0400 (0:00:00.494) 0:12:18.053 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 12 April 2025 19:05:25 -0400 (0:00:00.461) 0:12:18.515 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 12 April 2025 19:05:26 -0400 (0:00:00.516) 0:12:19.032 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 12 April 2025 19:05:26 -0400 (0:00:00.474) 0:12:19.506 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 12 April 2025 19:05:27 -0400 (0:00:00.722) 0:12:20.229 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 12 April 2025 19:05:27 -0400 (0:00:00.479) 0:12:20.709 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 12 April 2025 19:05:28 -0400 (0:00:00.494) 0:12:21.204 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 12 April 2025 19:05:28 -0400 (0:00:00.426) 0:12:21.630 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 12 April 2025 19:05:29 -0400 (0:00:00.509) 0:12:22.139 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 12 April 2025 19:05:29 -0400 (0:00:00.424) 0:12:22.564 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 12 April 2025 19:05:30 -0400 (0:00:00.474) 0:12:23.039 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 12 April 2025 19:05:30 -0400 (0:00:00.494) 0:12:23.533 ******** ok: [managed-node14] => { "changed": false, "stat": { "atime": 1744499039.4388278, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1744499039.4388278, "dev": 5, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29697, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1744499039.4388278, "nlink": 1, "path": "/dev/sdb", "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 12 April 2025 19:05:32 -0400 (0:00:01.848) 0:12:25.382 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 12 April 2025 19:05:33 -0400 (0:00:00.587) 0:12:25.970 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 12 April 2025 19:05:33 -0400 (0:00:00.402) 0:12:26.372 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 12 April 2025 19:05:33 -0400 (0:00:00.304) 0:12:26.677 ******** ok: [managed-node14] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 12 April 2025 19:05:34 -0400 (0:00:00.210) 0:12:26.887 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 12 April 2025 19:05:34 -0400 (0:00:00.451) 0:12:27.339 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 12 April 2025 19:05:34 -0400 (0:00:00.214) 0:12:27.553 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 12 April 2025 19:05:35 -0400 (0:00:00.307) 0:12:27.861 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 12 April 2025 19:05:37 -0400 (0:00:02.645) 0:12:30.507 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 12 April 2025 19:05:38 -0400 (0:00:00.576) 0:12:31.083 ******** skipping: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 12 April 2025 19:05:38 -0400 (0:00:00.409) 0:12:31.493 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 12 April 2025 19:05:39 -0400 (0:00:00.460) 0:12:31.953 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 12 April 2025 19:05:39 -0400 (0:00:00.362) 0:12:32.316 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 12 April 2025 19:05:39 -0400 (0:00:00.427) 0:12:32.744 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 12 April 2025 19:05:40 -0400 (0:00:00.365) 0:12:33.109 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 12 April 2025 19:05:40 -0400 (0:00:00.460) 0:12:33.570 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 12 April 2025 19:05:41 -0400 (0:00:00.308) 0:12:33.879 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 12 April 2025 19:05:41 -0400 (0:00:00.472) 0:12:34.351 ******** ok: [managed-node14] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 12 April 2025 19:05:42 -0400 (0:00:00.493) 0:12:34.845 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 12 April 2025 19:05:42 -0400 (0:00:00.525) 0:12:35.371 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 12 April 2025 19:05:43 -0400 (0:00:00.537) 0:12:35.908 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 12 April 2025 19:05:43 -0400 (0:00:00.593) 0:12:36.502 ******** ok: [managed-node14] => { "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-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 12 April 2025 19:05:44 -0400 (0:00:00.555) 0:12:37.058 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 12 April 2025 19:05:44 -0400 (0:00:00.340) 0:12:37.398 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 12 April 2025 19:05:45 -0400 (0:00:00.537) 0:12:37.935 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 12 April 2025 19:05:45 -0400 (0:00:00.851) 0:12:38.787 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 12 April 2025 19:05:46 -0400 (0:00:00.525) 0:12:39.312 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 12 April 2025 19:05:46 -0400 (0:00:00.430) 0:12:39.743 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 12 April 2025 19:05:47 -0400 (0:00:00.538) 0:12:40.282 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 12 April 2025 19:05:48 -0400 (0:00:00.564) 0:12:40.846 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 12 April 2025 19:05:48 -0400 (0:00:00.417) 0:12:41.263 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 12 April 2025 19:05:49 -0400 (0:00:00.542) 0:12:41.806 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 12 April 2025 19:05:49 -0400 (0:00:00.369) 0:12:42.176 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 12 April 2025 19:05:49 -0400 (0:00:00.454) 0:12:42.631 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 12 April 2025 19:05:50 -0400 (0:00:00.323) 0:12:42.954 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 12 April 2025 19:05:50 -0400 (0:00:00.378) 0:12:43.333 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 12 April 2025 19:05:50 -0400 (0:00:00.422) 0:12:43.755 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 12 April 2025 19:05:51 -0400 (0:00:00.433) 0:12:44.188 ******** skipping: [managed-node14] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 12 April 2025 19:05:51 -0400 (0:00:00.421) 0:12:44.610 ******** skipping: [managed-node14] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 12 April 2025 19:05:52 -0400 (0:00:00.383) 0:12:44.993 ******** skipping: [managed-node14] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 12 April 2025 19:05:52 -0400 (0:00:00.324) 0:12:45.318 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 12 April 2025 19:05:53 -0400 (0:00:00.510) 0:12:45.828 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 12 April 2025 19:05:53 -0400 (0:00:00.428) 0:12:46.257 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 12 April 2025 19:05:53 -0400 (0:00:00.449) 0:12:46.707 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 12 April 2025 19:05:54 -0400 (0:00:00.454) 0:12:47.161 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 12 April 2025 19:05:54 -0400 (0:00:00.430) 0:12:47.592 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 12 April 2025 19:05:55 -0400 (0:00:00.420) 0:12:48.012 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 12 April 2025 19:05:55 -0400 (0:00:00.435) 0:12:48.448 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 12 April 2025 19:05:56 -0400 (0:00:00.477) 0:12:48.925 ******** skipping: [managed-node14] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 12 April 2025 19:05:56 -0400 (0:00:00.434) 0:12:49.359 ******** skipping: [managed-node14] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 12 April 2025 19:05:57 -0400 (0:00:00.436) 0:12:49.796 ******** skipping: [managed-node14] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 12 April 2025 19:05:57 -0400 (0:00:00.364) 0:12:50.160 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 12 April 2025 19:05:57 -0400 (0:00:00.439) 0:12:50.600 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 12 April 2025 19:05:58 -0400 (0:00:00.294) 0:12:50.895 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 12 April 2025 19:05:58 -0400 (0:00:00.322) 0:12:51.217 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 12 April 2025 19:05:58 -0400 (0:00:00.300) 0:12:51.518 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 12 April 2025 19:05:59 -0400 (0:00:00.332) 0:12:51.850 ******** ok: [managed-node14] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 12 April 2025 19:05:59 -0400 (0:00:00.360) 0:12:52.211 ******** ok: [managed-node14] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 12 April 2025 19:05:59 -0400 (0:00:00.336) 0:12:52.547 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 12 April 2025 19:06:00 -0400 (0:00:00.386) 0:12:52.933 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 12 April 2025 19:06:00 -0400 (0:00:00.456) 0:12:53.390 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 12 April 2025 19:06:00 -0400 (0:00:00.308) 0:12:53.699 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 12 April 2025 19:06:01 -0400 (0:00:00.387) 0:12:54.087 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 12 April 2025 19:06:01 -0400 (0:00:00.434) 0:12:54.521 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 12 April 2025 19:06:02 -0400 (0:00:00.444) 0:12:54.966 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 12 April 2025 19:06:02 -0400 (0:00:00.477) 0:12:55.443 ******** skipping: [managed-node14] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 12 April 2025 19:06:03 -0400 (0:00:00.422) 0:12:55.866 ******** ok: [managed-node14] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 April 2025 19:06:03 -0400 (0:00:00.423) 0:12:56.289 ******** ok: [managed-node14] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node14 : ok=486 changed=11 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 Saturday 12 April 2025 19:06:03 -0400 (0:00:00.328) 0:12:56.617 ******** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 10.25s /tmp/collections-6wf/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 -- 10.03s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure blivet is available ------- 6.79s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Gathering Facts --------------------------------------------------------- 6.37s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 6.13s /tmp/collections-6wf/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.78s /tmp/collections-6wf/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.72s /tmp/collections-6wf/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.69s /tmp/collections-6wf/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.61s /tmp/collections-6wf/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 --- 4.97s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 fedora.linux_system_roles.storage : Get required packages --------------- 4.58s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get service facts ------------------- 4.46s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Ensure test packages ---------------------------------------------------- 3.68s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Ensure cryptsetup is present -------------------------------------------- 3.64s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Set up new/current mounts ----------- 3.58s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Ensure cryptsetup is present -------------------------------------------- 3.57s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Remove obsolete mounts -------------- 3.56s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Collect info about the volumes. ----------------------------------------- 3.52s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Read the /etc/fstab file for volume existence --------------------------- 3.46s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Ensure cryptsetup is present -------------------------------------------- 3.31s /tmp/collections-6wf/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10