ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_swap.yml ******************************************************* 1 plays in /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Saturday 28 June 2025 19:27:28 -0400 (0:00:00.273) 0:00:00.273 ********* ok: [managed-node4] META: ran handlers TASK [Include role to ensure packages are installed] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:10 Saturday 28 June 2025 19:27:35 -0400 (0:00:07.268) 0:00:07.542 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:27:36 -0400 (0:00:00.850) 0:00:08.392 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:27:37 -0400 (0:00:01.160) 0:00:09.553 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:27:37 -0400 (0:00:00.472) 0:00:10.026 ********* skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:27:38 -0400 (0:00:00.652) 0:00:10.678 ********* ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:27:41 -0400 (0:00:02.982) 0:00:13.660 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:27:41 -0400 (0:00:00.419) 0:00:14.080 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:27:42 -0400 (0:00:00.281) 0:00:14.361 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:27:42 -0400 (0:00:00.353) 0:00:14.715 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:27:43 -0400 (0:00:01.039) 0:00:15.754 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:27:49 -0400 (0:00:05.701) 0:00:21.455 ********* ok: [managed-node4] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:27:49 -0400 (0:00:00.671) 0:00:22.126 ********* ok: [managed-node4] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:27:50 -0400 (0:00:00.594) 0:00:22.721 ********* ok: [managed-node4] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:27:55 -0400 (0:00:04.518) 0:00:27.240 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 28 June 2025 19:27:56 -0400 (0:00:01.031) 0:00:28.271 ********* TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 28 June 2025 19:27:56 -0400 (0:00:00.243) 0:00:28.515 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 28 June 2025 19:27:56 -0400 (0:00:00.289) 0:00:28.805 ********* TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:27:56 -0400 (0:00:00.311) 0:00:29.116 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:28:00 -0400 (0:00:03.172) 0:00:32.289 ********* ok: [managed-node4] => { "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": "running", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:28:04 -0400 (0:00:04.631) 0:00:36.920 ********* ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:28:05 -0400 (0:00:00.727) 0:00:37.647 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:28:05 -0400 (0:00:00.377) 0:00:38.024 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:28:08 -0400 (0:00:02.378) 0:00:40.403 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:28:08 -0400 (0:00:00.360) 0:00:40.764 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153066.5927517, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "011d90cfe80a5d1bee77380bf0168c28bce89ac7", "ctime": 1751153066.4467518, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751153066.4467518, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1299, "uid": 0, "version": "536775065", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:28:10 -0400 (0:00:01.737) 0:00:42.501 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:28:10 -0400 (0:00:00.503) 0:00:43.004 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:28:11 -0400 (0:00:00.333) 0:00:43.338 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:28:11 -0400 (0:00:00.345) 0:00:43.684 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:28:12 -0400 (0:00:00.764) 0:00:44.448 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:28:12 -0400 (0:00:00.392) 0:00:44.841 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:28:13 -0400 (0:00:00.494) 0:00:45.335 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:28:13 -0400 (0:00:00.356) 0:00:45.692 ********* TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:28:13 -0400 (0:00:00.482) 0:00:46.174 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:28:14 -0400 (0:00:00.437) 0:00:46.611 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:28:14 -0400 (0:00:00.435) 0:00:47.047 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751149632.947155, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:28:16 -0400 (0:00:01.664) 0:00:48.711 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:28:16 -0400 (0:00:00.474) 0:00:49.185 ********* ok: [managed-node4] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:14 Saturday 28 June 2025 19:28:19 -0400 (0:00:02.324) 0:00:51.510 ********* ok: [managed-node4] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:22 Saturday 28 June 2025 19:28:19 -0400 (0:00:00.585) 0:00:52.096 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node4 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 28 June 2025 19:28:20 -0400 (0:00:00.823) 0:00:52.920 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 28 June 2025 19:28:24 -0400 (0:00:03.480) 0:00:56.400 ********* ok: [managed-node4] => { "changed": false, "disks": [ "sdf" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" 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", "filename [sdb1] is a partition", "Disk [/dev/sdb] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has partitions", "filename [sdc1] is a partition", "Disk [/dev/sdc] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has partitions", "filename [sda1] is a partition", "Disk [/dev/sda] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 28 June 2025 19:28:27 -0400 (0:00:03.524) 0:00:59.925 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 28 June 2025 19:28:28 -0400 (0:00:00.331) 0:01:00.256 ********* ok: [managed-node4] => { "ansible_facts": { "unused_disks": [ "sdf" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 28 June 2025 19:28:28 -0400 (0:00:00.504) 0:01:00.761 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 28 June 2025 19:28:28 -0400 (0:00:00.395) 0:01:01.156 ********* ok: [managed-node4] => { "unused_disks": [ "sdf" ] } TASK [Save disk used for swap] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:30 Saturday 28 June 2025 19:28:29 -0400 (0:00:00.374) 0:01:01.531 ********* ok: [managed-node4] => { "ansible_facts": { "__swap_disk": "sdf" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:34 Saturday 28 June 2025 19:28:29 -0400 (0:00:00.471) 0:01:02.003 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:28:30 -0400 (0:00:00.664) 0:01:02.667 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:28:30 -0400 (0:00:00.541) 0:01:03.209 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:28:31 -0400 (0:00:00.495) 0:01:03.705 ********* skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:28:32 -0400 (0:00:00.676) 0:01:04.381 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:28:32 -0400 (0:00:00.441) 0:01:04.823 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:28:32 -0400 (0:00:00.263) 0:01:05.087 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:28:33 -0400 (0:00:00.423) 0:01:05.510 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:28:33 -0400 (0:00:00.641) 0:01:06.152 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:28:34 -0400 (0:00:00.702) 0:01:06.854 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:28:34 -0400 (0:00:00.282) 0:01:07.137 ********* ok: [managed-node4] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:28:35 -0400 (0:00:00.284) 0:01:07.421 ********* ok: [managed-node4] => { "storage_volumes | d([])": [ { "disks": [ "sdf" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:28:35 -0400 (0:00:00.387) 0:01:07.808 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:28:35 -0400 (0:00:00.355) 0:01:08.164 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:28:36 -0400 (0:00:00.376) 0:01:08.541 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:28:36 -0400 (0:00:00.293) 0:01:08.834 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:28:36 -0400 (0:00:00.229) 0:01:09.064 ********* ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:28:37 -0400 (0:00:00.696) 0:01:09.761 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:28:37 -0400 (0:00:00.342) 0:01:10.103 ********* changed: [managed-node4] => { "actions": [ { "action": "create format", "device": "/dev/sdf", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/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=02835ca8-93d8-41aa-b95e-10812ede871a", "state": "present" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=02835ca8-93d8-41aa-b95e-10812ede871a", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:28:43 -0400 (0:00:05.942) 0:01:16.046 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:28:44 -0400 (0:00:00.450) 0:01:16.497 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153066.5927517, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "011d90cfe80a5d1bee77380bf0168c28bce89ac7", "ctime": 1751153066.4467518, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751153066.4467518, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1299, "uid": 0, "version": "536775065", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:28:45 -0400 (0:00:01.475) 0:01:17.972 ********* ok: [managed-node4] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:28:48 -0400 (0:00:02.568) 0:01:20.541 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:28:48 -0400 (0:00:00.308) 0:01:20.849 ********* ok: [managed-node4] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdf", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/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=02835ca8-93d8-41aa-b95e-10812ede871a", "state": "present" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=02835ca8-93d8-41aa-b95e-10812ede871a", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:28:49 -0400 (0:00:00.479) 0:01:21.328 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:28:49 -0400 (0:00:00.355) 0:01:21.684 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=02835ca8-93d8-41aa-b95e-10812ede871a", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:28:49 -0400 (0:00:00.355) 0:01:22.039 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:28:50 -0400 (0:00:00.195) 0:01:22.235 ********* ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:28:52 -0400 (0:00:02.950) 0:01:25.186 ********* changed: [managed-node4] => (item={u'src': u'UUID=02835ca8-93d8-41aa-b95e-10812ede871a', 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=02835ca8-93d8-41aa-b95e-10812ede871a", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=02835ca8-93d8-41aa-b95e-10812ede871a" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:28:55 -0400 (0:00:03.028) 0:01:28.215 ********* skipping: [managed-node4] => (item={u'src': u'UUID=02835ca8-93d8-41aa-b95e-10812ede871a', 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=02835ca8-93d8-41aa-b95e-10812ede871a", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:28:56 -0400 (0:00:00.375) 0:01:28.591 ********* ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:28:58 -0400 (0:00:01.693) 0:01:30.284 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751149632.947155, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:28:59 -0400 (0:00:01.253) 0:01:31.537 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:28:59 -0400 (0:00:00.325) 0:01:31.863 ********* ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:44 Saturday 28 June 2025 19:29:03 -0400 (0:00:04.122) 0:01:35.985 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 June 2025 19:29:04 -0400 (0:00:00.633) 0:01:36.619 ********* skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 June 2025 19:29:04 -0400 (0:00:00.270) 0:01:36.890 ********* ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=02835ca8-93d8-41aa-b95e-10812ede871a", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 June 2025 19:29:05 -0400 (0:00:00.422) 0:01:37.312 ********* ok: [managed-node4] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "0c9af6ce-8206-4c45-95b9-c49e9bbd0345" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/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": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "02835ca8-93d8-41aa-b95e-10812ede871a" }, "/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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 June 2025 19:29:08 -0400 (0:00:03.226) 0:01:40.539 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002938", "end": "2025-06-28 19:29:09.957960", "rc": 0, "start": "2025-06-28 19:29:09.955022" } 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=0c9af6ce-8206-4c45-95b9-c49e9bbd0345 /opt/test1 xfs defaults 0 0 UUID=02835ca8-93d8-41aa-b95e-10812ede871a none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 June 2025 19:29:10 -0400 (0:00:01.998) 0:01:42.538 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002701", "end": "2025-06-28 19:29:11.271219", "failed_when_result": false, "rc": 0, "start": "2025-06-28 19:29:11.268518" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 June 2025 19:29:11 -0400 (0:00:01.368) 0:01:43.906 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 28 June 2025 19:29:11 -0400 (0:00:00.308) 0:01:44.215 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 June 2025 19:29:12 -0400 (0:00:00.645) 0:01:44.860 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 June 2025 19:29:12 -0400 (0:00:00.335) 0:01:45.196 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 June 2025 19:29:14 -0400 (0:00:01.580) 0:01:46.777 ********* ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sdf" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 June 2025 19:29:14 -0400 (0:00:00.419) 0:01:47.196 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 June 2025 19:29:15 -0400 (0:00:00.253) 0:01:47.449 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 28 June 2025 19:29:15 -0400 (0:00:00.331) 0:01:47.781 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 28 June 2025 19:29:16 -0400 (0:00:00.528) 0:01:48.309 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 28 June 2025 19:29:16 -0400 (0:00:00.147) 0:01:48.456 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 28 June 2025 19:29:16 -0400 (0:00:00.383) 0:01:48.840 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 28 June 2025 19:29:16 -0400 (0:00:00.289) 0:01:49.129 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "realpath", "/dev/sdf" ], "delta": "0:00:00.004299", "end": "2025-06-28 19:29:18.146074", "rc": 0, "start": "2025-06-28 19:29:18.141775" } STDOUT: /dev/sdf TASK [Gather swap info] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 28 June 2025 19:29:18 -0400 (0:00:01.668) 0:01:50.798 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002715", "end": "2025-06-28 19:29:19.754235", "rc": 0, "start": "2025-06-28 19:29:19.751520" } STDOUT: Filename Type Size Used Priority /dev/sdf partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 28 June 2025 19:29:20 -0400 (0:00:01.593) 0:01:52.391 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 28 June 2025 19:29:20 -0400 (0:00:00.387) 0:01:52.778 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 June 2025 19:29:20 -0400 (0:00:00.272) 0:01:53.051 ********* ok: [managed-node4] => { "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=02835ca8-93d8-41aa-b95e-10812ede871a " ], "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 June 2025 19:29:21 -0400 (0:00:00.630) 0:01:53.681 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 June 2025 19:29:21 -0400 (0:00:00.434) 0:01:54.116 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 June 2025 19:29:22 -0400 (0:00:00.497) 0:01:54.614 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 June 2025 19:29:22 -0400 (0:00:00.318) 0:01:54.933 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 June 2025 19:29:23 -0400 (0:00:00.743) 0:01:55.676 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 June 2025 19:29:23 -0400 (0:00:00.359) 0:01:56.036 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 June 2025 19:29:24 -0400 (0:00:00.422) 0:01:56.458 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 June 2025 19:29:24 -0400 (0:00:00.497) 0:01:56.956 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153323.3113165, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751153323.2913165, "dev": 5, "device_type": 2128, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28618, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1751153323.2913165, "nlink": 1, "path": "/dev/sdf", "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 June 2025 19:29:26 -0400 (0:00:01.724) 0:01:58.680 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 June 2025 19:29:26 -0400 (0:00:00.362) 0:01:59.043 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 June 2025 19:29:27 -0400 (0:00:00.353) 0:01:59.396 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 June 2025 19:29:27 -0400 (0:00:00.518) 0:01:59.914 ********* ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 June 2025 19:29:27 -0400 (0:00:00.294) 0:02:00.209 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 June 2025 19:29:28 -0400 (0:00:00.396) 0:02:00.606 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 June 2025 19:29:28 -0400 (0:00:00.353) 0:02:00.959 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 June 2025 19:29:29 -0400 (0:00:00.389) 0:02:01.349 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 June 2025 19:29:31 -0400 (0:00:02.560) 0:02:03.909 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 June 2025 19:29:32 -0400 (0:00:00.460) 0:02:04.369 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 June 2025 19:29:32 -0400 (0:00:00.297) 0:02:04.667 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 June 2025 19:29:32 -0400 (0:00:00.352) 0:02:05.019 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 June 2025 19:29:33 -0400 (0:00:00.299) 0:02:05.319 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 June 2025 19:29:33 -0400 (0:00:00.266) 0:02:05.585 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 28 June 2025 19:29:33 -0400 (0:00:00.387) 0:02:05.972 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 28 June 2025 19:29:34 -0400 (0:00:00.331) 0:02:06.304 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 28 June 2025 19:29:34 -0400 (0:00:00.193) 0:02:06.498 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 28 June 2025 19:29:34 -0400 (0:00:00.358) 0:02:06.857 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 28 June 2025 19:29:34 -0400 (0:00:00.147) 0:02:07.004 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 28 June 2025 19:29:35 -0400 (0:00:00.260) 0:02:07.265 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 28 June 2025 19:29:35 -0400 (0:00:00.263) 0:02:07.529 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 28 June 2025 19:29:35 -0400 (0:00:00.371) 0:02:07.900 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 June 2025 19:29:35 -0400 (0:00:00.207) 0:02:08.108 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 June 2025 19:29:36 -0400 (0:00:00.239) 0:02:08.347 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 June 2025 19:29:36 -0400 (0:00:00.271) 0:02:08.618 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 June 2025 19:29:36 -0400 (0:00:00.111) 0:02:08.730 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 June 2025 19:29:36 -0400 (0:00:00.233) 0:02:08.964 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 June 2025 19:29:36 -0400 (0:00:00.237) 0:02:09.201 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 June 2025 19:29:37 -0400 (0:00:00.198) 0:02:09.400 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 June 2025 19:29:37 -0400 (0:00:00.247) 0:02:09.647 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 June 2025 19:29:37 -0400 (0:00:00.283) 0:02:09.931 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 June 2025 19:29:38 -0400 (0:00:00.310) 0:02:10.242 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 June 2025 19:29:38 -0400 (0:00:00.269) 0:02:10.512 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 June 2025 19:29:38 -0400 (0:00:00.248) 0:02:10.760 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 June 2025 19:29:38 -0400 (0:00:00.315) 0:02:11.075 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 June 2025 19:29:39 -0400 (0:00:00.339) 0:02:11.415 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 June 2025 19:29:39 -0400 (0:00:00.325) 0:02:11.741 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 June 2025 19:29:39 -0400 (0:00:00.244) 0:02:11.985 ********* skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 June 2025 19:29:40 -0400 (0:00:00.271) 0:02:12.257 ********* skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 June 2025 19:29:40 -0400 (0:00:00.283) 0:02:12.540 ********* skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 June 2025 19:29:40 -0400 (0:00:00.342) 0:02:12.883 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 28 June 2025 19:29:40 -0400 (0:00:00.214) 0:02:13.097 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 28 June 2025 19:29:41 -0400 (0:00:00.362) 0:02:13.460 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 28 June 2025 19:29:41 -0400 (0:00:00.290) 0:02:13.750 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 28 June 2025 19:29:41 -0400 (0:00:00.382) 0:02:14.133 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 28 June 2025 19:29:42 -0400 (0:00:00.428) 0:02:14.562 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 28 June 2025 19:29:42 -0400 (0:00:00.326) 0:02:14.888 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 28 June 2025 19:29:43 -0400 (0:00:00.483) 0:02:15.372 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 28 June 2025 19:29:43 -0400 (0:00:00.234) 0:02:15.606 ********* skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 28 June 2025 19:29:43 -0400 (0:00:00.408) 0:02:16.014 ********* skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 28 June 2025 19:29:44 -0400 (0:00:00.434) 0:02:16.449 ********* skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 28 June 2025 19:29:44 -0400 (0:00:00.302) 0:02:16.751 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 28 June 2025 19:29:44 -0400 (0:00:00.399) 0:02:17.150 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 28 June 2025 19:29:45 -0400 (0:00:00.331) 0:02:17.482 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 28 June 2025 19:29:45 -0400 (0:00:00.341) 0:02:17.823 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 28 June 2025 19:29:45 -0400 (0:00:00.305) 0:02:18.128 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 28 June 2025 19:29:46 -0400 (0:00:00.286) 0:02:18.415 ********* ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 28 June 2025 19:29:46 -0400 (0:00:00.309) 0:02:18.724 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 28 June 2025 19:29:46 -0400 (0:00:00.497) 0:02:19.222 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 June 2025 19:29:47 -0400 (0:00:00.335) 0:02:19.558 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 June 2025 19:29:47 -0400 (0:00:00.231) 0:02:19.790 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 June 2025 19:29:47 -0400 (0:00:00.300) 0:02:20.090 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 June 2025 19:29:48 -0400 (0:00:00.374) 0:02:20.464 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 June 2025 19:29:48 -0400 (0:00:00.391) 0:02:20.856 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 June 2025 19:29:48 -0400 (0:00:00.354) 0:02:21.211 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 June 2025 19:29:49 -0400 (0:00:00.425) 0:02:21.699 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 June 2025 19:29:49 -0400 (0:00:00.325) 0:02:22.024 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 28 June 2025 19:29:50 -0400 (0:00:00.326) 0:02:22.351 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:47 Saturday 28 June 2025 19:29:50 -0400 (0:00:00.327) 0:02:22.678 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node4 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 28 June 2025 19:29:51 -0400 (0:00:00.587) 0:02:23.266 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 28 June 2025 19:29:53 -0400 (0:00:02.876) 0:02:26.142 ********* ok: [managed-node4] => { "changed": false, "disks": [ "sdd" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10733223936\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10733092864\" FSTYPE=\"xfs\" 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=\"swap\" 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/sdf] attrs [{'fstype': 'swap', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has fstype", "filename [sdb1] is a partition", "Disk [/dev/sdb] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has partitions", "filename [sdc1] is a partition", "Disk [/dev/sdc] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has partitions", "filename [sda1] is a partition", "Disk [/dev/sda] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 28 June 2025 19:29:55 -0400 (0:00:01.553) 0:02:27.696 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 28 June 2025 19:29:55 -0400 (0:00:00.230) 0:02:27.927 ********* ok: [managed-node4] => { "ansible_facts": { "unused_disks": [ "sdd" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 28 June 2025 19:29:56 -0400 (0:00:00.324) 0:02:28.252 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 28 June 2025 19:29:56 -0400 (0:00:00.373) 0:02:28.625 ********* ok: [managed-node4] => { "unused_disks": [ "sdd" ] } TASK [Save non-swap disk] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:54 Saturday 28 June 2025 19:29:56 -0400 (0:00:00.331) 0:02:28.956 ********* ok: [managed-node4] => { "ansible_facts": { "__non_swap_disk": "sdd" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:58 Saturday 28 June 2025 19:29:57 -0400 (0:00:00.390) 0:02:29.347 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:29:57 -0400 (0:00:00.795) 0:02:30.143 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:29:58 -0400 (0:00:00.458) 0:02:30.601 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:29:58 -0400 (0:00:00.443) 0:02:31.045 ********* skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:29:59 -0400 (0:00:00.678) 0:02:31.723 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:29:59 -0400 (0:00:00.238) 0:02:31.962 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:30:00 -0400 (0:00:00.328) 0:02:32.290 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:30:00 -0400 (0:00:00.315) 0:02:32.605 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:30:00 -0400 (0:00:00.304) 0:02:32.910 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:30:01 -0400 (0:00:00.444) 0:02:33.354 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:30:01 -0400 (0:00:00.245) 0:02:33.600 ********* ok: [managed-node4] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:30:01 -0400 (0:00:00.278) 0:02:33.878 ********* ok: [managed-node4] => { "storage_volumes | d([])": [ { "disks": [ "sdd" ], "fs_type": "ext3", "mount_point": "none", "name": "test2", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:30:02 -0400 (0:00:00.359) 0:02:34.238 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:30:02 -0400 (0:00:00.434) 0:02:34.672 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:30:02 -0400 (0:00:00.540) 0:02:35.213 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:30:03 -0400 (0:00:00.417) 0:02:35.630 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:30:03 -0400 (0:00:00.183) 0:02:35.814 ********* ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:30:04 -0400 (0:00:00.492) 0:02:36.307 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:30:04 -0400 (0:00:00.278) 0:02:36.585 ********* changed: [managed-node4] => { "actions": [ { "action": "create format", "device": "/dev/sdd", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=5e086d9f-0a75-4df2-afa0-edd802fb210b", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "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": 1099511627776, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:34:47 -0400 (0:04:43.294) 0:07:19.880 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:34:47 -0400 (0:00:00.133) 0:07:20.014 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153337.6232922, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "db6e8fbd053fdd344c8c02cd905bd284cf61a08d", "ctime": 1751153335.6452956, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751153335.6452956, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1364, "uid": 0, "version": "536775065", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:34:48 -0400 (0:00:00.932) 0:07:20.958 ********* ok: [managed-node4] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:34:49 -0400 (0:00:01.140) 0:07:22.099 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:34:50 -0400 (0:00:00.147) 0:07:22.246 ********* ok: [managed-node4] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdd", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=5e086d9f-0a75-4df2-afa0-edd802fb210b", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "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": 1099511627776, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:34:50 -0400 (0:00:00.295) 0:07:22.542 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:34:50 -0400 (0:00:00.170) 0:07:22.712 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=5e086d9f-0a75-4df2-afa0-edd802fb210b", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "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": 1099511627776, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:34:50 -0400 (0:00:00.223) 0:07:22.935 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:34:50 -0400 (0:00:00.174) 0:07:23.109 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:34:51 -0400 (0:00:00.184) 0:07:23.294 ********* TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:34:51 -0400 (0:00:00.227) 0:07:23.521 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:34:51 -0400 (0:00:00.270) 0:07:23.791 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:34:51 -0400 (0:00:00.192) 0:07:23.984 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751149632.947155, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:34:52 -0400 (0:00:00.850) 0:07:24.835 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:34:52 -0400 (0:00:00.216) 0:07:25.052 ********* ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:69 Saturday 28 June 2025 19:34:54 -0400 (0:00:01.429) 0:07:26.482 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 June 2025 19:34:54 -0400 (0:00:00.320) 0:07:26.802 ********* skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 June 2025 19:34:54 -0400 (0:00:00.187) 0:07:26.989 ********* ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=5e086d9f-0a75-4df2-afa0-edd802fb210b", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "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": 1099511627776, "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 June 2025 19:34:55 -0400 (0:00:00.254) 0:07:27.244 ********* ok: [managed-node4] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "0c9af6ce-8206-4c45-95b9-c49e9bbd0345" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdd": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "5e086d9f-0a75-4df2-afa0-edd802fb210b" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "02835ca8-93d8-41aa-b95e-10812ede871a" }, "/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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 June 2025 19:34:55 -0400 (0:00:00.821) 0:07:28.065 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003650", "end": "2025-06-28 19:34:56.450615", "rc": 0, "start": "2025-06-28 19:34:56.446965" } 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=0c9af6ce-8206-4c45-95b9-c49e9bbd0345 /opt/test1 xfs defaults 0 0 UUID=02835ca8-93d8-41aa-b95e-10812ede871a none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 June 2025 19:34:56 -0400 (0:00:00.857) 0:07:28.923 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002915", "end": "2025-06-28 19:34:57.365820", "failed_when_result": false, "rc": 0, "start": "2025-06-28 19:34:57.362905" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 June 2025 19:34:57 -0400 (0:00:00.822) 0:07:29.745 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 28 June 2025 19:34:57 -0400 (0:00:00.116) 0:07:29.862 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 June 2025 19:34:57 -0400 (0:00:00.208) 0:07:30.070 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 June 2025 19:34:58 -0400 (0:00:00.321) 0:07:30.392 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 June 2025 19:34:58 -0400 (0:00:00.603) 0:07:30.995 ********* ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 June 2025 19:34:58 -0400 (0:00:00.184) 0:07:31.180 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 June 2025 19:34:59 -0400 (0:00:00.227) 0:07:31.408 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 28 June 2025 19:34:59 -0400 (0:00:00.184) 0:07:31.592 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 28 June 2025 19:34:59 -0400 (0:00:00.155) 0:07:31.748 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 28 June 2025 19:34:59 -0400 (0:00:00.239) 0:07:31.988 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 28 June 2025 19:34:59 -0400 (0:00:00.227) 0:07:32.216 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 28 June 2025 19:35:00 -0400 (0:00:00.262) 0:07:32.478 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 28 June 2025 19:35:00 -0400 (0:00:00.200) 0:07:32.678 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 28 June 2025 19:35:00 -0400 (0:00:00.090) 0:07:32.769 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 28 June 2025 19:35:00 -0400 (0:00:00.122) 0:07:32.892 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 June 2025 19:35:00 -0400 (0:00:00.152) 0:07:33.044 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 June 2025 19:35:00 -0400 (0:00:00.165) 0:07:33.210 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 June 2025 19:35:01 -0400 (0:00:00.133) 0:07:33.344 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 June 2025 19:35:01 -0400 (0:00:00.272) 0:07:33.616 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 June 2025 19:35:01 -0400 (0:00:00.180) 0:07:33.797 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 June 2025 19:35:01 -0400 (0:00:00.236) 0:07:34.034 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 June 2025 19:35:02 -0400 (0:00:00.240) 0:07:34.275 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 June 2025 19:35:02 -0400 (0:00:00.197) 0:07:34.472 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 June 2025 19:35:02 -0400 (0:00:00.204) 0:07:34.676 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153687.2607145, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751153687.2607145, "dev": 5, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28551, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1751153687.2607145, "nlink": 1, "path": "/dev/sdd", "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 June 2025 19:35:03 -0400 (0:00:00.996) 0:07:35.673 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 June 2025 19:35:03 -0400 (0:00:00.156) 0:07:35.829 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 June 2025 19:35:03 -0400 (0:00:00.137) 0:07:35.967 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 June 2025 19:35:03 -0400 (0:00:00.157) 0:07:36.124 ********* ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 June 2025 19:35:04 -0400 (0:00:00.236) 0:07:36.361 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 June 2025 19:35:04 -0400 (0:00:00.199) 0:07:36.561 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 June 2025 19:35:04 -0400 (0:00:00.140) 0:07:36.702 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 June 2025 19:35:04 -0400 (0:00:00.211) 0:07:36.913 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 June 2025 19:35:06 -0400 (0:00:01.606) 0:07:38.520 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 June 2025 19:35:06 -0400 (0:00:00.170) 0:07:38.690 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 June 2025 19:35:06 -0400 (0:00:00.196) 0:07:38.886 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 June 2025 19:35:06 -0400 (0:00:00.183) 0:07:39.070 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 June 2025 19:35:07 -0400 (0:00:00.187) 0:07:39.257 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 June 2025 19:35:07 -0400 (0:00:00.156) 0:07:39.414 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 28 June 2025 19:35:07 -0400 (0:00:00.173) 0:07:39.588 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 28 June 2025 19:35:07 -0400 (0:00:00.186) 0:07:39.774 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 28 June 2025 19:35:07 -0400 (0:00:00.223) 0:07:39.998 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 28 June 2025 19:35:07 -0400 (0:00:00.202) 0:07:40.201 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 28 June 2025 19:35:08 -0400 (0:00:00.179) 0:07:40.380 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 28 June 2025 19:35:08 -0400 (0:00:00.242) 0:07:40.622 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 28 June 2025 19:35:08 -0400 (0:00:00.078) 0:07:40.700 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 28 June 2025 19:35:08 -0400 (0:00:00.087) 0:07:40.788 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 June 2025 19:35:08 -0400 (0:00:00.140) 0:07:40.929 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 June 2025 19:35:08 -0400 (0:00:00.060) 0:07:40.989 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 June 2025 19:35:08 -0400 (0:00:00.132) 0:07:41.122 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 June 2025 19:35:09 -0400 (0:00:00.205) 0:07:41.327 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 June 2025 19:35:09 -0400 (0:00:00.178) 0:07:41.505 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 June 2025 19:35:09 -0400 (0:00:00.184) 0:07:41.690 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 June 2025 19:35:09 -0400 (0:00:00.130) 0:07:41.821 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 June 2025 19:35:09 -0400 (0:00:00.154) 0:07:41.975 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 June 2025 19:35:09 -0400 (0:00:00.189) 0:07:42.165 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 June 2025 19:35:10 -0400 (0:00:00.216) 0:07:42.382 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 June 2025 19:35:10 -0400 (0:00:00.209) 0:07:42.591 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 June 2025 19:35:10 -0400 (0:00:00.149) 0:07:42.740 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 June 2025 19:35:10 -0400 (0:00:00.360) 0:07:43.101 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 June 2025 19:35:11 -0400 (0:00:00.259) 0:07:43.361 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 June 2025 19:35:11 -0400 (0:00:00.223) 0:07:43.585 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 June 2025 19:35:11 -0400 (0:00:00.210) 0:07:43.835 ********* skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 June 2025 19:35:11 -0400 (0:00:00.160) 0:07:43.996 ********* skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 June 2025 19:35:12 -0400 (0:00:00.255) 0:07:44.251 ********* skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 June 2025 19:35:12 -0400 (0:00:00.150) 0:07:44.401 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 28 June 2025 19:35:12 -0400 (0:00:00.177) 0:07:44.579 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 28 June 2025 19:35:12 -0400 (0:00:00.170) 0:07:44.749 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 28 June 2025 19:35:12 -0400 (0:00:00.199) 0:07:44.949 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 28 June 2025 19:35:12 -0400 (0:00:00.163) 0:07:45.112 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 28 June 2025 19:35:13 -0400 (0:00:00.216) 0:07:45.329 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 28 June 2025 19:35:13 -0400 (0:00:00.151) 0:07:45.481 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 28 June 2025 19:35:13 -0400 (0:00:00.139) 0:07:45.620 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 28 June 2025 19:35:13 -0400 (0:00:00.061) 0:07:45.682 ********* skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 28 June 2025 19:35:13 -0400 (0:00:00.075) 0:07:45.757 ********* skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 28 June 2025 19:35:13 -0400 (0:00:00.072) 0:07:45.830 ********* skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 28 June 2025 19:35:13 -0400 (0:00:00.076) 0:07:45.906 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 28 June 2025 19:35:13 -0400 (0:00:00.246) 0:07:46.153 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 28 June 2025 19:35:14 -0400 (0:00:00.147) 0:07:46.301 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 28 June 2025 19:35:14 -0400 (0:00:00.184) 0:07:46.485 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 28 June 2025 19:35:14 -0400 (0:00:00.159) 0:07:46.644 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 28 June 2025 19:35:14 -0400 (0:00:00.147) 0:07:46.792 ********* ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 28 June 2025 19:35:14 -0400 (0:00:00.173) 0:07:46.965 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 28 June 2025 19:35:14 -0400 (0:00:00.223) 0:07:47.189 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 June 2025 19:35:15 -0400 (0:00:00.196) 0:07:47.385 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 June 2025 19:35:15 -0400 (0:00:00.209) 0:07:47.595 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 June 2025 19:35:15 -0400 (0:00:00.142) 0:07:47.738 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 June 2025 19:35:15 -0400 (0:00:00.148) 0:07:47.886 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 June 2025 19:35:15 -0400 (0:00:00.151) 0:07:48.038 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 June 2025 19:35:16 -0400 (0:00:00.315) 0:07:48.354 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 June 2025 19:35:16 -0400 (0:00:00.113) 0:07:48.468 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 June 2025 19:35:16 -0400 (0:00:00.110) 0:07:48.578 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 28 June 2025 19:35:16 -0400 (0:00:00.177) 0:07:48.756 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:72 Saturday 28 June 2025 19:35:16 -0400 (0:00:00.099) 0:07:48.855 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:35:16 -0400 (0:00:00.306) 0:07:49.162 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:35:17 -0400 (0:00:00.178) 0:07:49.341 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:35:17 -0400 (0:00:00.169) 0:07:49.510 ********* skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:35:17 -0400 (0:00:00.295) 0:07:49.806 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:35:17 -0400 (0:00:00.181) 0:07:49.987 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:35:17 -0400 (0:00:00.177) 0:07:50.165 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:35:18 -0400 (0:00:00.169) 0:07:50.334 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:35:18 -0400 (0:00:00.151) 0:07:50.485 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:35:18 -0400 (0:00:00.390) 0:07:50.877 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:35:18 -0400 (0:00:00.109) 0:07:50.986 ********* ok: [managed-node4] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:35:18 -0400 (0:00:00.141) 0:07:51.127 ********* ok: [managed-node4] => { "storage_volumes | d([])": [ { "disks": [ "sdf" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:35:19 -0400 (0:00:00.128) 0:07:51.255 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:35:19 -0400 (0:00:00.195) 0:07:51.451 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:35:19 -0400 (0:00:00.173) 0:07:51.624 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:35:19 -0400 (0:00:00.203) 0:07:51.828 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:35:19 -0400 (0:00:00.143) 0:07:51.972 ********* ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:35:19 -0400 (0:00:00.165) 0:07:52.138 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:35:20 -0400 (0:00:00.202) 0:07:52.340 ********* changed: [managed-node4] => { "actions": [ { "action": "destroy format", "device": "/dev/sdf", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=02835ca8-93d8-41aa-b95e-10812ede871a", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:35:29 -0400 (0:00:09.457) 0:08:01.798 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:35:29 -0400 (0:00:00.108) 0:08:01.906 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153337.6232922, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "db6e8fbd053fdd344c8c02cd905bd284cf61a08d", "ctime": 1751153335.6452956, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751153335.6452956, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1364, "uid": 0, "version": "536775065", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:35:30 -0400 (0:00:00.655) 0:08:02.562 ********* ok: [managed-node4] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:35:31 -0400 (0:00:00.839) 0:08:03.402 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:35:31 -0400 (0:00:00.054) 0:08:03.456 ********* ok: [managed-node4] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdf", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=02835ca8-93d8-41aa-b95e-10812ede871a", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:35:31 -0400 (0:00:00.087) 0:08:03.543 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:35:31 -0400 (0:00:00.062) 0:08:03.606 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:35:31 -0400 (0:00:00.074) 0:08:03.681 ********* changed: [managed-node4] => (item={u'src': u'UUID=02835ca8-93d8-41aa-b95e-10812ede871a', 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=02835ca8-93d8-41aa-b95e-10812ede871a", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=02835ca8-93d8-41aa-b95e-10812ede871a" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:35:32 -0400 (0:00:00.622) 0:08:04.304 ********* ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:35:32 -0400 (0:00:00.742) 0:08:05.047 ********* changed: [managed-node4] => (item={u'src': u'UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b', 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=fb050a31-6a5f-4856-a9fe-b6a55694181b", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:35:33 -0400 (0:00:00.630) 0:08:05.677 ********* skipping: [managed-node4] => (item={u'src': u'UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b', 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=fb050a31-6a5f-4856-a9fe-b6a55694181b", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:35:33 -0400 (0:00:00.149) 0:08:05.826 ********* ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:35:34 -0400 (0:00:00.872) 0:08:06.698 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751149632.947155, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:35:35 -0400 (0:00:00.627) 0:08:07.326 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:35:35 -0400 (0:00:00.083) 0:08:07.410 ********* ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:83 Saturday 28 June 2025 19:35:36 -0400 (0:00:01.174) 0:08:08.585 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 June 2025 19:35:36 -0400 (0:00:00.215) 0:08:08.800 ********* skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 June 2025 19:35:36 -0400 (0:00:00.055) 0:08:08.855 ********* ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 June 2025 19:35:36 -0400 (0:00:00.068) 0:08:08.924 ********* ok: [managed-node4] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "0c9af6ce-8206-4c45-95b9-c49e9bbd0345" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdd": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "5e086d9f-0a75-4df2-afa0-edd802fb210b" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "fb050a31-6a5f-4856-a9fe-b6a55694181b" }, "/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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 June 2025 19:35:37 -0400 (0:00:00.690) 0:08:09.614 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002693", "end": "2025-06-28 19:35:37.921057", "rc": 0, "start": "2025-06-28 19:35:37.918364" } 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=0c9af6ce-8206-4c45-95b9-c49e9bbd0345 /opt/test1 xfs defaults 0 0 UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 June 2025 19:35:38 -0400 (0:00:00.703) 0:08:10.318 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002806", "end": "2025-06-28 19:35:38.476417", "failed_when_result": false, "rc": 0, "start": "2025-06-28 19:35:38.473611" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 June 2025 19:35:38 -0400 (0:00:00.514) 0:08:10.833 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 28 June 2025 19:35:38 -0400 (0:00:00.053) 0:08:10.887 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 June 2025 19:35:38 -0400 (0:00:00.184) 0:08:11.071 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 June 2025 19:35:38 -0400 (0:00:00.124) 0:08:11.195 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 June 2025 19:35:39 -0400 (0:00:00.309) 0:08:11.505 ********* ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sdf" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 June 2025 19:35:39 -0400 (0:00:00.097) 0:08:11.602 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 June 2025 19:35:39 -0400 (0:00:00.123) 0:08:11.725 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 28 June 2025 19:35:39 -0400 (0:00:00.121) 0:08:11.847 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 28 June 2025 19:35:39 -0400 (0:00:00.088) 0:08:11.935 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 28 June 2025 19:35:39 -0400 (0:00:00.183) 0:08:12.119 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 28 June 2025 19:35:40 -0400 (0:00:00.113) 0:08:12.233 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 28 June 2025 19:35:40 -0400 (0:00:00.094) 0:08:12.327 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 28 June 2025 19:35:40 -0400 (0:00:00.080) 0:08:12.408 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 28 June 2025 19:35:40 -0400 (0:00:00.127) 0:08:12.536 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 28 June 2025 19:35:40 -0400 (0:00:00.076) 0:08:12.612 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 June 2025 19:35:40 -0400 (0:00:00.079) 0:08:12.692 ********* ok: [managed-node4] => { "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=fb050a31-6a5f-4856-a9fe-b6a55694181b " ], "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 June 2025 19:35:40 -0400 (0:00:00.178) 0:08:12.870 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 June 2025 19:35:40 -0400 (0:00:00.092) 0:08:12.962 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 June 2025 19:35:40 -0400 (0:00:00.120) 0:08:13.082 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 June 2025 19:35:40 -0400 (0:00:00.063) 0:08:13.146 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 June 2025 19:35:40 -0400 (0:00:00.072) 0:08:13.218 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 June 2025 19:35:41 -0400 (0:00:00.050) 0:08:13.269 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 June 2025 19:35:41 -0400 (0:00:00.065) 0:08:13.335 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 June 2025 19:35:41 -0400 (0:00:00.087) 0:08:13.422 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153729.328649, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751153729.328649, "dev": 5, "device_type": 2128, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28618, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1751153729.328649, "nlink": 1, "path": "/dev/sdf", "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 June 2025 19:35:41 -0400 (0:00:00.368) 0:08:13.791 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 June 2025 19:35:41 -0400 (0:00:00.066) 0:08:13.858 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 June 2025 19:35:41 -0400 (0:00:00.056) 0:08:13.914 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 June 2025 19:35:41 -0400 (0:00:00.061) 0:08:13.976 ********* ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 June 2025 19:35:41 -0400 (0:00:00.054) 0:08:14.031 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 June 2025 19:35:41 -0400 (0:00:00.050) 0:08:14.082 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 June 2025 19:35:41 -0400 (0:00:00.058) 0:08:14.141 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 June 2025 19:35:41 -0400 (0:00:00.057) 0:08:14.198 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 June 2025 19:35:42 -0400 (0:00:00.720) 0:08:14.919 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 June 2025 19:35:42 -0400 (0:00:00.052) 0:08:14.971 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 June 2025 19:35:42 -0400 (0:00:00.053) 0:08:15.025 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 June 2025 19:35:42 -0400 (0:00:00.065) 0:08:15.090 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 June 2025 19:35:42 -0400 (0:00:00.046) 0:08:15.137 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 June 2025 19:35:42 -0400 (0:00:00.045) 0:08:15.183 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.054) 0:08:15.237 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.050) 0:08:15.287 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.050) 0:08:15.338 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.058) 0:08:15.397 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.064) 0:08:15.461 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.052) 0:08:15.513 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.053) 0:08:15.567 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.049) 0:08:15.616 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.049) 0:08:15.666 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.063) 0:08:15.730 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.049) 0:08:15.779 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.054) 0:08:15.834 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.054) 0:08:15.888 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.051) 0:08:15.940 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.051) 0:08:15.991 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.049) 0:08:16.041 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.050) 0:08:16.092 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.050) 0:08:16.142 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 June 2025 19:35:43 -0400 (0:00:00.057) 0:08:16.200 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.054) 0:08:16.254 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.057) 0:08:16.311 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.052) 0:08:16.363 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.050) 0:08:16.414 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.053) 0:08:16.467 ********* skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.053) 0:08:16.521 ********* skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.055) 0:08:16.577 ********* skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.051) 0:08:16.628 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.053) 0:08:16.682 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.066) 0:08:16.748 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.052) 0:08:16.801 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.103) 0:08:16.904 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.053) 0:08:16.957 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.050) 0:08:17.008 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.052) 0:08:17.061 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.050) 0:08:17.111 ********* skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.052) 0:08:17.164 ********* skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 28 June 2025 19:35:44 -0400 (0:00:00.054) 0:08:17.218 ********* skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.051) 0:08:17.269 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.058) 0:08:17.328 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.047) 0:08:17.376 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.053) 0:08:17.429 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.048) 0:08:17.478 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.073) 0:08:17.552 ********* ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.066) 0:08:17.618 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.064) 0:08:17.683 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.080) 0:08:17.763 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.070) 0:08:17.833 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.052) 0:08:17.886 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.064) 0:08:17.951 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.053) 0:08:18.004 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.066) 0:08:18.071 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 June 2025 19:35:45 -0400 (0:00:00.102) 0:08:18.173 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 June 2025 19:35:46 -0400 (0:00:00.070) 0:08:18.244 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 28 June 2025 19:35:46 -0400 (0:00:00.064) 0:08:18.308 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:86 Saturday 28 June 2025 19:35:46 -0400 (0:00:00.074) 0:08:18.383 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:35:46 -0400 (0:00:00.161) 0:08:18.544 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:35:46 -0400 (0:00:00.087) 0:08:18.632 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:35:46 -0400 (0:00:00.059) 0:08:18.691 ********* skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:35:46 -0400 (0:00:00.153) 0:08:18.845 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:35:46 -0400 (0:00:00.051) 0:08:18.896 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:35:46 -0400 (0:00:00.047) 0:08:18.944 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:35:46 -0400 (0:00:00.070) 0:08:19.014 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:35:46 -0400 (0:00:00.078) 0:08:19.093 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:35:47 -0400 (0:00:00.162) 0:08:19.255 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:35:47 -0400 (0:00:00.044) 0:08:19.300 ********* ok: [managed-node4] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:35:47 -0400 (0:00:00.049) 0:08:19.349 ********* ok: [managed-node4] => { "storage_volumes | d([])": [ { "disks": [ "sdf" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:35:47 -0400 (0:00:00.057) 0:08:19.406 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:35:47 -0400 (0:00:00.039) 0:08:19.446 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:35:47 -0400 (0:00:00.034) 0:08:19.481 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:35:47 -0400 (0:00:00.033) 0:08:19.514 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:35:47 -0400 (0:00:00.033) 0:08:19.547 ********* ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:35:47 -0400 (0:00:00.047) 0:08:19.594 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:35:47 -0400 (0:00:00.031) 0:08:19.626 ********* ok: [managed-node4] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/md/test1", "/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=fb050a31-6a5f-4856-a9fe-b6a55694181b", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:35:51 -0400 (0:00:04.421) 0:08:24.048 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:35:51 -0400 (0:00:00.051) 0:08:24.099 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153733.280643, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "78e186db63672a4947e0062253a8f8121cc2e87d", "ctime": 1751153733.276643, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751153733.276643, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1369, "uid": 0, "version": "536775065", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:35:52 -0400 (0:00:00.449) 0:08:24.549 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:35:52 -0400 (0:00:00.056) 0:08:24.605 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:35:52 -0400 (0:00:00.060) 0:08:24.665 ********* ok: [managed-node4] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/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=fb050a31-6a5f-4856-a9fe-b6a55694181b", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:35:52 -0400 (0:00:00.100) 0:08:24.766 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:35:52 -0400 (0:00:00.089) 0:08:24.856 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:35:52 -0400 (0:00:00.097) 0:08:24.953 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:35:52 -0400 (0:00:00.057) 0:08:25.010 ********* ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:35:53 -0400 (0:00:00.496) 0:08:25.507 ********* ok: [managed-node4] => (item={u'src': u'UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b', 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=fb050a31-6a5f-4856-a9fe-b6a55694181b", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:35:53 -0400 (0:00:00.562) 0:08:26.069 ********* skipping: [managed-node4] => (item={u'src': u'UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b', 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=fb050a31-6a5f-4856-a9fe-b6a55694181b", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:35:53 -0400 (0:00:00.067) 0:08:26.137 ********* ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:35:54 -0400 (0:00:00.619) 0:08:26.756 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751149632.947155, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:35:54 -0400 (0:00:00.446) 0:08:27.203 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:35:55 -0400 (0:00:00.090) 0:08:27.294 ********* ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:97 Saturday 28 June 2025 19:35:56 -0400 (0:00:01.011) 0:08:28.305 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 June 2025 19:35:56 -0400 (0:00:00.223) 0:08:28.529 ********* skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 June 2025 19:35:56 -0400 (0:00:00.073) 0:08:28.602 ********* ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 June 2025 19:35:56 -0400 (0:00:00.138) 0:08:28.740 ********* ok: [managed-node4] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "0c9af6ce-8206-4c45-95b9-c49e9bbd0345" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdd": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "5e086d9f-0a75-4df2-afa0-edd802fb210b" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "fb050a31-6a5f-4856-a9fe-b6a55694181b" }, "/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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 June 2025 19:35:57 -0400 (0:00:00.768) 0:08:29.509 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002994", "end": "2025-06-28 19:35:57.778655", "rc": 0, "start": "2025-06-28 19:35:57.775661" } 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=0c9af6ce-8206-4c45-95b9-c49e9bbd0345 /opt/test1 xfs defaults 0 0 UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 June 2025 19:35:57 -0400 (0:00:00.671) 0:08:30.180 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002863", "end": "2025-06-28 19:35:58.348782", "failed_when_result": false, "rc": 0, "start": "2025-06-28 19:35:58.345919" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 June 2025 19:35:58 -0400 (0:00:00.497) 0:08:30.677 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 28 June 2025 19:35:58 -0400 (0:00:00.046) 0:08:30.724 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 June 2025 19:35:58 -0400 (0:00:00.129) 0:08:30.854 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 June 2025 19:35:58 -0400 (0:00:00.152) 0:08:31.006 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 June 2025 19:35:59 -0400 (0:00:00.428) 0:08:31.435 ********* ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sdf" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 June 2025 19:35:59 -0400 (0:00:00.066) 0:08:31.501 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 June 2025 19:35:59 -0400 (0:00:00.078) 0:08:31.580 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 28 June 2025 19:35:59 -0400 (0:00:00.069) 0:08:31.649 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 28 June 2025 19:35:59 -0400 (0:00:00.083) 0:08:31.733 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 28 June 2025 19:35:59 -0400 (0:00:00.061) 0:08:31.794 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 28 June 2025 19:35:59 -0400 (0:00:00.062) 0:08:31.857 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 28 June 2025 19:35:59 -0400 (0:00:00.056) 0:08:31.914 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 28 June 2025 19:35:59 -0400 (0:00:00.051) 0:08:31.966 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 28 June 2025 19:35:59 -0400 (0:00:00.049) 0:08:32.016 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 28 June 2025 19:35:59 -0400 (0:00:00.048) 0:08:32.064 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 June 2025 19:35:59 -0400 (0:00:00.062) 0:08:32.127 ********* ok: [managed-node4] => { "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=fb050a31-6a5f-4856-a9fe-b6a55694181b " ], "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 June 2025 19:36:00 -0400 (0:00:00.134) 0:08:32.262 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 June 2025 19:36:00 -0400 (0:00:00.072) 0:08:32.334 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 June 2025 19:36:00 -0400 (0:00:00.091) 0:08:32.426 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 June 2025 19:36:00 -0400 (0:00:00.053) 0:08:32.480 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 June 2025 19:36:00 -0400 (0:00:00.057) 0:08:32.538 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 June 2025 19:36:00 -0400 (0:00:00.053) 0:08:32.591 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 June 2025 19:36:00 -0400 (0:00:00.086) 0:08:32.677 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 June 2025 19:36:00 -0400 (0:00:00.108) 0:08:32.786 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153729.328649, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751153729.328649, "dev": 5, "device_type": 2128, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28618, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1751153729.328649, "nlink": 1, "path": "/dev/sdf", "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 June 2025 19:36:01 -0400 (0:00:00.571) 0:08:33.357 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 June 2025 19:36:01 -0400 (0:00:00.104) 0:08:33.462 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 June 2025 19:36:01 -0400 (0:00:00.099) 0:08:33.562 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 June 2025 19:36:01 -0400 (0:00:00.073) 0:08:33.635 ********* ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 June 2025 19:36:01 -0400 (0:00:00.070) 0:08:33.706 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 June 2025 19:36:01 -0400 (0:00:00.052) 0:08:33.758 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 June 2025 19:36:01 -0400 (0:00:00.064) 0:08:33.823 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 June 2025 19:36:01 -0400 (0:00:00.055) 0:08:33.878 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 June 2025 19:36:02 -0400 (0:00:00.799) 0:08:34.678 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 June 2025 19:36:02 -0400 (0:00:00.054) 0:08:34.732 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 June 2025 19:36:02 -0400 (0:00:00.064) 0:08:34.796 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 June 2025 19:36:02 -0400 (0:00:00.067) 0:08:34.864 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 June 2025 19:36:02 -0400 (0:00:00.059) 0:08:34.923 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 June 2025 19:36:02 -0400 (0:00:00.085) 0:08:35.009 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 28 June 2025 19:36:02 -0400 (0:00:00.059) 0:08:35.068 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 28 June 2025 19:36:02 -0400 (0:00:00.073) 0:08:35.141 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 28 June 2025 19:36:02 -0400 (0:00:00.047) 0:08:35.189 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.057) 0:08:35.246 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.057) 0:08:35.303 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.036) 0:08:35.340 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.045) 0:08:35.385 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.059) 0:08:35.445 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.066) 0:08:35.512 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.084) 0:08:35.596 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.096) 0:08:35.693 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.111) 0:08:35.804 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.062) 0:08:35.866 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.095) 0:08:35.962 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.098) 0:08:36.060 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.057) 0:08:36.117 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 June 2025 19:36:03 -0400 (0:00:00.057) 0:08:36.175 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 June 2025 19:36:04 -0400 (0:00:00.065) 0:08:36.240 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 June 2025 19:36:04 -0400 (0:00:00.063) 0:08:36.304 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 June 2025 19:36:04 -0400 (0:00:00.055) 0:08:36.359 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 June 2025 19:36:04 -0400 (0:00:00.071) 0:08:36.431 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 June 2025 19:36:04 -0400 (0:00:00.055) 0:08:36.487 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 June 2025 19:36:04 -0400 (0:00:00.106) 0:08:36.594 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 June 2025 19:36:04 -0400 (0:00:00.066) 0:08:36.660 ********* skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 June 2025 19:36:04 -0400 (0:00:00.069) 0:08:36.730 ********* skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 June 2025 19:36:04 -0400 (0:00:00.090) 0:08:36.820 ********* skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 June 2025 19:36:04 -0400 (0:00:00.079) 0:08:36.900 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 28 June 2025 19:36:04 -0400 (0:00:00.135) 0:08:37.035 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 28 June 2025 19:36:04 -0400 (0:00:00.077) 0:08:37.113 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 28 June 2025 19:36:04 -0400 (0:00:00.049) 0:08:37.163 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.090) 0:08:37.253 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.053) 0:08:37.307 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.072) 0:08:37.380 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.066) 0:08:37.446 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.087) 0:08:37.534 ********* skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.071) 0:08:37.605 ********* skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.061) 0:08:37.666 ********* skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.074) 0:08:37.740 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.053) 0:08:37.794 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.051) 0:08:37.845 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.055) 0:08:37.900 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.067) 0:08:37.968 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.061) 0:08:38.030 ********* ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.058) 0:08:38.089 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 28 June 2025 19:36:05 -0400 (0:00:00.081) 0:08:38.171 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 June 2025 19:36:06 -0400 (0:00:00.090) 0:08:38.262 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 June 2025 19:36:06 -0400 (0:00:00.076) 0:08:38.338 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 June 2025 19:36:06 -0400 (0:00:00.054) 0:08:38.392 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 June 2025 19:36:06 -0400 (0:00:00.051) 0:08:38.443 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 June 2025 19:36:06 -0400 (0:00:00.063) 0:08:38.507 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 June 2025 19:36:06 -0400 (0:00:00.063) 0:08:38.570 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 June 2025 19:36:06 -0400 (0:00:00.054) 0:08:38.624 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 June 2025 19:36:06 -0400 (0:00:00.056) 0:08:38.681 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 28 June 2025 19:36:06 -0400 (0:00:00.048) 0:08:38.729 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:100 Saturday 28 June 2025 19:36:06 -0400 (0:00:00.053) 0:08:38.783 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:36:06 -0400 (0:00:00.175) 0:08:38.959 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:36:06 -0400 (0:00:00.159) 0:08:39.118 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:36:06 -0400 (0:00:00.076) 0:08:39.195 ********* skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:36:07 -0400 (0:00:00.127) 0:08:39.323 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:36:07 -0400 (0:00:00.089) 0:08:39.412 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:36:07 -0400 (0:00:00.053) 0:08:39.465 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:36:07 -0400 (0:00:00.058) 0:08:39.523 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:36:07 -0400 (0:00:00.068) 0:08:39.591 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:36:07 -0400 (0:00:00.197) 0:08:39.789 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:36:07 -0400 (0:00:00.051) 0:08:39.840 ********* ok: [managed-node4] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:36:07 -0400 (0:00:00.074) 0:08:39.915 ********* ok: [managed-node4] => { "storage_volumes | d([])": [ { "disks": [ "sdf" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:36:07 -0400 (0:00:00.064) 0:08:39.979 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:36:07 -0400 (0:00:00.065) 0:08:40.044 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:36:07 -0400 (0:00:00.063) 0:08:40.108 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:36:07 -0400 (0:00:00.064) 0:08:40.172 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:36:07 -0400 (0:00:00.053) 0:08:40.226 ********* ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:36:08 -0400 (0:00:00.100) 0:08:40.326 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:36:08 -0400 (0:00:00.037) 0:08:40.363 ********* changed: [managed-node4] => { "actions": [ { "action": "destroy format", "device": "/dev/sdf", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b", "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=1c93f179-1517-499d-9e40-69f6527ab594", "state": "present" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:36:12 -0400 (0:00:04.616) 0:08:44.979 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:36:12 -0400 (0:00:00.034) 0:08:45.014 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153733.280643, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "78e186db63672a4947e0062253a8f8121cc2e87d", "ctime": 1751153733.276643, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751153733.276643, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1369, "uid": 0, "version": "536775065", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:36:13 -0400 (0:00:00.296) 0:08:45.311 ********* ok: [managed-node4] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:36:13 -0400 (0:00:00.293) 0:08:45.604 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:36:13 -0400 (0:00:00.033) 0:08:45.638 ********* ok: [managed-node4] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdf", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b", "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=1c93f179-1517-499d-9e40-69f6527ab594", "state": "present" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:36:13 -0400 (0:00:00.043) 0:08:45.682 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:36:13 -0400 (0:00:00.036) 0:08:45.718 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:36:13 -0400 (0:00:00.040) 0:08:45.759 ********* changed: [managed-node4] => (item={u'src': u'UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b', 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=fb050a31-6a5f-4856-a9fe-b6a55694181b", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=fb050a31-6a5f-4856-a9fe-b6a55694181b" } ok: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:36:14 -0400 (0:00:00.611) 0:08:46.370 ********* ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:36:14 -0400 (0:00:00.451) 0:08:46.821 ********* changed: [managed-node4] => (item={u'src': u'UUID=1c93f179-1517-499d-9e40-69f6527ab594', 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=1c93f179-1517-499d-9e40-69f6527ab594", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=1c93f179-1517-499d-9e40-69f6527ab594" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:36:14 -0400 (0:00:00.344) 0:08:47.165 ********* skipping: [managed-node4] => (item={u'src': u'UUID=1c93f179-1517-499d-9e40-69f6527ab594', 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=1c93f179-1517-499d-9e40-69f6527ab594", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:36:14 -0400 (0:00:00.043) 0:08:47.208 ********* ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:36:15 -0400 (0:00:00.435) 0:08:47.644 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751149632.947155, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:36:15 -0400 (0:00:00.334) 0:08:47.978 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:36:15 -0400 (0:00:00.033) 0:08:48.012 ********* ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:110 Saturday 28 June 2025 19:36:16 -0400 (0:00:00.688) 0:08:48.700 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 June 2025 19:36:16 -0400 (0:00:00.142) 0:08:48.843 ********* skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 June 2025 19:36:16 -0400 (0:00:00.050) 0:08:48.893 ********* ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 June 2025 19:36:16 -0400 (0:00:00.058) 0:08:48.952 ********* ok: [managed-node4] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "0c9af6ce-8206-4c45-95b9-c49e9bbd0345" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdd": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "5e086d9f-0a75-4df2-afa0-edd802fb210b" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "1c93f179-1517-499d-9e40-69f6527ab594" }, "/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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 June 2025 19:36:17 -0400 (0:00:00.335) 0:08:49.288 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002782", "end": "2025-06-28 19:36:17.391565", "rc": 0, "start": "2025-06-28 19:36:17.388783" } 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=0c9af6ce-8206-4c45-95b9-c49e9bbd0345 /opt/test1 xfs defaults 0 0 UUID=1c93f179-1517-499d-9e40-69f6527ab594 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 June 2025 19:36:17 -0400 (0:00:00.411) 0:08:49.700 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002658", "end": "2025-06-28 19:36:17.709642", "failed_when_result": false, "rc": 0, "start": "2025-06-28 19:36:17.706984" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 June 2025 19:36:17 -0400 (0:00:00.348) 0:08:50.048 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 28 June 2025 19:36:17 -0400 (0:00:00.048) 0:08:50.097 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 June 2025 19:36:18 -0400 (0:00:00.183) 0:08:50.280 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 June 2025 19:36:18 -0400 (0:00:00.049) 0:08:50.330 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 June 2025 19:36:18 -0400 (0:00:00.265) 0:08:50.596 ********* ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sdf" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 June 2025 19:36:18 -0400 (0:00:00.060) 0:08:50.656 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 June 2025 19:36:18 -0400 (0:00:00.072) 0:08:50.728 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 28 June 2025 19:36:18 -0400 (0:00:00.056) 0:08:50.785 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 28 June 2025 19:36:18 -0400 (0:00:00.045) 0:08:50.831 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 28 June 2025 19:36:18 -0400 (0:00:00.038) 0:08:50.869 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 28 June 2025 19:36:18 -0400 (0:00:00.046) 0:08:50.916 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 28 June 2025 19:36:18 -0400 (0:00:00.063) 0:08:50.980 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "realpath", "/dev/sdf" ], "delta": "0:00:00.004631", "end": "2025-06-28 19:36:19.058336", "rc": 0, "start": "2025-06-28 19:36:19.053705" } STDOUT: /dev/sdf TASK [Gather swap info] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 28 June 2025 19:36:19 -0400 (0:00:00.367) 0:08:51.348 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003064", "end": "2025-06-28 19:36:19.470155", "rc": 0, "start": "2025-06-28 19:36:19.467091" } STDOUT: Filename Type Size Used Priority /dev/sdf partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 28 June 2025 19:36:19 -0400 (0:00:00.431) 0:08:51.780 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 28 June 2025 19:36:19 -0400 (0:00:00.055) 0:08:51.835 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 June 2025 19:36:19 -0400 (0:00:00.042) 0:08:51.878 ********* ok: [managed-node4] => { "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=1c93f179-1517-499d-9e40-69f6527ab594 " ], "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 June 2025 19:36:19 -0400 (0:00:00.064) 0:08:51.942 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 June 2025 19:36:19 -0400 (0:00:00.040) 0:08:51.983 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 June 2025 19:36:19 -0400 (0:00:00.039) 0:08:52.022 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 June 2025 19:36:19 -0400 (0:00:00.038) 0:08:52.060 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 June 2025 19:36:19 -0400 (0:00:00.055) 0:08:52.116 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 June 2025 19:36:19 -0400 (0:00:00.055) 0:08:52.172 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 June 2025 19:36:20 -0400 (0:00:00.068) 0:08:52.241 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 June 2025 19:36:20 -0400 (0:00:00.070) 0:08:52.311 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153772.6545818, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751153772.6355817, "dev": 5, "device_type": 2128, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28618, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1751153772.6355817, "nlink": 1, "path": "/dev/sdf", "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 June 2025 19:36:20 -0400 (0:00:00.343) 0:08:52.655 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 June 2025 19:36:20 -0400 (0:00:00.045) 0:08:52.701 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 June 2025 19:36:20 -0400 (0:00:00.046) 0:08:52.748 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 June 2025 19:36:20 -0400 (0:00:00.056) 0:08:52.805 ********* ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 June 2025 19:36:20 -0400 (0:00:00.055) 0:08:52.860 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 June 2025 19:36:20 -0400 (0:00:00.050) 0:08:52.911 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 June 2025 19:36:20 -0400 (0:00:00.060) 0:08:52.971 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 June 2025 19:36:20 -0400 (0:00:00.050) 0:08:53.022 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 June 2025 19:36:21 -0400 (0:00:00.994) 0:08:54.016 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 June 2025 19:36:21 -0400 (0:00:00.076) 0:08:54.093 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 June 2025 19:36:21 -0400 (0:00:00.062) 0:08:54.155 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 June 2025 19:36:21 -0400 (0:00:00.071) 0:08:54.226 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.061) 0:08:54.288 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.051) 0:08:54.339 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.050) 0:08:54.389 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.053) 0:08:54.443 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.050) 0:08:54.493 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.073) 0:08:54.567 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.061) 0:08:54.628 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.074) 0:08:54.703 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.055) 0:08:54.758 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.069) 0:08:54.828 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.051) 0:08:54.880 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.059) 0:08:54.939 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.050) 0:08:54.990 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.059) 0:08:55.050 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.048) 0:08:55.098 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 June 2025 19:36:22 -0400 (0:00:00.113) 0:08:55.212 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.055) 0:08:55.267 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.070) 0:08:55.338 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.062) 0:08:55.401 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.061) 0:08:55.462 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.052) 0:08:55.515 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.070) 0:08:55.585 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.056) 0:08:55.642 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.069) 0:08:55.711 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.080) 0:08:55.792 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.065) 0:08:55.857 ********* skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.054) 0:08:55.911 ********* skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.056) 0:08:55.968 ********* skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.054) 0:08:56.023 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.052) 0:08:56.075 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.050) 0:08:56.126 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 28 June 2025 19:36:23 -0400 (0:00:00.052) 0:08:56.178 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.072) 0:08:56.250 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.075) 0:08:56.326 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.072) 0:08:56.399 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.104) 0:08:56.503 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.086) 0:08:56.589 ********* skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.051) 0:08:56.641 ********* skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.060) 0:08:56.702 ********* skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.057) 0:08:56.759 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.051) 0:08:56.811 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.067) 0:08:56.879 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.052) 0:08:56.931 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.061) 0:08:56.993 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.051) 0:08:57.045 ********* ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.059) 0:08:57.104 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.055) 0:08:57.159 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 June 2025 19:36:24 -0400 (0:00:00.064) 0:08:57.223 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 June 2025 19:36:25 -0400 (0:00:00.050) 0:08:57.274 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 June 2025 19:36:25 -0400 (0:00:00.074) 0:08:57.349 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 June 2025 19:36:25 -0400 (0:00:00.105) 0:08:57.454 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 June 2025 19:36:25 -0400 (0:00:00.124) 0:08:57.579 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 June 2025 19:36:25 -0400 (0:00:00.055) 0:08:57.634 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 June 2025 19:36:25 -0400 (0:00:00.050) 0:08:57.685 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 June 2025 19:36:25 -0400 (0:00:00.052) 0:08:57.737 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 28 June 2025 19:36:25 -0400 (0:00:00.088) 0:08:57.825 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:113 Saturday 28 June 2025 19:36:25 -0400 (0:00:00.083) 0:08:57.909 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:36:25 -0400 (0:00:00.246) 0:08:58.155 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:36:26 -0400 (0:00:00.101) 0:08:58.256 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:36:26 -0400 (0:00:00.070) 0:08:58.327 ********* skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:36:26 -0400 (0:00:00.144) 0:08:58.471 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:36:26 -0400 (0:00:00.050) 0:08:58.522 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:36:26 -0400 (0:00:00.070) 0:08:58.592 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:36:26 -0400 (0:00:00.061) 0:08:58.654 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:36:26 -0400 (0:00:00.114) 0:08:58.769 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:36:26 -0400 (0:00:00.117) 0:08:58.887 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:36:26 -0400 (0:00:00.065) 0:08:58.952 ********* ok: [managed-node4] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:36:26 -0400 (0:00:00.056) 0:08:59.009 ********* ok: [managed-node4] => { "storage_volumes | d([])": [ { "disks": [ "sdf" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:36:26 -0400 (0:00:00.067) 0:08:59.076 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:36:26 -0400 (0:00:00.052) 0:08:59.129 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:36:26 -0400 (0:00:00.053) 0:08:59.182 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:36:27 -0400 (0:00:00.050) 0:08:59.233 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:36:27 -0400 (0:00:00.063) 0:08:59.296 ********* ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:36:27 -0400 (0:00:00.094) 0:08:59.390 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:36:27 -0400 (0:00:00.143) 0:08:59.534 ********* ok: [managed-node4] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/md/test1", "/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=1c93f179-1517-499d-9e40-69f6527ab594", "state": "present" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:36:31 -0400 (0:00:04.493) 0:09:04.027 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:36:31 -0400 (0:00:00.070) 0:09:04.098 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153775.3095777, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d9762372ade64d2365283c073e41a73a69e59610", "ctime": 1751153774.8695784, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751153774.8695784, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1364, "uid": 0, "version": "536775065", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:36:32 -0400 (0:00:00.422) 0:09:04.520 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:36:32 -0400 (0:00:00.105) 0:09:04.625 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:36:32 -0400 (0:00:00.083) 0:09:04.708 ********* ok: [managed-node4] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/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=1c93f179-1517-499d-9e40-69f6527ab594", "state": "present" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:36:32 -0400 (0:00:00.112) 0:09:04.821 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:36:32 -0400 (0:00:00.089) 0:09:04.911 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:36:32 -0400 (0:00:00.063) 0:09:04.975 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:36:32 -0400 (0:00:00.050) 0:09:05.025 ********* ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:36:33 -0400 (0:00:00.511) 0:09:05.537 ********* ok: [managed-node4] => (item={u'src': u'UUID=1c93f179-1517-499d-9e40-69f6527ab594', 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=1c93f179-1517-499d-9e40-69f6527ab594", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=1c93f179-1517-499d-9e40-69f6527ab594" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:36:33 -0400 (0:00:00.586) 0:09:06.124 ********* skipping: [managed-node4] => (item={u'src': u'UUID=1c93f179-1517-499d-9e40-69f6527ab594', 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=1c93f179-1517-499d-9e40-69f6527ab594", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:36:33 -0400 (0:00:00.102) 0:09:06.227 ********* ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:36:34 -0400 (0:00:00.772) 0:09:06.999 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751149632.947155, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:36:35 -0400 (0:00:00.562) 0:09:07.562 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:36:35 -0400 (0:00:00.051) 0:09:07.614 ********* ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:123 Saturday 28 June 2025 19:36:36 -0400 (0:00:00.719) 0:09:08.333 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 June 2025 19:36:36 -0400 (0:00:00.130) 0:09:08.464 ********* skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 June 2025 19:36:36 -0400 (0:00:00.057) 0:09:08.521 ********* ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sdf", "_kernel_device": "/dev/sdf", "_mount_id": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "_raw_device": "/dev/sdf", "_raw_kernel_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 June 2025 19:36:36 -0400 (0:00:00.068) 0:09:08.589 ********* ok: [managed-node4] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "0c9af6ce-8206-4c45-95b9-c49e9bbd0345" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdd": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "5e086d9f-0a75-4df2-afa0-edd802fb210b" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "1c93f179-1517-499d-9e40-69f6527ab594" }, "/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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 June 2025 19:36:36 -0400 (0:00:00.374) 0:09:08.963 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003151", "end": "2025-06-28 19:36:37.017804", "rc": 0, "start": "2025-06-28 19:36:37.014653" } 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=0c9af6ce-8206-4c45-95b9-c49e9bbd0345 /opt/test1 xfs defaults 0 0 UUID=1c93f179-1517-499d-9e40-69f6527ab594 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 June 2025 19:36:37 -0400 (0:00:00.370) 0:09:09.333 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003349", "end": "2025-06-28 19:36:37.367382", "failed_when_result": false, "rc": 0, "start": "2025-06-28 19:36:37.364033" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 June 2025 19:36:37 -0400 (0:00:00.322) 0:09:09.656 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 28 June 2025 19:36:37 -0400 (0:00:00.032) 0:09:09.688 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 June 2025 19:36:37 -0400 (0:00:00.078) 0:09:09.767 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 June 2025 19:36:37 -0400 (0:00:00.056) 0:09:09.823 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 June 2025 19:36:37 -0400 (0:00:00.285) 0:09:10.108 ********* ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sdf" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 June 2025 19:36:37 -0400 (0:00:00.060) 0:09:10.169 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 June 2025 19:36:38 -0400 (0:00:00.071) 0:09:10.241 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 28 June 2025 19:36:38 -0400 (0:00:00.058) 0:09:10.299 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 28 June 2025 19:36:38 -0400 (0:00:00.059) 0:09:10.358 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 28 June 2025 19:36:38 -0400 (0:00:00.051) 0:09:10.410 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 28 June 2025 19:36:38 -0400 (0:00:00.055) 0:09:10.465 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 28 June 2025 19:36:38 -0400 (0:00:00.048) 0:09:10.513 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "realpath", "/dev/sdf" ], "delta": "0:00:00.002707", "end": "2025-06-28 19:36:38.562125", "rc": 0, "start": "2025-06-28 19:36:38.559418" } STDOUT: /dev/sdf TASK [Gather swap info] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 28 June 2025 19:36:38 -0400 (0:00:00.369) 0:09:10.883 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002626", "end": "2025-06-28 19:36:38.924810", "rc": 0, "start": "2025-06-28 19:36:38.922184" } STDOUT: Filename Type Size Used Priority /dev/sdf partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.359) 0:09:11.242 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.066) 0:09:11.309 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.050) 0:09:11.359 ********* ok: [managed-node4] => { "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=1c93f179-1517-499d-9e40-69f6527ab594 " ], "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.084) 0:09:11.444 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.052) 0:09:11.496 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.047) 0:09:11.544 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.041) 0:09:11.585 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.054) 0:09:11.639 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.034) 0:09:11.674 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.044) 0:09:11.718 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.049) 0:09:11.768 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153772.6545818, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751153772.6355817, "dev": 5, "device_type": 2128, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28618, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1751153772.6355817, "nlink": 1, "path": "/dev/sdf", "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.291) 0:09:12.060 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.042) 0:09:12.102 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.034) 0:09:12.137 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.039) 0:09:12.176 ********* ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 June 2025 19:36:39 -0400 (0:00:00.041) 0:09:12.218 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 June 2025 19:36:40 -0400 (0:00:00.033) 0:09:12.251 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 June 2025 19:36:40 -0400 (0:00:00.039) 0:09:12.291 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 June 2025 19:36:40 -0400 (0:00:00.036) 0:09:12.328 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 June 2025 19:36:40 -0400 (0:00:00.597) 0:09:12.926 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 June 2025 19:36:40 -0400 (0:00:00.051) 0:09:12.978 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 June 2025 19:36:40 -0400 (0:00:00.049) 0:09:13.027 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 June 2025 19:36:40 -0400 (0:00:00.050) 0:09:13.077 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 June 2025 19:36:40 -0400 (0:00:00.048) 0:09:13.126 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 June 2025 19:36:40 -0400 (0:00:00.042) 0:09:13.168 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 28 June 2025 19:36:40 -0400 (0:00:00.034) 0:09:13.203 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.038) 0:09:13.241 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.034) 0:09:13.275 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.050) 0:09:13.325 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.062) 0:09:13.388 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.047) 0:09:13.435 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.041) 0:09:13.476 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.041) 0:09:13.517 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.042) 0:09:13.559 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.034) 0:09:13.594 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.035) 0:09:13.630 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.033) 0:09:13.664 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.042) 0:09:13.707 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.050) 0:09:13.758 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.049) 0:09:13.807 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.050) 0:09:13.857 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.052) 0:09:13.909 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.099) 0:09:14.008 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.053) 0:09:14.062 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.058) 0:09:14.120 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.048) 0:09:14.168 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 June 2025 19:36:41 -0400 (0:00:00.047) 0:09:14.215 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.057) 0:09:14.273 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.047) 0:09:14.321 ********* skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.036) 0:09:14.357 ********* skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.035) 0:09:14.393 ********* skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.036) 0:09:14.429 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.035) 0:09:14.465 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.033) 0:09:14.498 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.035) 0:09:14.534 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.040) 0:09:14.575 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.049) 0:09:14.624 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.048) 0:09:14.673 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.042) 0:09:14.715 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.041) 0:09:14.757 ********* skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.044) 0:09:14.802 ********* skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.040) 0:09:14.842 ********* skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.034) 0:09:14.877 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.033) 0:09:14.911 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.033) 0:09:14.944 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.044) 0:09:14.988 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.054) 0:09:15.043 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.051) 0:09:15.094 ********* ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.050) 0:09:15.145 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 28 June 2025 19:36:42 -0400 (0:00:00.043) 0:09:15.189 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.045) 0:09:15.234 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.047) 0:09:15.281 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.041) 0:09:15.323 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.033) 0:09:15.357 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.034) 0:09:15.391 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.033) 0:09:15.424 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.033) 0:09:15.458 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.034) 0:09:15.492 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.040) 0:09:15.533 ********* ok: [managed-node4] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:126 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.048) 0:09:15.582 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.171) 0:09:15.753 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.053) 0:09:15.807 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.040) 0:09:15.848 ********* skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node4] => (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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.107) 0:09:15.955 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.051) 0:09:16.006 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.043) 0:09:16.050 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.041) 0:09:16.092 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.043) 0:09:16.136 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:36:43 -0400 (0:00:00.091) 0:09:16.227 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:36:44 -0400 (0:00:00.034) 0:09:16.262 ********* ok: [managed-node4] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:36:44 -0400 (0:00:00.040) 0:09:16.302 ********* ok: [managed-node4] => { "storage_volumes | d([])": [ { "disks": [ "sdf" ], "mount_point": "/opt/test", "name": "test1", "state": "absent", "type": "disk" }, { "disks": [ "sdd" ], "mount_point": "none", "name": "test2", "state": "absent", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:36:44 -0400 (0:00:00.041) 0:09:16.344 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:36:44 -0400 (0:00:00.034) 0:09:16.378 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:36:44 -0400 (0:00:00.035) 0:09:16.414 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:36:44 -0400 (0:00:00.034) 0:09:16.448 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:36:44 -0400 (0:00:00.033) 0:09:16.482 ********* ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:36:44 -0400 (0:00:00.047) 0:09:16.529 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:36:44 -0400 (0:00:00.030) 0:09:16.560 ********* changed: [managed-node4] => { "actions": [ { "action": "destroy format", "device": "/dev/sdd", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "state": "absent" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdf", "_mount_id": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "_raw_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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/sdd", "_mount_id": "UUID=5e086d9f-0a75-4df2-afa0-edd802fb210b", "_raw_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "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": 1099511627776, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:36:48 -0400 (0:00:04.564) 0:09:21.125 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:36:48 -0400 (0:00:00.063) 0:09:21.188 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153775.3095777, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d9762372ade64d2365283c073e41a73a69e59610", "ctime": 1751153774.8695784, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264045, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751153774.8695784, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1364, "uid": 0, "version": "536775065", "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:36:49 -0400 (0:00:00.396) 0:09:21.584 ********* ok: [managed-node4] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:36:49 -0400 (0:00:00.460) 0:09:22.045 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:36:49 -0400 (0:00:00.049) 0:09:22.095 ********* ok: [managed-node4] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdd", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "state": "absent" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdf", "_mount_id": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "_raw_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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/sdd", "_mount_id": "UUID=5e086d9f-0a75-4df2-afa0-edd802fb210b", "_raw_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "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": 1099511627776, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:36:49 -0400 (0:00:00.082) 0:09:22.177 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:36:50 -0400 (0:00:00.075) 0:09:22.253 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdf", "_mount_id": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "_raw_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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/sdd", "_mount_id": "UUID=5e086d9f-0a75-4df2-afa0-edd802fb210b", "_raw_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "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": 1099511627776, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:36:50 -0400 (0:00:00.073) 0:09:22.327 ********* changed: [managed-node4] => (item={u'src': u'UUID=1c93f179-1517-499d-9e40-69f6527ab594', 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=1c93f179-1517-499d-9e40-69f6527ab594", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=1c93f179-1517-499d-9e40-69f6527ab594" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:36:50 -0400 (0:00:00.486) 0:09:22.814 ********* ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:36:51 -0400 (0:00:00.603) 0:09:23.417 ********* TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:36:51 -0400 (0:00:00.065) 0:09:23.483 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:36:51 -0400 (0:00:00.069) 0:09:23.552 ********* ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:36:52 -0400 (0:00:00.680) 0:09:24.232 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751149632.947155, "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-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:36:52 -0400 (0:00:00.632) 0:09:24.865 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:36:52 -0400 (0:00:00.049) 0:09:24.915 ********* ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:142 Saturday 28 June 2025 19:36:53 -0400 (0:00:00.860) 0:09:25.775 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 June 2025 19:36:53 -0400 (0:00:00.172) 0:09:25.948 ********* skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 June 2025 19:36:53 -0400 (0:00:00.058) 0:09:26.006 ********* ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sdf", "_mount_id": "UUID=1c93f179-1517-499d-9e40-69f6527ab594", "_raw_device": "/dev/sdf", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdf" ], "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/sdd", "_mount_id": "UUID=5e086d9f-0a75-4df2-afa0-edd802fb210b", "_raw_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "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": 1099511627776, "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 June 2025 19:36:53 -0400 (0:00:00.073) 0:09:26.080 ********* ok: [managed-node4] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "0c9af6ce-8206-4c45-95b9-c49e9bbd0345" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node4:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "708640ba-3762-1fbe-c6a7-2a20b0244e6b" }, "/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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 June 2025 19:36:54 -0400 (0:00:00.401) 0:09:26.481 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002993", "end": "2025-06-28 19:36:54.715575", "rc": 0, "start": "2025-06-28 19:36:54.712582" } 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=0c9af6ce-8206-4c45-95b9-c49e9bbd0345 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 June 2025 19:36:54 -0400 (0:00:00.589) 0:09:27.070 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002942", "end": "2025-06-28 19:36:55.278474", "failed_when_result": false, "rc": 0, "start": "2025-06-28 19:36:55.275532" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 June 2025 19:36:55 -0400 (0:00:00.578) 0:09:27.649 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 28 June 2025 19:36:55 -0400 (0:00:00.047) 0:09:27.696 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 June 2025 19:36:55 -0400 (0:00:00.209) 0:09:27.906 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 June 2025 19:36:55 -0400 (0:00:00.216) 0:09:28.123 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 June 2025 19:36:56 -0400 (0:00:00.342) 0:09:28.466 ********* ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sdf" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 June 2025 19:36:56 -0400 (0:00:00.071) 0:09:28.537 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 June 2025 19:36:56 -0400 (0:00:00.085) 0:09:28.623 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 28 June 2025 19:36:56 -0400 (0:00:00.053) 0:09:28.677 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 28 June 2025 19:36:56 -0400 (0:00:00.045) 0:09:28.722 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 28 June 2025 19:36:56 -0400 (0:00:00.044) 0:09:28.767 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 28 June 2025 19:36:56 -0400 (0:00:00.077) 0:09:28.844 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 28 June 2025 19:36:56 -0400 (0:00:00.076) 0:09:28.921 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "realpath", "/dev/sdf" ], "delta": "0:00:00.002709", "end": "2025-06-28 19:36:56.999514", "rc": 0, "start": "2025-06-28 19:36:56.996805" } STDOUT: /dev/sdf TASK [Gather swap info] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 28 June 2025 19:36:57 -0400 (0:00:00.423) 0:09:29.345 ********* ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003215", "end": "2025-06-28 19:36:57.481437", "rc": 0, "start": "2025-06-28 19:36:57.478222" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 28 June 2025 19:36:57 -0400 (0:00:00.458) 0:09:29.803 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 28 June 2025 19:36:57 -0400 (0:00:00.066) 0:09:29.870 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 June 2025 19:36:57 -0400 (0:00:00.052) 0:09:29.923 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 June 2025 19:36:57 -0400 (0:00:00.098) 0:09:30.021 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 June 2025 19:36:57 -0400 (0:00:00.065) 0:09:30.087 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 June 2025 19:36:57 -0400 (0:00:00.064) 0:09:30.152 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 June 2025 19:36:58 -0400 (0:00:00.097) 0:09:30.250 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 June 2025 19:36:58 -0400 (0:00:00.125) 0:09:30.375 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 June 2025 19:36:58 -0400 (0:00:00.103) 0:09:30.479 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 June 2025 19:36:58 -0400 (0:00:00.104) 0:09:30.583 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 June 2025 19:36:58 -0400 (0:00:00.077) 0:09:30.660 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153808.7425258, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751153808.7425258, "dev": 5, "device_type": 2128, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28618, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1751153808.7425258, "nlink": 1, "path": "/dev/sdf", "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 June 2025 19:36:58 -0400 (0:00:00.410) 0:09:31.071 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 June 2025 19:36:58 -0400 (0:00:00.095) 0:09:31.166 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 June 2025 19:36:59 -0400 (0:00:00.110) 0:09:31.277 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 June 2025 19:36:59 -0400 (0:00:00.059) 0:09:31.337 ********* ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 June 2025 19:36:59 -0400 (0:00:00.092) 0:09:31.430 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 June 2025 19:36:59 -0400 (0:00:00.108) 0:09:31.539 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 June 2025 19:36:59 -0400 (0:00:00.072) 0:09:31.611 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 June 2025 19:36:59 -0400 (0:00:00.053) 0:09:31.664 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 June 2025 19:37:00 -0400 (0:00:00.729) 0:09:32.394 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 June 2025 19:37:00 -0400 (0:00:00.084) 0:09:32.478 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 June 2025 19:37:00 -0400 (0:00:00.106) 0:09:32.584 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 June 2025 19:37:00 -0400 (0:00:00.065) 0:09:32.650 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 June 2025 19:37:00 -0400 (0:00:00.089) 0:09:32.740 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 June 2025 19:37:00 -0400 (0:00:00.111) 0:09:32.851 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 28 June 2025 19:37:00 -0400 (0:00:00.071) 0:09:32.923 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 28 June 2025 19:37:00 -0400 (0:00:00.079) 0:09:33.002 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 28 June 2025 19:37:00 -0400 (0:00:00.067) 0:09:33.070 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 28 June 2025 19:37:00 -0400 (0:00:00.124) 0:09:33.194 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 28 June 2025 19:37:01 -0400 (0:00:00.108) 0:09:33.302 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 28 June 2025 19:37:01 -0400 (0:00:00.103) 0:09:33.406 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 28 June 2025 19:37:01 -0400 (0:00:00.081) 0:09:33.488 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 28 June 2025 19:37:01 -0400 (0:00:00.102) 0:09:33.591 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 June 2025 19:37:01 -0400 (0:00:00.094) 0:09:33.685 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 June 2025 19:37:01 -0400 (0:00:00.061) 0:09:33.747 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 June 2025 19:37:01 -0400 (0:00:00.150) 0:09:33.898 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 June 2025 19:37:01 -0400 (0:00:00.070) 0:09:33.968 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 June 2025 19:37:01 -0400 (0:00:00.090) 0:09:34.059 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 June 2025 19:37:01 -0400 (0:00:00.128) 0:09:34.187 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.083) 0:09:34.270 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.057) 0:09:34.328 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.116) 0:09:34.444 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.040) 0:09:34.485 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.035) 0:09:34.521 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.035) 0:09:34.557 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.044) 0:09:34.601 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.049) 0:09:34.651 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.052) 0:09:34.703 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.041) 0:09:34.744 ********* skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.042) 0:09:34.787 ********* skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.045) 0:09:34.832 ********* skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.037) 0:09:34.869 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.036) 0:09:34.906 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.040) 0:09:34.946 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.040) 0:09:34.987 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.049) 0:09:35.036 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.054) 0:09:35.091 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.054) 0:09:35.145 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 28 June 2025 19:37:02 -0400 (0:00:00.053) 0:09:35.199 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.046) 0:09:35.246 ********* skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.042) 0:09:35.289 ********* skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.044) 0:09:35.333 ********* skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.041) 0:09:35.375 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.035) 0:09:35.411 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.033) 0:09:35.445 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.042) 0:09:35.487 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.050) 0:09:35.538 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.059) 0:09:35.598 ********* ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.061) 0:09:35.660 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.063) 0:09:35.723 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.056) 0:09:35.780 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.057) 0:09:35.837 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.052) 0:09:35.890 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.053) 0:09:35.943 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.050) 0:09:35.994 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.051) 0:09:36.045 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.049) 0:09:36.095 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.056) 0:09:36.152 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 June 2025 19:37:03 -0400 (0:00:00.048) 0:09:36.201 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.060) 0:09:36.261 ********* included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.245) 0:09:36.507 ********* ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.059) 0:09:36.566 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.065) 0:09:36.631 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.052) 0:09:36.684 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.047) 0:09:36.731 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.048) 0:09:36.780 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.044) 0:09:36.824 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.043) 0:09:36.867 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.038) 0:09:36.906 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.045) 0:09:36.951 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.044) 0:09:36.996 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.038) 0:09:37.035 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.057) 0:09:37.092 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.033) 0:09:37.125 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.043) 0:09:37.169 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 June 2025 19:37:04 -0400 (0:00:00.041) 0:09:37.211 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 June 2025 19:37:05 -0400 (0:00:00.062) 0:09:37.274 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 June 2025 19:37:05 -0400 (0:00:00.049) 0:09:37.324 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 June 2025 19:37:05 -0400 (0:00:00.056) 0:09:37.380 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 June 2025 19:37:05 -0400 (0:00:00.053) 0:09:37.434 ********* ok: [managed-node4] => { "changed": false, "stat": { "atime": 1751153808.7175257, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751153808.7175257, "dev": 5, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28551, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1751153808.7175257, "nlink": 1, "path": "/dev/sdd", "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 June 2025 19:37:05 -0400 (0:00:00.416) 0:09:37.850 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 June 2025 19:37:05 -0400 (0:00:00.065) 0:09:37.916 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 June 2025 19:37:05 -0400 (0:00:00.055) 0:09:37.972 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 June 2025 19:37:05 -0400 (0:00:00.047) 0:09:38.019 ********* ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 June 2025 19:37:05 -0400 (0:00:00.054) 0:09:38.074 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 June 2025 19:37:05 -0400 (0:00:00.045) 0:09:38.120 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 June 2025 19:37:05 -0400 (0:00:00.045) 0:09:38.165 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 June 2025 19:37:05 -0400 (0:00:00.051) 0:09:38.216 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 June 2025 19:37:06 -0400 (0:00:00.691) 0:09:38.908 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 June 2025 19:37:06 -0400 (0:00:00.040) 0:09:38.948 ********* skipping: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 June 2025 19:37:06 -0400 (0:00:00.046) 0:09:38.995 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 June 2025 19:37:06 -0400 (0:00:00.035) 0:09:39.030 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 June 2025 19:37:06 -0400 (0:00:00.034) 0:09:39.064 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 June 2025 19:37:06 -0400 (0:00:00.045) 0:09:39.110 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 28 June 2025 19:37:06 -0400 (0:00:00.044) 0:09:39.154 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 28 June 2025 19:37:06 -0400 (0:00:00.043) 0:09:39.197 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.041) 0:09:39.239 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.047) 0:09:39.286 ********* ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.047) 0:09:39.334 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.051) 0:09:39.385 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.036) 0:09:39.422 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.033) 0:09:39.455 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.033) 0:09:39.489 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.039) 0:09:39.528 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.043) 0:09:39.571 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.054) 0:09:39.625 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.042) 0:09:39.668 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.042) 0:09:39.710 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.041) 0:09:39.752 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.040) 0:09:39.793 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.033) 0:09:39.827 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.036) 0:09:39.863 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.040) 0:09:39.903 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.042) 0:09:39.946 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.058) 0:09:40.004 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.059) 0:09:40.064 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.053) 0:09:40.118 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.051) 0:09:40.170 ********* skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 June 2025 19:37:07 -0400 (0:00:00.049) 0:09:40.219 ********* skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.047) 0:09:40.267 ********* skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.039) 0:09:40.307 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.040) 0:09:40.347 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.045) 0:09:40.392 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.036) 0:09:40.429 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.035) 0:09:40.464 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.036) 0:09:40.501 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.039) 0:09:40.540 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.045) 0:09:40.585 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.051) 0:09:40.637 ********* skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.041) 0:09:40.678 ********* skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.041) 0:09:40.719 ********* skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.045) 0:09:40.765 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.039) 0:09:40.805 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.033) 0:09:40.838 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.033) 0:09:40.872 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.035) 0:09:40.908 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.033) 0:09:40.941 ********* ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.036) 0:09:40.978 ********* ok: [managed-node4] => { "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-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.034) 0:09:41.013 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.045) 0:09:41.058 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.049) 0:09:41.108 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.055) 0:09:41.163 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 June 2025 19:37:08 -0400 (0:00:00.051) 0:09:41.214 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 June 2025 19:37:09 -0400 (0:00:00.045) 0:09:41.259 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 June 2025 19:37:09 -0400 (0:00:00.041) 0:09:41.301 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 June 2025 19:37:09 -0400 (0:00:00.040) 0:09:41.341 ********* skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 June 2025 19:37:09 -0400 (0:00:00.047) 0:09:41.388 ********* ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 28 June 2025 19:37:09 -0400 (0:00:00.040) 0:09:41.429 ********* ok: [managed-node4] => { "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-node4 : ok=486 changed=11 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 28 June 2025 19:37:09 -0400 (0:00:00.017) 0:09:41.447 ********* =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state - 283.29s /tmp/collections-VDV/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 --- 9.46s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Gathering Facts --------------------------------------------------------- 7.27s /tmp/collections-VDV/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 --- 5.94s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure blivet is available ------- 5.70s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Get service facts ------------------- 4.63s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.62s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.56s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Get required packages --------------- 4.52s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.49s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.42s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Update facts ------------------------ 4.12s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Find unused disks in the system ----------------------------------------- 3.52s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Ensure test packages ---------------------------------------------------- 3.48s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Collect info about the volumes. ----------------------------------------- 3.23s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 fedora.linux_system_roles.storage : Make sure required packages are installed --- 3.17s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 fedora.linux_system_roles.storage : Set up new/current mounts ----------- 3.03s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 fedora.linux_system_roles.storage : Check if system is ostree ----------- 2.98s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 2.95s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Ensure test packages ---------------------------------------------------- 2.88s /tmp/collections-VDV/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2