ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_swap.yml ******************************************************* 1 plays in /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Monday 12 May 2025 18:33:56 -0400 (0:00:00.306) 0:00:00.306 ************ ok: [managed-node15] META: ran handlers TASK [Include role to ensure packages are installed] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:10 Monday 12 May 2025 18:34:02 -0400 (0:00:05.999) 0:00:06.305 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:34:03 -0400 (0:00:00.560) 0:00:06.866 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:34:04 -0400 (0:00:01.066) 0:00:07.932 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:34:04 -0400 (0:00:00.365) 0:00:08.298 ************ skipping: [managed-node15] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node15] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:34:05 -0400 (0:00:01.280) 0:00:09.578 ************ ok: [managed-node15] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:34:07 -0400 (0:00:02.001) 0:00:11.579 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:34:08 -0400 (0:00:00.496) 0:00:12.076 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:34:08 -0400 (0:00:00.264) 0:00:12.341 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:34:08 -0400 (0:00:00.219) 0:00:12.561 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:34:09 -0400 (0:00:00.790) 0:00:13.351 ************ ok: [managed-node15] => { "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" ] } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:34:15 -0400 (0:00:06.233) 0:00:19.585 ************ ok: [managed-node15] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:34:16 -0400 (0:00:00.481) 0:00:20.066 ************ ok: [managed-node15] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:34:16 -0400 (0:00:00.564) 0:00:20.631 ************ ok: [managed-node15] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:34:21 -0400 (0:00:04.270) 0:00:24.902 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Monday 12 May 2025 18:34:22 -0400 (0:00:01.009) 0:00:25.912 ************ TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Monday 12 May 2025 18:34:22 -0400 (0:00:00.237) 0:00:26.184 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Monday 12 May 2025 18:34:22 -0400 (0:00:00.291) 0:00:26.476 ************ TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:34:22 -0400 (0:00:00.259) 0:00:26.735 ************ ok: [managed-node15] => { "changed": false, "rc": 0, "results": [ "kpartx-0.4.9-136.el7_9.x86_64 providing kpartx is already installed" ] } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:34:25 -0400 (0:00:02.372) 0:00:29.107 ************ ok: [managed-node15] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "brandbot.service": { "name": "brandbot.service", "source": "systemd", "state": "inactive", "status": "static" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "console-shell.service": { "name": "console-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.import1.service": { "name": "dbus-org.freedesktop.import1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.machine1.service": { "name": "dbus-org.freedesktop.machine1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmetad.service": { "name": "lvm2-lvmetad.service", "source": "systemd", "state": "running", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "netconsole": { "name": "netconsole", "source": "sysv", "state": "stopped", "status": "disabled" }, "network": { "name": "network", "source": "sysv", "state": "running", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-config.service": { "name": "nfs-config.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-idmap.service": { "name": "nfs-idmap.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-lock.service": { "name": "nfs-lock.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-rquotad.service": { "name": "nfs-rquotad.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-secure.service": { "name": "nfs-secure.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs.service": { "name": "nfs.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfslock.service": { "name": "nfslock.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "postfix.service": { "name": "postfix.service", "source": "systemd", "state": "running", "status": "enabled" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rhel-autorelabel-mark.service": { "name": "rhel-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-autorelabel.service": { "name": "rhel-autorelabel.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-configure.service": { "name": "rhel-configure.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-dmesg.service": { "name": "rhel-dmesg.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-domainname.service": { "name": "rhel-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-import-state.service": { "name": "rhel-import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-loadmodules.service": { "name": "rhel-loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-readonly.service": { "name": "rhel-readonly.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-rquotad.service": { "name": "rpc-rquotad.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpcgssd.service": { "name": "rpcgssd.service", "source": "systemd", "state": "inactive", "status": "static" }, "rpcidmapd.service": { "name": "rpcidmapd.service", "source": "systemd", "state": "inactive", "status": "static" }, "rsyncd.service": { "name": "rsyncd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyncd@.service": { "name": "rsyncd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-policy-migrate-local-changes@.service": { "name": "selinux-policy-migrate-local-changes@.service", "source": "systemd", "state": "unknown", "status": "static" }, "selinux-policy-migrate-local-changes@targeted.service": { "name": "selinux-policy-migrate-local-changes@targeted.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "unknown" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "static" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bootchart.service": { "name": "systemd-bootchart.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-importd.service": { "name": "systemd-importd.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-machined.service": { "name": "systemd-machined.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-nspawn@.service": { "name": "systemd-nspawn@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-readahead-collect.service": { "name": "systemd-readahead-collect.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-readahead-done.service": { "name": "systemd-readahead-done.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "systemd-readahead-drop.service": { "name": "systemd-readahead-drop.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "systemd-readahead-replay.service": { "name": "systemd-readahead-replay.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill@.service": { "name": "systemd-rfkill@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-shutdownd.service": { "name": "systemd-shutdownd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "wpa_supplicant.service": { "name": "wpa_supplicant.service", "source": "systemd", "state": "inactive", "status": "disabled" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:34:29 -0400 (0:00:03.970) 0:00:33.078 ************ ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:34:29 -0400 (0:00:00.431) 0:00:33.509 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:34:30 -0400 (0:00:00.314) 0:00:33.824 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:34:31 -0400 (0:00:01.975) 0:00:35.800 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:34:32 -0400 (0:00:00.246) 0:00:36.046 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747088907.9587553, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1747088905.707741, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264046, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1747088905.707741, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "982259482", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:34:33 -0400 (0:00:01.629) 0:00:37.676 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:34:34 -0400 (0:00:00.346) 0:00:38.022 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:34:34 -0400 (0:00:00.280) 0:00:38.303 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:34:35 -0400 (0:00:00.635) 0:00:38.939 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:34:35 -0400 (0:00:00.467) 0:00:39.406 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:34:35 -0400 (0:00:00.352) 0:00:39.758 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:34:36 -0400 (0:00:00.445) 0:00:40.204 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:34:36 -0400 (0:00:00.263) 0:00:40.468 ************ TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:34:37 -0400 (0:00:00.464) 0:00:40.932 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:34:37 -0400 (0:00:00.411) 0:00:41.344 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:34:38 -0400 (0:00:00.471) 0:00:41.815 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747088923.8988576, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747088914.3697965, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264049, "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": 1747088914.3687963, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "982262205", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:34:39 -0400 (0:00:01.700) 0:00:43.516 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:34:40 -0400 (0:00:00.294) 0:00:43.810 ************ ok: [managed-node15] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:14 Monday 12 May 2025 18:34:42 -0400 (0:00:02.423) 0:00:46.233 ************ ok: [managed-node15] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:22 Monday 12 May 2025 18:34:42 -0400 (0:00:00.392) 0:00:46.625 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node15 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Monday 12 May 2025 18:34:43 -0400 (0:00:00.621) 0:00:47.247 ************ ok: [managed-node15] => { "changed": false, "rc": 0, "results": [ "util-linux-2.23.2-65.el7_9.1.x86_64 providing util-linux is already installed" ] } TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Monday 12 May 2025 18:34:46 -0400 (0:00:02.900) 0:00:50.147 ************ ok: [managed-node15] => { "changed": false, "disks": [ "sda" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Disk [/dev/xvda] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '268435456000'}] size is greater than requested", "Disk [/dev/sdg] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '1099511627776'}] size is greater than requested", "Disk [/dev/sdd] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '1099511627776'}] size is greater than requested", "Disk [/dev/sde] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '1099511627776'}] size is greater than requested" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Monday 12 May 2025 18:34:49 -0400 (0:00:03.303) 0:00:53.451 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Monday 12 May 2025 18:34:49 -0400 (0:00:00.296) 0:00:53.748 ************ ok: [managed-node15] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Monday 12 May 2025 18:34:50 -0400 (0:00:00.233) 0:00:53.981 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Monday 12 May 2025 18:34:50 -0400 (0:00:00.368) 0:00:54.349 ************ ok: [managed-node15] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:30 Monday 12 May 2025 18:34:50 -0400 (0:00:00.317) 0:00:54.667 ************ ok: [managed-node15] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:34 Monday 12 May 2025 18:34:51 -0400 (0:00:00.273) 0:00:54.941 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:34:51 -0400 (0:00:00.547) 0:00:55.489 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:34:52 -0400 (0:00:00.565) 0:00:56.054 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:34:52 -0400 (0:00:00.288) 0:00:56.343 ************ skipping: [managed-node15] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node15] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:34:53 -0400 (0:00:00.703) 0:00:57.046 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:34:53 -0400 (0:00:00.283) 0:00:57.330 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:34:53 -0400 (0:00:00.316) 0:00:57.646 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:34:54 -0400 (0:00:00.391) 0:00:58.037 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:34:54 -0400 (0:00:00.354) 0:00:58.392 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:34:55 -0400 (0:00:00.897) 0:00:59.290 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:34:55 -0400 (0:00:00.303) 0:00:59.593 ************ ok: [managed-node15] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:34:56 -0400 (0:00:00.310) 0:00:59.904 ************ ok: [managed-node15] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:34:56 -0400 (0:00:00.185) 0:01:00.090 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:34:56 -0400 (0:00:00.576) 0:01:00.667 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:34:57 -0400 (0:00:00.228) 0:01:00.895 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:34:57 -0400 (0:00:00.334) 0:01:01.230 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:34:57 -0400 (0:00:00.344) 0:01:01.575 ************ ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:34:58 -0400 (0:00:00.600) 0:01:02.175 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:34:58 -0400 (0:00:00.399) 0:01:02.575 ************ changed: [managed-node15] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=3f657e5f-24a9-4464-988b-e0a5ada40a56", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3f657e5f-24a9-4464-988b-e0a5ada40a56", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:35:04 -0400 (0:00:05.620) 0:01:08.196 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:35:04 -0400 (0:00:00.321) 0:01:08.517 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747088907.9587553, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1747088905.707741, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264046, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1747088905.707741, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "982259482", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:35:06 -0400 (0:00:01.475) 0:01:09.992 ************ ok: [managed-node15] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:35:08 -0400 (0:00:02.581) 0:01:12.574 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:35:09 -0400 (0:00:00.480) 0:01:13.054 ************ ok: [managed-node15] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=3f657e5f-24a9-4464-988b-e0a5ada40a56", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3f657e5f-24a9-4464-988b-e0a5ada40a56", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:35:09 -0400 (0:00:00.438) 0:01:13.493 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:35:10 -0400 (0:00:00.413) 0:01:13.906 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3f657e5f-24a9-4464-988b-e0a5ada40a56", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:35:10 -0400 (0:00:00.445) 0:01:14.352 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:35:10 -0400 (0:00:00.217) 0:01:14.569 ************ ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:35:14 -0400 (0:00:03.497) 0:01:18.066 ************ changed: [managed-node15] => (item={u'src': u'UUID=3f657e5f-24a9-4464-988b-e0a5ada40a56', 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=3f657e5f-24a9-4464-988b-e0a5ada40a56", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=3f657e5f-24a9-4464-988b-e0a5ada40a56" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:35:17 -0400 (0:00:03.186) 0:01:21.253 ************ skipping: [managed-node15] => (item={u'src': u'UUID=3f657e5f-24a9-4464-988b-e0a5ada40a56', 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=3f657e5f-24a9-4464-988b-e0a5ada40a56", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:35:17 -0400 (0:00:00.334) 0:01:21.587 ************ ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:35:19 -0400 (0:00:01.829) 0:01:23.417 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747088923.8988576, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747088914.3697965, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264049, "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": 1747088914.3687963, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "982262205", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:35:21 -0400 (0:00:01.434) 0:01:24.851 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:35:21 -0400 (0:00:00.479) 0:01:25.331 ************ ok: [managed-node15] TASK [Verify results] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:44 Monday 12 May 2025 18:35:24 -0400 (0:00:02.486) 0:01:27.818 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node15 TASK [Print out pool information] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:35:24 -0400 (0:00:00.533) 0:01:28.351 ************ skipping: [managed-node15] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:35:25 -0400 (0:00:00.623) 0:01:28.975 ************ ok: [managed-node15] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3f657e5f-24a9-4464-988b-e0a5ada40a56", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:35:25 -0400 (0:00:00.367) 0:01:29.343 ************ ok: [managed-node15] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "3f657e5f-24a9-4464-988b-e0a5ada40a56" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:35:28 -0400 (0:00:03.139) 0:01:32.483 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002971", "end": "2025-05-12 18:35:31.177335", "rc": 0, "start": "2025-05-12 18:35:31.174364" } 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=3f657e5f-24a9-4464-988b-e0a5ada40a56 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:35:31 -0400 (0:00:02.891) 0:01:35.374 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002937", "end": "2025-05-12 18:35:32.871624", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:35:32.868687" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:35:33 -0400 (0:00:01.635) 0:01:37.010 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:35:33 -0400 (0:00:00.213) 0:01:37.223 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:35:34 -0400 (0:00:00.920) 0:01:38.144 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:35:34 -0400 (0:00:00.517) 0:01:38.662 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:35:36 -0400 (0:00:01.687) 0:01:40.349 ************ ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:35:36 -0400 (0:00:00.446) 0:01:40.796 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:35:37 -0400 (0:00:00.508) 0:01:41.304 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:35:37 -0400 (0:00:00.416) 0:01:41.720 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:35:38 -0400 (0:00:00.371) 0:01:42.092 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:35:38 -0400 (0:00:00.542) 0:01:42.634 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:35:39 -0400 (0:00:00.340) 0:01:42.975 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:35:39 -0400 (0:00:00.366) 0:01:43.341 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.004276", "end": "2025-05-12 18:35:40.842573", "rc": 0, "start": "2025-05-12 18:35:40.838297" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:35:41 -0400 (0:00:01.692) 0:01:45.034 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002900", "end": "2025-05-12 18:35:42.585966", "rc": 0, "start": "2025-05-12 18:35:42.583066" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:35:42 -0400 (0:00:01.747) 0:01:46.782 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:35:43 -0400 (0:00:00.374) 0:01:47.156 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:35:43 -0400 (0:00:00.471) 0:01:47.628 ************ ok: [managed-node15] => { "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=3f657e5f-24a9-4464-988b-e0a5ada40a56 " ], "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:35:44 -0400 (0:00:00.452) 0:01:48.081 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:35:44 -0400 (0:00:00.561) 0:01:48.642 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:35:45 -0400 (0:00:00.319) 0:01:48.962 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:35:45 -0400 (0:00:00.445) 0:01:49.407 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:35:45 -0400 (0:00:00.387) 0:01:49.795 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:35:46 -0400 (0:00:00.445) 0:01:50.241 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:35:46 -0400 (0:00:00.329) 0:01:50.570 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:35:47 -0400 (0:00:00.455) 0:01:51.026 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089303.934294, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747089303.921294, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28595, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747089303.921294, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:35:49 -0400 (0:00:01.808) 0:01:52.835 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:35:49 -0400 (0:00:00.300) 0:01:53.135 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:35:49 -0400 (0:00:00.255) 0:01:53.390 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:35:49 -0400 (0:00:00.382) 0:01:53.773 ************ ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:35:50 -0400 (0:00:00.437) 0:01:54.211 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:35:50 -0400 (0:00:00.374) 0:01:54.585 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:35:51 -0400 (0:00:00.354) 0:01:54.940 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:35:51 -0400 (0:00:00.303) 0:01:55.243 ************ ok: [managed-node15] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:35:54 -0400 (0:00:02.797) 0:01:58.041 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:35:54 -0400 (0:00:00.286) 0:01:58.328 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:35:55 -0400 (0:00:00.860) 0:01:59.188 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:35:55 -0400 (0:00:00.361) 0:01:59.550 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:35:56 -0400 (0:00:00.362) 0:01:59.912 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:35:56 -0400 (0:00:00.278) 0:02:00.191 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:35:56 -0400 (0:00:00.343) 0:02:00.534 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:35:57 -0400 (0:00:00.374) 0:02:00.909 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:35:57 -0400 (0:00:00.409) 0:02:01.319 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:35:57 -0400 (0:00:00.356) 0:02:01.675 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:35:58 -0400 (0:00:00.398) 0:02:02.074 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:35:58 -0400 (0:00:00.289) 0:02:02.363 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:35:58 -0400 (0:00:00.274) 0:02:02.638 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:35:59 -0400 (0:00:00.428) 0:02:03.066 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:35:59 -0400 (0:00:00.325) 0:02:03.391 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:35:59 -0400 (0:00:00.356) 0:02:03.748 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:36:00 -0400 (0:00:00.472) 0:02:04.220 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:36:00 -0400 (0:00:00.263) 0:02:04.484 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:36:01 -0400 (0:00:00.433) 0:02:04.918 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:36:01 -0400 (0:00:00.329) 0:02:05.247 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:36:01 -0400 (0:00:00.357) 0:02:05.605 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:36:02 -0400 (0:00:00.247) 0:02:05.852 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:36:02 -0400 (0:00:00.346) 0:02:06.198 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:36:02 -0400 (0:00:00.308) 0:02:06.506 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:36:03 -0400 (0:00:00.393) 0:02:06.900 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:36:03 -0400 (0:00:00.398) 0:02:07.298 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:36:03 -0400 (0:00:00.347) 0:02:07.646 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:36:04 -0400 (0:00:00.274) 0:02:07.921 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:36:04 -0400 (0:00:00.259) 0:02:08.180 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:36:04 -0400 (0:00:00.276) 0:02:08.456 ************ skipping: [managed-node15] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:36:04 -0400 (0:00:00.293) 0:02:08.750 ************ skipping: [managed-node15] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:36:05 -0400 (0:00:00.416) 0:02:09.166 ************ skipping: [managed-node15] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:36:05 -0400 (0:00:00.401) 0:02:09.568 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:36:06 -0400 (0:00:00.307) 0:02:09.875 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:36:06 -0400 (0:00:00.300) 0:02:10.175 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:36:06 -0400 (0:00:00.275) 0:02:10.450 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:36:07 -0400 (0:00:00.482) 0:02:10.933 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:36:07 -0400 (0:00:00.486) 0:02:11.420 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:36:08 -0400 (0:00:00.407) 0:02:11.827 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:36:08 -0400 (0:00:00.381) 0:02:12.208 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:36:08 -0400 (0:00:00.390) 0:02:12.599 ************ skipping: [managed-node15] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:36:09 -0400 (0:00:00.452) 0:02:13.052 ************ skipping: [managed-node15] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:36:09 -0400 (0:00:00.327) 0:02:13.379 ************ skipping: [managed-node15] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:36:09 -0400 (0:00:00.350) 0:02:13.730 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:36:10 -0400 (0:00:00.244) 0:02:13.974 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:36:10 -0400 (0:00:00.297) 0:02:14.272 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:36:10 -0400 (0:00:00.397) 0:02:14.670 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:36:11 -0400 (0:00:00.287) 0:02:14.957 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:36:11 -0400 (0:00:00.437) 0:02:15.394 ************ ok: [managed-node15] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:36:11 -0400 (0:00:00.267) 0:02:15.662 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:36:12 -0400 (0:00:00.464) 0:02:16.127 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:36:12 -0400 (0:00:00.238) 0:02:16.365 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:36:12 -0400 (0:00:00.271) 0:02:16.637 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:36:13 -0400 (0:00:00.364) 0:02:17.002 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:36:13 -0400 (0:00:00.322) 0:02:17.324 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:36:13 -0400 (0:00:00.437) 0:02:17.761 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:36:14 -0400 (0:00:00.280) 0:02:18.042 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:36:14 -0400 (0:00:00.316) 0:02:18.358 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:36:14 -0400 (0:00:00.245) 0:02:18.604 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:36:15 -0400 (0:00:00.364) 0:02:18.969 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:47 Monday 12 May 2025 18:36:15 -0400 (0:00:00.300) 0:02:19.270 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node15 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Monday 12 May 2025 18:36:16 -0400 (0:00:00.615) 0:02:19.885 ************ ok: [managed-node15] => { "changed": false, "rc": 0, "results": [ "util-linux-2.23.2-65.el7_9.1.x86_64 providing util-linux is already installed" ] } TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Monday 12 May 2025 18:36:19 -0400 (0:00:02.941) 0:02:22.826 ************ ok: [managed-node15] => { "changed": false, "disks": [ "sdb" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"swap\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '268435456000'}] has partitions", "Disk [/dev/sda] attrs [{'fstype': 'swap', 'type': 'disk', 'ssize': '512', 'size': '10737418240'}] has fstype" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Monday 12 May 2025 18:36:20 -0400 (0:00:01.886) 0:02:24.713 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Monday 12 May 2025 18:36:21 -0400 (0:00:00.408) 0:02:25.121 ************ ok: [managed-node15] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Monday 12 May 2025 18:36:21 -0400 (0:00:00.371) 0:02:25.492 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Monday 12 May 2025 18:36:22 -0400 (0:00:00.330) 0:02:25.823 ************ ok: [managed-node15] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:54 Monday 12 May 2025 18:36:22 -0400 (0:00:00.327) 0:02:26.150 ************ ok: [managed-node15] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:58 Monday 12 May 2025 18:36:22 -0400 (0:00:00.343) 0:02:26.493 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:36:23 -0400 (0:00:00.596) 0:02:27.090 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:36:23 -0400 (0:00:00.672) 0:02:27.763 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:36:24 -0400 (0:00:00.357) 0:02:28.121 ************ skipping: [managed-node15] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node15] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:36:24 -0400 (0:00:00.641) 0:02:28.763 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:36:25 -0400 (0:00:00.410) 0:02:29.174 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:36:25 -0400 (0:00:00.266) 0:02:29.440 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:36:26 -0400 (0:00:00.398) 0:02:29.839 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:36:26 -0400 (0:00:00.473) 0:02:30.312 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:36:27 -0400 (0:00:00.861) 0:02:31.174 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:36:27 -0400 (0:00:00.373) 0:02:31.547 ************ ok: [managed-node15] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:36:28 -0400 (0:00:00.364) 0:02:31.912 ************ ok: [managed-node15] => { "storage_volumes": [ { "disks": [ "sdb" ], "fs_type": "ext3", "mount_point": "none", "name": "test2", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:36:28 -0400 (0:00:00.329) 0:02:32.241 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:36:28 -0400 (0:00:00.376) 0:02:32.618 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:36:29 -0400 (0:00:00.318) 0:02:32.937 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:36:29 -0400 (0:00:00.332) 0:02:33.269 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:36:29 -0400 (0:00:00.336) 0:02:33.606 ************ ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:36:30 -0400 (0:00:00.375) 0:02:33.981 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:36:30 -0400 (0:00:00.239) 0:02:34.221 ************ changed: [managed-node15] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=4849fdb4-ea91-464d-b3d9-0efac9f23fc2", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:36:40 -0400 (0:00:09.761) 0:02:43.982 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:36:40 -0400 (0:00:00.312) 0:02:44.295 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089319.2413921, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7a9ab7ce261c5e02602f7c32d8ff1fd94b5ca6db", "ctime": 1747089317.1333787, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264046, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1747089317.1333787, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1294, "uid": 0, "version": "982259482", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:36:41 -0400 (0:00:01.434) 0:02:45.730 ************ ok: [managed-node15] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:36:43 -0400 (0:00:01.840) 0:02:47.570 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:36:44 -0400 (0:00:00.282) 0:02:47.853 ************ ok: [managed-node15] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=4849fdb4-ea91-464d-b3d9-0efac9f23fc2", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:36:44 -0400 (0:00:00.407) 0:02:48.260 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:36:44 -0400 (0:00:00.385) 0:02:48.646 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=4849fdb4-ea91-464d-b3d9-0efac9f23fc2", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:36:45 -0400 (0:00:00.407) 0:02:49.053 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:36:45 -0400 (0:00:00.361) 0:02:49.415 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:36:45 -0400 (0:00:00.336) 0:02:49.752 ************ TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:36:46 -0400 (0:00:00.259) 0:02:50.011 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:36:46 -0400 (0:00:00.487) 0:02:50.499 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:36:47 -0400 (0:00:00.647) 0:02:51.146 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747088923.8988576, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747088914.3697965, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264049, "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": 1747088914.3687963, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "982262205", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:36:48 -0400 (0:00:01.391) 0:02:52.538 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:36:49 -0400 (0:00:00.316) 0:02:52.854 ************ ok: [managed-node15] TASK [Verify results] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:69 Monday 12 May 2025 18:36:51 -0400 (0:00:02.096) 0:02:54.951 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node15 TASK [Print out pool information] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:36:51 -0400 (0:00:00.690) 0:02:55.642 ************ skipping: [managed-node15] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:36:52 -0400 (0:00:00.453) 0:02:56.096 ************ ok: [managed-node15] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=4849fdb4-ea91-464d-b3d9-0efac9f23fc2", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:36:52 -0400 (0:00:00.486) 0:02:56.582 ************ ok: [managed-node15] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "3f657e5f-24a9-4464-988b-e0a5ada40a56" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "4849fdb4-ea91-464d-b3d9-0efac9f23fc2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:36:54 -0400 (0:00:01.505) 0:02:58.087 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002978", "end": "2025-05-12 18:36:55.368671", "rc": 0, "start": "2025-05-12 18:36:55.365693" } 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=3f657e5f-24a9-4464-988b-e0a5ada40a56 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:36:55 -0400 (0:00:01.384) 0:02:59.472 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003725", "end": "2025-05-12 18:36:56.621678", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:36:56.617953" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:36:56 -0400 (0:00:01.181) 0:03:00.653 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:36:57 -0400 (0:00:00.229) 0:03:00.883 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:36:57 -0400 (0:00:00.482) 0:03:01.365 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:36:57 -0400 (0:00:00.286) 0:03:01.652 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:36:58 -0400 (0:00:01.143) 0:03:02.796 ************ ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:36:59 -0400 (0:00:00.351) 0:03:03.148 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:36:59 -0400 (0:00:00.339) 0:03:03.487 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:37:00 -0400 (0:00:00.329) 0:03:03.817 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:37:00 -0400 (0:00:00.480) 0:03:04.298 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:37:00 -0400 (0:00:00.336) 0:03:04.634 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:37:01 -0400 (0:00:00.454) 0:03:05.089 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:37:01 -0400 (0:00:00.236) 0:03:05.325 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:37:01 -0400 (0:00:00.360) 0:03:05.686 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:37:02 -0400 (0:00:00.375) 0:03:06.061 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:37:02 -0400 (0:00:00.400) 0:03:06.462 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:37:02 -0400 (0:00:00.295) 0:03:06.758 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:37:03 -0400 (0:00:00.565) 0:03:07.323 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:37:03 -0400 (0:00:00.351) 0:03:07.674 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:37:04 -0400 (0:00:00.559) 0:03:08.234 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:37:04 -0400 (0:00:00.323) 0:03:08.558 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:37:05 -0400 (0:00:00.327) 0:03:08.886 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:37:05 -0400 (0:00:00.299) 0:03:09.185 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:37:05 -0400 (0:00:00.467) 0:03:09.652 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:37:06 -0400 (0:00:00.476) 0:03:10.129 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089399.6349077, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747089399.6349077, "dev": 5, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29150, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747089399.6349077, "nlink": 1, "path": "/dev/sdb", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:37:07 -0400 (0:00:01.388) 0:03:11.517 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:37:08 -0400 (0:00:00.423) 0:03:11.941 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:37:08 -0400 (0:00:00.269) 0:03:12.210 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:37:08 -0400 (0:00:00.470) 0:03:12.681 ************ ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:37:09 -0400 (0:00:00.444) 0:03:13.125 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:37:09 -0400 (0:00:00.373) 0:03:13.498 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:37:10 -0400 (0:00:00.351) 0:03:13.849 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:37:10 -0400 (0:00:00.439) 0:03:14.289 ************ ok: [managed-node15] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:37:13 -0400 (0:00:02.604) 0:03:16.894 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:37:13 -0400 (0:00:00.390) 0:03:17.284 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:37:13 -0400 (0:00:00.333) 0:03:17.617 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:37:14 -0400 (0:00:00.446) 0:03:18.064 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:37:14 -0400 (0:00:00.324) 0:03:18.388 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:37:14 -0400 (0:00:00.322) 0:03:18.710 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:37:15 -0400 (0:00:00.305) 0:03:19.016 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:37:15 -0400 (0:00:00.334) 0:03:19.351 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:37:15 -0400 (0:00:00.336) 0:03:19.687 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:37:16 -0400 (0:00:00.325) 0:03:20.013 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:37:16 -0400 (0:00:00.345) 0:03:20.358 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:37:16 -0400 (0:00:00.357) 0:03:20.716 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:37:17 -0400 (0:00:00.343) 0:03:21.059 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:37:17 -0400 (0:00:00.253) 0:03:21.313 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:37:17 -0400 (0:00:00.403) 0:03:21.716 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:37:18 -0400 (0:00:00.338) 0:03:22.054 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:37:18 -0400 (0:00:00.341) 0:03:22.396 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:37:18 -0400 (0:00:00.273) 0:03:22.669 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:37:19 -0400 (0:00:00.361) 0:03:23.031 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:37:19 -0400 (0:00:00.314) 0:03:23.346 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:37:19 -0400 (0:00:00.411) 0:03:23.758 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:37:20 -0400 (0:00:00.280) 0:03:24.038 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:37:20 -0400 (0:00:00.274) 0:03:24.313 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:37:20 -0400 (0:00:00.339) 0:03:24.653 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:37:21 -0400 (0:00:00.315) 0:03:24.968 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:37:21 -0400 (0:00:00.404) 0:03:25.373 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:37:21 -0400 (0:00:00.395) 0:03:25.769 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:37:22 -0400 (0:00:00.327) 0:03:26.097 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:37:22 -0400 (0:00:00.408) 0:03:26.505 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:37:23 -0400 (0:00:00.399) 0:03:26.904 ************ skipping: [managed-node15] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:37:23 -0400 (0:00:00.351) 0:03:27.256 ************ skipping: [managed-node15] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:37:23 -0400 (0:00:00.313) 0:03:27.570 ************ skipping: [managed-node15] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:37:24 -0400 (0:00:00.270) 0:03:27.840 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:37:24 -0400 (0:00:00.363) 0:03:28.204 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:37:24 -0400 (0:00:00.433) 0:03:28.638 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:37:25 -0400 (0:00:00.367) 0:03:29.005 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:37:25 -0400 (0:00:00.412) 0:03:29.418 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:37:25 -0400 (0:00:00.323) 0:03:29.742 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:37:26 -0400 (0:00:00.375) 0:03:30.117 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:37:26 -0400 (0:00:00.334) 0:03:30.452 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:37:27 -0400 (0:00:00.458) 0:03:30.910 ************ skipping: [managed-node15] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:37:27 -0400 (0:00:00.300) 0:03:31.211 ************ skipping: [managed-node15] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:37:27 -0400 (0:00:00.313) 0:03:31.525 ************ skipping: [managed-node15] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:37:27 -0400 (0:00:00.234) 0:03:31.759 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:37:28 -0400 (0:00:00.238) 0:03:31.997 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:37:28 -0400 (0:00:00.288) 0:03:32.286 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:37:28 -0400 (0:00:00.251) 0:03:32.537 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:37:29 -0400 (0:00:00.273) 0:03:32.811 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:37:29 -0400 (0:00:00.191) 0:03:33.003 ************ ok: [managed-node15] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:37:29 -0400 (0:00:00.336) 0:03:33.339 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:37:29 -0400 (0:00:00.394) 0:03:33.734 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:37:30 -0400 (0:00:00.314) 0:03:34.048 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:37:30 -0400 (0:00:00.293) 0:03:34.341 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:37:30 -0400 (0:00:00.229) 0:03:34.571 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:37:31 -0400 (0:00:00.305) 0:03:34.876 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:37:31 -0400 (0:00:00.282) 0:03:35.158 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:37:31 -0400 (0:00:00.245) 0:03:35.404 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:37:31 -0400 (0:00:00.327) 0:03:35.732 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:37:32 -0400 (0:00:00.290) 0:03:36.022 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:37:32 -0400 (0:00:00.557) 0:03:36.580 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:72 Monday 12 May 2025 18:37:33 -0400 (0:00:00.351) 0:03:36.932 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:37:33 -0400 (0:00:00.769) 0:03:37.701 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:37:34 -0400 (0:00:00.350) 0:03:38.052 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:37:34 -0400 (0:00:00.319) 0:03:38.372 ************ skipping: [managed-node15] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node15] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:37:35 -0400 (0:00:00.643) 0:03:39.016 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:37:35 -0400 (0:00:00.279) 0:03:39.296 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:37:35 -0400 (0:00:00.301) 0:03:39.597 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:37:36 -0400 (0:00:00.244) 0:03:39.842 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:37:36 -0400 (0:00:00.301) 0:03:40.143 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:37:36 -0400 (0:00:00.511) 0:03:40.655 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:37:37 -0400 (0:00:00.294) 0:03:40.950 ************ ok: [managed-node15] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:37:37 -0400 (0:00:00.316) 0:03:41.266 ************ ok: [managed-node15] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:37:37 -0400 (0:00:00.402) 0:03:41.668 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:37:38 -0400 (0:00:00.287) 0:03:41.956 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:37:38 -0400 (0:00:00.237) 0:03:42.193 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:37:38 -0400 (0:00:00.274) 0:03:42.468 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:37:38 -0400 (0:00:00.338) 0:03:42.806 ************ ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:37:39 -0400 (0:00:00.332) 0:03:43.139 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:37:39 -0400 (0:00:00.276) 0:03:43.416 ************ changed: [managed-node15] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=3f657e5f-24a9-4464-988b-e0a5ada40a56", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:37:48 -0400 (0:00:09.329) 0:03:52.745 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:37:49 -0400 (0:00:00.287) 0:03:53.033 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089319.2413921, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7a9ab7ce261c5e02602f7c32d8ff1fd94b5ca6db", "ctime": 1747089317.1333787, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264046, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1747089317.1333787, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1294, "uid": 0, "version": "982259482", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:37:50 -0400 (0:00:01.159) 0:03:54.193 ************ ok: [managed-node15] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:37:51 -0400 (0:00:01.467) 0:03:55.660 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:37:52 -0400 (0:00:00.188) 0:03:55.849 ************ ok: [managed-node15] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=3f657e5f-24a9-4464-988b-e0a5ada40a56", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:37:52 -0400 (0:00:00.318) 0:03:56.167 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:37:52 -0400 (0:00:00.244) 0:03:56.412 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:37:52 -0400 (0:00:00.202) 0:03:56.614 ************ changed: [managed-node15] => (item={u'src': u'UUID=3f657e5f-24a9-4464-988b-e0a5ada40a56', 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=3f657e5f-24a9-4464-988b-e0a5ada40a56", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=3f657e5f-24a9-4464-988b-e0a5ada40a56" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:37:53 -0400 (0:00:01.176) 0:03:57.790 ************ ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:37:55 -0400 (0:00:01.187) 0:03:58.978 ************ changed: [managed-node15] => (item={u'src': u'UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7', 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=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:37:56 -0400 (0:00:01.229) 0:04:00.207 ************ skipping: [managed-node15] => (item={u'src': u'UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7', 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=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:37:56 -0400 (0:00:00.315) 0:04:00.523 ************ ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:37:57 -0400 (0:00:01.226) 0:04:01.750 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747088923.8988576, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747088914.3697965, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264049, "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": 1747088914.3687963, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "982262205", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:37:58 -0400 (0:00:00.884) 0:04:02.634 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:37:58 -0400 (0:00:00.082) 0:04:02.716 ************ ok: [managed-node15] TASK [Verify results] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:83 Monday 12 May 2025 18:38:00 -0400 (0:00:01.300) 0:04:04.017 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node15 TASK [Print out pool information] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:38:00 -0400 (0:00:00.232) 0:04:04.249 ************ skipping: [managed-node15] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:38:00 -0400 (0:00:00.052) 0:04:04.302 ************ ok: [managed-node15] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:38:00 -0400 (0:00:00.176) 0:04:04.478 ************ ok: [managed-node15] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "4849fdb4-ea91-464d-b3d9-0efac9f23fc2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:38:01 -0400 (0:00:00.800) 0:04:05.279 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003832", "end": "2025-05-12 18:38:02.180486", "rc": 0, "start": "2025-05-12 18:38:02.176654" } 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=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:38:02 -0400 (0:00:00.940) 0:04:06.220 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.004098", "end": "2025-05-12 18:38:03.102362", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:38:03.098264" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:38:03 -0400 (0:00:00.934) 0:04:07.155 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:38:03 -0400 (0:00:00.160) 0:04:07.315 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:38:03 -0400 (0:00:00.364) 0:04:07.679 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:38:04 -0400 (0:00:00.194) 0:04:07.873 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:38:04 -0400 (0:00:00.744) 0:04:08.618 ************ ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:38:05 -0400 (0:00:00.272) 0:04:08.890 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:38:05 -0400 (0:00:00.210) 0:04:09.100 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:38:05 -0400 (0:00:00.242) 0:04:09.343 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:38:05 -0400 (0:00:00.201) 0:04:09.544 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:38:05 -0400 (0:00:00.159) 0:04:09.704 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:38:06 -0400 (0:00:00.249) 0:04:09.954 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:38:06 -0400 (0:00:00.280) 0:04:10.235 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:38:06 -0400 (0:00:00.235) 0:04:10.470 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:38:06 -0400 (0:00:00.322) 0:04:10.792 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:38:07 -0400 (0:00:00.107) 0:04:10.900 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:38:07 -0400 (0:00:00.181) 0:04:11.082 ************ ok: [managed-node15] => { "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=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7 " ], "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:38:07 -0400 (0:00:00.117) 0:04:11.199 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:38:07 -0400 (0:00:00.177) 0:04:11.377 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:38:07 -0400 (0:00:00.260) 0:04:11.638 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:38:07 -0400 (0:00:00.156) 0:04:11.794 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:38:08 -0400 (0:00:00.123) 0:04:11.918 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:38:08 -0400 (0:00:00.118) 0:04:12.037 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:38:08 -0400 (0:00:00.132) 0:04:12.169 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:38:08 -0400 (0:00:00.196) 0:04:12.365 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089468.458349, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747089468.458349, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28595, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747089468.458349, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:38:09 -0400 (0:00:00.923) 0:04:13.289 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:38:09 -0400 (0:00:00.184) 0:04:13.474 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:38:09 -0400 (0:00:00.174) 0:04:13.648 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:38:10 -0400 (0:00:00.222) 0:04:13.871 ************ ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:38:10 -0400 (0:00:00.149) 0:04:14.020 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:38:10 -0400 (0:00:00.152) 0:04:14.173 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:38:10 -0400 (0:00:00.198) 0:04:14.371 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:38:10 -0400 (0:00:00.163) 0:04:14.535 ************ ok: [managed-node15] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:38:12 -0400 (0:00:01.342) 0:04:15.878 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:38:12 -0400 (0:00:00.065) 0:04:15.943 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:38:12 -0400 (0:00:00.157) 0:04:16.101 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:38:12 -0400 (0:00:00.180) 0:04:16.282 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:38:12 -0400 (0:00:00.082) 0:04:16.364 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:38:12 -0400 (0:00:00.081) 0:04:16.445 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:38:12 -0400 (0:00:00.190) 0:04:16.636 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:38:13 -0400 (0:00:00.200) 0:04:16.836 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:38:13 -0400 (0:00:00.189) 0:04:17.026 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:38:13 -0400 (0:00:00.175) 0:04:17.201 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:38:13 -0400 (0:00:00.212) 0:04:17.414 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:38:13 -0400 (0:00:00.142) 0:04:17.556 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:38:13 -0400 (0:00:00.156) 0:04:17.713 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:38:14 -0400 (0:00:00.201) 0:04:17.915 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:38:14 -0400 (0:00:00.180) 0:04:18.095 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:38:14 -0400 (0:00:00.177) 0:04:18.273 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:38:14 -0400 (0:00:00.247) 0:04:18.520 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:38:14 -0400 (0:00:00.279) 0:04:18.799 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:38:15 -0400 (0:00:00.256) 0:04:19.056 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:38:15 -0400 (0:00:00.164) 0:04:19.220 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:38:15 -0400 (0:00:00.245) 0:04:19.466 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:38:15 -0400 (0:00:00.189) 0:04:19.656 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:38:16 -0400 (0:00:00.233) 0:04:19.889 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:38:16 -0400 (0:00:00.150) 0:04:20.039 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:38:16 -0400 (0:00:00.346) 0:04:20.386 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:38:16 -0400 (0:00:00.208) 0:04:20.594 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:38:17 -0400 (0:00:00.224) 0:04:20.819 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:38:17 -0400 (0:00:00.206) 0:04:21.025 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:38:17 -0400 (0:00:00.253) 0:04:21.278 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:38:17 -0400 (0:00:00.132) 0:04:21.410 ************ skipping: [managed-node15] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:38:17 -0400 (0:00:00.097) 0:04:21.508 ************ skipping: [managed-node15] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:38:17 -0400 (0:00:00.284) 0:04:21.793 ************ skipping: [managed-node15] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:38:18 -0400 (0:00:00.195) 0:04:21.989 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:38:18 -0400 (0:00:00.247) 0:04:22.237 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:38:18 -0400 (0:00:00.160) 0:04:22.397 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:38:18 -0400 (0:00:00.204) 0:04:22.601 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:38:19 -0400 (0:00:00.295) 0:04:22.896 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:38:19 -0400 (0:00:00.222) 0:04:23.119 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:38:19 -0400 (0:00:00.240) 0:04:23.360 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:38:19 -0400 (0:00:00.260) 0:04:23.620 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:38:20 -0400 (0:00:00.300) 0:04:23.921 ************ skipping: [managed-node15] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:38:20 -0400 (0:00:00.211) 0:04:24.132 ************ skipping: [managed-node15] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:38:20 -0400 (0:00:00.248) 0:04:24.381 ************ skipping: [managed-node15] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:38:20 -0400 (0:00:00.199) 0:04:24.581 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:38:20 -0400 (0:00:00.141) 0:04:24.723 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:38:21 -0400 (0:00:00.164) 0:04:24.887 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:38:21 -0400 (0:00:00.207) 0:04:25.095 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:38:21 -0400 (0:00:00.256) 0:04:25.351 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:38:21 -0400 (0:00:00.220) 0:04:25.571 ************ ok: [managed-node15] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:38:21 -0400 (0:00:00.232) 0:04:25.804 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:38:22 -0400 (0:00:00.181) 0:04:25.985 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:38:22 -0400 (0:00:00.214) 0:04:26.200 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:38:22 -0400 (0:00:00.162) 0:04:26.363 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:38:22 -0400 (0:00:00.206) 0:04:26.569 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:38:23 -0400 (0:00:00.289) 0:04:26.859 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:38:23 -0400 (0:00:00.149) 0:04:27.009 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:38:23 -0400 (0:00:00.192) 0:04:27.201 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:38:23 -0400 (0:00:00.178) 0:04:27.379 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:38:23 -0400 (0:00:00.130) 0:04:27.509 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:38:23 -0400 (0:00:00.105) 0:04:27.614 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:86 Monday 12 May 2025 18:38:23 -0400 (0:00:00.097) 0:04:27.712 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:38:24 -0400 (0:00:00.491) 0:04:28.204 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:38:24 -0400 (0:00:00.233) 0:04:28.437 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:38:24 -0400 (0:00:00.114) 0:04:28.551 ************ skipping: [managed-node15] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node15] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:38:25 -0400 (0:00:00.342) 0:04:28.894 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:38:25 -0400 (0:00:00.182) 0:04:29.076 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:38:25 -0400 (0:00:00.167) 0:04:29.243 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:38:25 -0400 (0:00:00.362) 0:04:29.606 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:38:25 -0400 (0:00:00.156) 0:04:29.762 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:38:26 -0400 (0:00:00.327) 0:04:30.090 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:38:26 -0400 (0:00:00.197) 0:04:30.288 ************ ok: [managed-node15] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:38:26 -0400 (0:00:00.175) 0:04:30.463 ************ ok: [managed-node15] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:38:26 -0400 (0:00:00.228) 0:04:30.691 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:38:27 -0400 (0:00:00.174) 0:04:30.866 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:38:27 -0400 (0:00:00.143) 0:04:31.009 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:38:27 -0400 (0:00:00.122) 0:04:31.131 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:38:27 -0400 (0:00:00.365) 0:04:31.497 ************ ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:38:27 -0400 (0:00:00.274) 0:04:31.791 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:38:28 -0400 (0:00:00.232) 0:04:32.024 ************ ok: [managed-node15] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:38:32 -0400 (0:00:04.653) 0:04:36.677 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:38:33 -0400 (0:00:00.192) 0:04:36.870 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089476.0543976, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fe187604d225564d1a2c44426fe365f2ea1f4d00", "ctime": 1747089476.0513976, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264046, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1747089476.0513976, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1299, "uid": 0, "version": "982259482", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:38:34 -0400 (0:00:00.977) 0:04:37.848 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:38:34 -0400 (0:00:00.314) 0:04:38.163 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:38:34 -0400 (0:00:00.186) 0:04:38.349 ************ ok: [managed-node15] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:38:34 -0400 (0:00:00.227) 0:04:38.577 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:38:34 -0400 (0:00:00.170) 0:04:38.748 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:38:35 -0400 (0:00:00.233) 0:04:38.982 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:38:35 -0400 (0:00:00.184) 0:04:39.166 ************ ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:38:36 -0400 (0:00:01.247) 0:04:40.413 ************ ok: [managed-node15] => (item={u'src': u'UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7', 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=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:38:37 -0400 (0:00:01.109) 0:04:41.522 ************ skipping: [managed-node15] => (item={u'src': u'UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7', 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=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:38:37 -0400 (0:00:00.267) 0:04:41.790 ************ ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:38:39 -0400 (0:00:01.233) 0:04:43.023 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747088923.8988576, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747088914.3697965, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264049, "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": 1747088914.3687963, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "982262205", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:38:40 -0400 (0:00:00.996) 0:04:44.020 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:38:40 -0400 (0:00:00.224) 0:04:44.245 ************ ok: [managed-node15] TASK [Verify results] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:97 Monday 12 May 2025 18:38:41 -0400 (0:00:01.358) 0:04:45.604 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node15 TASK [Print out pool information] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:38:42 -0400 (0:00:00.466) 0:04:46.070 ************ skipping: [managed-node15] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:38:42 -0400 (0:00:00.235) 0:04:46.305 ************ ok: [managed-node15] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:38:42 -0400 (0:00:00.240) 0:04:46.546 ************ ok: [managed-node15] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "4849fdb4-ea91-464d-b3d9-0efac9f23fc2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:38:43 -0400 (0:00:00.960) 0:04:47.506 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002944", "end": "2025-05-12 18:38:44.413841", "rc": 0, "start": "2025-05-12 18:38:44.410897" } 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=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:38:44 -0400 (0:00:00.979) 0:04:48.485 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002820", "end": "2025-05-12 18:38:45.434353", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:38:45.431533" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:38:45 -0400 (0:00:01.003) 0:04:49.489 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:38:45 -0400 (0:00:00.211) 0:04:49.701 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:38:46 -0400 (0:00:00.439) 0:04:50.141 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:38:46 -0400 (0:00:00.316) 0:04:50.457 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:38:47 -0400 (0:00:00.779) 0:04:51.236 ************ ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:38:47 -0400 (0:00:00.193) 0:04:51.429 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:38:47 -0400 (0:00:00.191) 0:04:51.620 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:38:48 -0400 (0:00:00.248) 0:04:51.869 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:38:48 -0400 (0:00:00.346) 0:04:52.216 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:38:48 -0400 (0:00:00.255) 0:04:52.472 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:38:48 -0400 (0:00:00.213) 0:04:52.685 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:38:48 -0400 (0:00:00.105) 0:04:52.791 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:38:49 -0400 (0:00:00.186) 0:04:52.977 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:38:49 -0400 (0:00:00.241) 0:04:53.219 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:38:49 -0400 (0:00:00.202) 0:04:53.421 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:38:49 -0400 (0:00:00.239) 0:04:53.661 ************ ok: [managed-node15] => { "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=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7 " ], "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:38:50 -0400 (0:00:00.361) 0:04:54.023 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:38:50 -0400 (0:00:00.199) 0:04:54.222 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:38:50 -0400 (0:00:00.218) 0:04:54.441 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:38:50 -0400 (0:00:00.177) 0:04:54.618 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:38:50 -0400 (0:00:00.158) 0:04:54.777 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:38:51 -0400 (0:00:00.209) 0:04:54.986 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:38:51 -0400 (0:00:00.117) 0:04:55.104 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:38:51 -0400 (0:00:00.270) 0:04:55.374 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089468.458349, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747089468.458349, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28595, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747089468.458349, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:38:52 -0400 (0:00:00.821) 0:04:56.196 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:38:52 -0400 (0:00:00.241) 0:04:56.437 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:38:52 -0400 (0:00:00.222) 0:04:56.660 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:38:53 -0400 (0:00:00.256) 0:04:56.917 ************ ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:38:53 -0400 (0:00:00.203) 0:04:57.120 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:38:53 -0400 (0:00:00.071) 0:04:57.192 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:38:53 -0400 (0:00:00.224) 0:04:57.416 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:38:53 -0400 (0:00:00.219) 0:04:57.635 ************ ok: [managed-node15] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:38:55 -0400 (0:00:01.591) 0:04:59.226 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:38:55 -0400 (0:00:00.141) 0:04:59.368 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:38:55 -0400 (0:00:00.186) 0:04:59.554 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:38:55 -0400 (0:00:00.246) 0:04:59.801 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:38:56 -0400 (0:00:00.176) 0:04:59.978 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:38:56 -0400 (0:00:00.131) 0:05:00.109 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:38:56 -0400 (0:00:00.178) 0:05:00.287 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:38:56 -0400 (0:00:00.104) 0:05:00.392 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:38:56 -0400 (0:00:00.197) 0:05:00.589 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:38:57 -0400 (0:00:00.316) 0:05:00.906 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:38:57 -0400 (0:00:00.166) 0:05:01.073 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:38:57 -0400 (0:00:00.208) 0:05:01.312 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:38:57 -0400 (0:00:00.190) 0:05:01.503 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:38:57 -0400 (0:00:00.151) 0:05:01.654 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:38:58 -0400 (0:00:00.312) 0:05:01.967 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:38:58 -0400 (0:00:00.218) 0:05:02.185 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:38:58 -0400 (0:00:00.258) 0:05:02.444 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:38:58 -0400 (0:00:00.244) 0:05:02.688 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:38:59 -0400 (0:00:00.274) 0:05:02.962 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:38:59 -0400 (0:00:00.174) 0:05:03.136 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:38:59 -0400 (0:00:00.425) 0:05:03.561 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:39:00 -0400 (0:00:00.256) 0:05:03.818 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:39:00 -0400 (0:00:00.214) 0:05:04.032 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:39:00 -0400 (0:00:00.189) 0:05:04.222 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:39:00 -0400 (0:00:00.183) 0:05:04.406 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:39:00 -0400 (0:00:00.221) 0:05:04.627 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:39:01 -0400 (0:00:00.238) 0:05:04.866 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:39:01 -0400 (0:00:00.195) 0:05:05.062 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:39:01 -0400 (0:00:00.195) 0:05:05.257 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:39:01 -0400 (0:00:00.218) 0:05:05.475 ************ skipping: [managed-node15] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:39:01 -0400 (0:00:00.283) 0:05:05.759 ************ skipping: [managed-node15] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:39:02 -0400 (0:00:00.206) 0:05:05.966 ************ skipping: [managed-node15] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:39:02 -0400 (0:00:00.342) 0:05:06.309 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:39:02 -0400 (0:00:00.251) 0:05:06.561 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:39:03 -0400 (0:00:00.259) 0:05:06.820 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:39:03 -0400 (0:00:00.199) 0:05:07.020 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:39:03 -0400 (0:00:00.255) 0:05:07.275 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:39:03 -0400 (0:00:00.258) 0:05:07.534 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:39:03 -0400 (0:00:00.220) 0:05:07.755 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:39:04 -0400 (0:00:00.203) 0:05:07.958 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:39:04 -0400 (0:00:00.126) 0:05:08.085 ************ skipping: [managed-node15] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:39:04 -0400 (0:00:00.218) 0:05:08.303 ************ skipping: [managed-node15] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:39:04 -0400 (0:00:00.138) 0:05:08.442 ************ skipping: [managed-node15] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:39:04 -0400 (0:00:00.254) 0:05:08.696 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:39:05 -0400 (0:00:00.226) 0:05:08.923 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:39:05 -0400 (0:00:00.141) 0:05:09.064 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:39:05 -0400 (0:00:00.226) 0:05:09.291 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:39:05 -0400 (0:00:00.077) 0:05:09.368 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:39:05 -0400 (0:00:00.174) 0:05:09.542 ************ ok: [managed-node15] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:39:05 -0400 (0:00:00.219) 0:05:09.762 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:39:06 -0400 (0:00:00.278) 0:05:10.040 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:39:06 -0400 (0:00:00.208) 0:05:10.248 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:39:06 -0400 (0:00:00.197) 0:05:10.446 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:39:06 -0400 (0:00:00.242) 0:05:10.688 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:39:07 -0400 (0:00:00.244) 0:05:10.933 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:39:07 -0400 (0:00:00.199) 0:05:11.132 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:39:07 -0400 (0:00:00.239) 0:05:11.371 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:39:07 -0400 (0:00:00.200) 0:05:11.572 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:39:07 -0400 (0:00:00.178) 0:05:11.750 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:39:08 -0400 (0:00:00.228) 0:05:11.978 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:100 Monday 12 May 2025 18:39:08 -0400 (0:00:00.190) 0:05:12.168 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:39:08 -0400 (0:00:00.280) 0:05:12.449 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:39:08 -0400 (0:00:00.306) 0:05:12.755 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:39:09 -0400 (0:00:00.201) 0:05:12.956 ************ skipping: [managed-node15] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node15] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:39:09 -0400 (0:00:00.253) 0:05:13.210 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:39:09 -0400 (0:00:00.114) 0:05:13.325 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:39:09 -0400 (0:00:00.162) 0:05:13.487 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:39:09 -0400 (0:00:00.171) 0:05:13.658 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:39:10 -0400 (0:00:00.163) 0:05:13.822 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:39:10 -0400 (0:00:00.270) 0:05:14.093 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:39:10 -0400 (0:00:00.098) 0:05:14.192 ************ ok: [managed-node15] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:39:10 -0400 (0:00:00.154) 0:05:14.346 ************ ok: [managed-node15] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:39:10 -0400 (0:00:00.145) 0:05:14.492 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:39:10 -0400 (0:00:00.097) 0:05:14.590 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:39:10 -0400 (0:00:00.205) 0:05:14.796 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:39:11 -0400 (0:00:00.140) 0:05:14.936 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:39:11 -0400 (0:00:00.131) 0:05:15.067 ************ ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:39:11 -0400 (0:00:00.204) 0:05:15.272 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:39:11 -0400 (0:00:00.159) 0:05:15.432 ************ changed: [managed-node15] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "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=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:39:16 -0400 (0:00:04.826) 0:05:20.258 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:39:16 -0400 (0:00:00.125) 0:05:20.383 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089476.0543976, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fe187604d225564d1a2c44426fe365f2ea1f4d00", "ctime": 1747089476.0513976, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264046, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1747089476.0513976, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1299, "uid": 0, "version": "982259482", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:39:17 -0400 (0:00:00.772) 0:05:21.156 ************ ok: [managed-node15] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:39:18 -0400 (0:00:00.729) 0:05:21.885 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:39:18 -0400 (0:00:00.063) 0:05:21.948 ************ ok: [managed-node15] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "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=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:39:18 -0400 (0:00:00.164) 0:05:22.113 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:39:18 -0400 (0:00:00.129) 0:05:22.243 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:39:18 -0400 (0:00:00.144) 0:05:22.387 ************ changed: [managed-node15] => (item={u'src': u'UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7', 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=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=1d3a1e73-58db-4f6b-9c1d-8bd5a8ed7da7" } ok: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:39:19 -0400 (0:00:01.220) 0:05:23.608 ************ ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:39:20 -0400 (0:00:00.815) 0:05:24.424 ************ changed: [managed-node15] => (item={u'src': u'UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc', 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=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:39:21 -0400 (0:00:00.572) 0:05:24.996 ************ skipping: [managed-node15] => (item={u'src': u'UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc', 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=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:39:21 -0400 (0:00:00.168) 0:05:25.164 ************ ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:39:22 -0400 (0:00:00.721) 0:05:25.886 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747088923.8988576, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747088914.3697965, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264049, "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": 1747088914.3687963, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "982262205", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:39:22 -0400 (0:00:00.789) 0:05:26.676 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:39:22 -0400 (0:00:00.126) 0:05:26.802 ************ ok: [managed-node15] TASK [Verify results] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:110 Monday 12 May 2025 18:39:24 -0400 (0:00:01.192) 0:05:27.995 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node15 TASK [Print out pool information] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:39:24 -0400 (0:00:00.312) 0:05:28.307 ************ skipping: [managed-node15] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:39:24 -0400 (0:00:00.063) 0:05:28.370 ************ ok: [managed-node15] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:39:24 -0400 (0:00:00.120) 0:05:28.491 ************ ok: [managed-node15] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "3db2fbc0-4db0-46a8-8324-241df09ba7bc" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "4849fdb4-ea91-464d-b3d9-0efac9f23fc2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:39:25 -0400 (0:00:00.642) 0:05:29.133 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002929", "end": "2025-05-12 18:39:25.682899", "rc": 0, "start": "2025-05-12 18:39:25.679970" } 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=3db2fbc0-4db0-46a8-8324-241df09ba7bc none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:39:25 -0400 (0:00:00.492) 0:05:29.626 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002873", "end": "2025-05-12 18:39:26.353176", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:39:26.350303" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:39:26 -0400 (0:00:00.685) 0:05:30.311 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:39:26 -0400 (0:00:00.113) 0:05:30.425 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:39:26 -0400 (0:00:00.283) 0:05:30.709 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:39:27 -0400 (0:00:00.184) 0:05:30.894 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:39:27 -0400 (0:00:00.493) 0:05:31.387 ************ ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:39:27 -0400 (0:00:00.158) 0:05:31.546 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:39:27 -0400 (0:00:00.163) 0:05:31.709 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:39:28 -0400 (0:00:00.108) 0:05:31.818 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:39:28 -0400 (0:00:00.087) 0:05:31.906 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:39:28 -0400 (0:00:00.107) 0:05:32.014 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:39:28 -0400 (0:00:00.109) 0:05:32.124 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:39:28 -0400 (0:00:00.143) 0:05:32.267 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003103", "end": "2025-05-12 18:39:29.036679", "rc": 0, "start": "2025-05-12 18:39:29.033576" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:39:29 -0400 (0:00:00.808) 0:05:33.075 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002850", "end": "2025-05-12 18:39:29.877624", "rc": 0, "start": "2025-05-12 18:39:29.874774" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:39:30 -0400 (0:00:00.836) 0:05:33.912 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:39:30 -0400 (0:00:00.199) 0:05:34.111 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:39:30 -0400 (0:00:00.169) 0:05:34.281 ************ ok: [managed-node15] => { "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=3db2fbc0-4db0-46a8-8324-241df09ba7bc " ], "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:39:30 -0400 (0:00:00.225) 0:05:34.506 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:39:30 -0400 (0:00:00.161) 0:05:34.667 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:39:31 -0400 (0:00:00.155) 0:05:34.823 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:39:31 -0400 (0:00:00.125) 0:05:34.948 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:39:31 -0400 (0:00:00.177) 0:05:35.126 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:39:31 -0400 (0:00:00.191) 0:05:35.317 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:39:31 -0400 (0:00:00.153) 0:05:35.471 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:39:31 -0400 (0:00:00.177) 0:05:35.649 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089556.254912, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747089556.2419116, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28595, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747089556.2419116, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:39:32 -0400 (0:00:00.769) 0:05:36.418 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:39:32 -0400 (0:00:00.180) 0:05:36.598 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:39:32 -0400 (0:00:00.198) 0:05:36.796 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:39:33 -0400 (0:00:00.164) 0:05:36.961 ************ ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:39:33 -0400 (0:00:00.198) 0:05:37.159 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:39:33 -0400 (0:00:00.145) 0:05:37.305 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:39:33 -0400 (0:00:00.164) 0:05:37.470 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:39:33 -0400 (0:00:00.113) 0:05:37.584 ************ ok: [managed-node15] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:39:35 -0400 (0:00:01.474) 0:05:39.059 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:39:35 -0400 (0:00:00.164) 0:05:39.223 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:39:35 -0400 (0:00:00.170) 0:05:39.394 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:39:35 -0400 (0:00:00.136) 0:05:39.531 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:39:35 -0400 (0:00:00.176) 0:05:39.707 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:39:36 -0400 (0:00:00.213) 0:05:39.921 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:39:36 -0400 (0:00:00.156) 0:05:40.078 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:39:36 -0400 (0:00:00.190) 0:05:40.269 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:39:36 -0400 (0:00:00.144) 0:05:40.413 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:39:36 -0400 (0:00:00.236) 0:05:40.650 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:39:36 -0400 (0:00:00.109) 0:05:40.760 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:39:37 -0400 (0:00:00.170) 0:05:40.931 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:39:37 -0400 (0:00:00.114) 0:05:41.045 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:39:37 -0400 (0:00:00.145) 0:05:41.191 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:39:37 -0400 (0:00:00.201) 0:05:41.393 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:39:37 -0400 (0:00:00.117) 0:05:41.511 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:39:37 -0400 (0:00:00.172) 0:05:41.683 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:39:38 -0400 (0:00:00.166) 0:05:41.849 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:39:38 -0400 (0:00:00.152) 0:05:42.001 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:39:38 -0400 (0:00:00.206) 0:05:42.208 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:39:38 -0400 (0:00:00.209) 0:05:42.417 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:39:38 -0400 (0:00:00.194) 0:05:42.612 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:39:38 -0400 (0:00:00.143) 0:05:42.755 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:39:39 -0400 (0:00:00.079) 0:05:42.835 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:39:39 -0400 (0:00:00.154) 0:05:42.990 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:39:39 -0400 (0:00:00.131) 0:05:43.122 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:39:39 -0400 (0:00:00.194) 0:05:43.317 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:39:39 -0400 (0:00:00.132) 0:05:43.449 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:39:39 -0400 (0:00:00.144) 0:05:43.594 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:39:39 -0400 (0:00:00.150) 0:05:43.745 ************ skipping: [managed-node15] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:39:40 -0400 (0:00:00.091) 0:05:43.837 ************ skipping: [managed-node15] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:39:40 -0400 (0:00:00.150) 0:05:43.987 ************ skipping: [managed-node15] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:39:40 -0400 (0:00:00.150) 0:05:44.137 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:39:40 -0400 (0:00:00.107) 0:05:44.244 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:39:40 -0400 (0:00:00.230) 0:05:44.475 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:39:40 -0400 (0:00:00.202) 0:05:44.677 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:39:40 -0400 (0:00:00.124) 0:05:44.801 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:39:41 -0400 (0:00:00.224) 0:05:45.025 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:39:41 -0400 (0:00:00.131) 0:05:45.157 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:39:41 -0400 (0:00:00.138) 0:05:45.296 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:39:41 -0400 (0:00:00.163) 0:05:45.459 ************ skipping: [managed-node15] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:39:41 -0400 (0:00:00.307) 0:05:45.767 ************ skipping: [managed-node15] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:39:42 -0400 (0:00:00.077) 0:05:45.844 ************ skipping: [managed-node15] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:39:42 -0400 (0:00:00.135) 0:05:45.979 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:39:42 -0400 (0:00:00.129) 0:05:46.109 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:39:42 -0400 (0:00:00.146) 0:05:46.255 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:39:42 -0400 (0:00:00.074) 0:05:46.329 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:39:42 -0400 (0:00:00.071) 0:05:46.400 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:39:42 -0400 (0:00:00.054) 0:05:46.455 ************ ok: [managed-node15] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:39:42 -0400 (0:00:00.055) 0:05:46.511 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:39:42 -0400 (0:00:00.072) 0:05:46.584 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:39:42 -0400 (0:00:00.123) 0:05:46.708 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:39:43 -0400 (0:00:00.105) 0:05:46.813 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:39:43 -0400 (0:00:00.153) 0:05:46.967 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:39:43 -0400 (0:00:00.117) 0:05:47.085 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:39:43 -0400 (0:00:00.144) 0:05:47.230 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:39:43 -0400 (0:00:00.128) 0:05:47.358 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:39:43 -0400 (0:00:00.145) 0:05:47.504 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:39:43 -0400 (0:00:00.105) 0:05:47.609 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:39:43 -0400 (0:00:00.065) 0:05:47.675 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:113 Monday 12 May 2025 18:39:43 -0400 (0:00:00.113) 0:05:47.788 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:39:44 -0400 (0:00:00.387) 0:05:48.176 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:39:44 -0400 (0:00:00.136) 0:05:48.312 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:39:44 -0400 (0:00:00.127) 0:05:48.440 ************ skipping: [managed-node15] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node15] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:39:44 -0400 (0:00:00.247) 0:05:48.687 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:39:45 -0400 (0:00:00.119) 0:05:48.806 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:39:45 -0400 (0:00:00.162) 0:05:48.969 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:39:45 -0400 (0:00:00.122) 0:05:49.092 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:39:45 -0400 (0:00:00.124) 0:05:49.217 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:39:45 -0400 (0:00:00.308) 0:05:49.525 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:39:45 -0400 (0:00:00.222) 0:05:49.748 ************ ok: [managed-node15] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:39:46 -0400 (0:00:00.122) 0:05:49.870 ************ ok: [managed-node15] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:39:46 -0400 (0:00:00.148) 0:05:50.019 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:39:46 -0400 (0:00:00.208) 0:05:50.227 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:39:46 -0400 (0:00:00.154) 0:05:50.381 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:39:46 -0400 (0:00:00.185) 0:05:50.566 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:39:46 -0400 (0:00:00.124) 0:05:50.691 ************ ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:39:47 -0400 (0:00:00.269) 0:05:50.961 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:39:47 -0400 (0:00:00.206) 0:05:51.167 ************ ok: [managed-node15] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:39:51 -0400 (0:00:04.438) 0:05:55.606 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:39:51 -0400 (0:00:00.124) 0:05:55.731 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089561.919948, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c875ee1774ff4000889d6ff2a430911a3e65d0eb", "ctime": 1747089561.0559425, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264046, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1747089561.0559425, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1294, "uid": 0, "version": "982259482", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:39:52 -0400 (0:00:00.764) 0:05:56.496 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:39:52 -0400 (0:00:00.155) 0:05:56.651 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:39:52 -0400 (0:00:00.148) 0:05:56.800 ************ ok: [managed-node15] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:39:53 -0400 (0:00:00.111) 0:05:56.912 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:39:53 -0400 (0:00:00.159) 0:05:57.072 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:39:53 -0400 (0:00:00.147) 0:05:57.219 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:39:53 -0400 (0:00:00.425) 0:05:57.645 ************ ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:39:54 -0400 (0:00:01.114) 0:05:58.759 ************ ok: [managed-node15] => (item={u'src': u'UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc', 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=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:39:56 -0400 (0:00:01.076) 0:05:59.835 ************ skipping: [managed-node15] => (item={u'src': u'UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc', 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=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:39:56 -0400 (0:00:00.239) 0:06:00.075 ************ ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:39:57 -0400 (0:00:00.834) 0:06:00.910 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747088923.8988576, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747088914.3697965, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264049, "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": 1747088914.3687963, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "982262205", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:39:57 -0400 (0:00:00.660) 0:06:01.570 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:39:57 -0400 (0:00:00.070) 0:06:01.641 ************ ok: [managed-node15] TASK [Verify results] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:123 Monday 12 May 2025 18:39:58 -0400 (0:00:00.835) 0:06:02.476 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node15 TASK [Print out pool information] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:39:58 -0400 (0:00:00.237) 0:06:02.714 ************ skipping: [managed-node15] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:39:58 -0400 (0:00:00.080) 0:06:02.794 ************ ok: [managed-node15] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:39:59 -0400 (0:00:00.076) 0:06:02.871 ************ ok: [managed-node15] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "3db2fbc0-4db0-46a8-8324-241df09ba7bc" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "4849fdb4-ea91-464d-b3d9-0efac9f23fc2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:39:59 -0400 (0:00:00.497) 0:06:03.368 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002956", "end": "2025-05-12 18:39:59.992893", "rc": 0, "start": "2025-05-12 18:39:59.989937" } 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=3db2fbc0-4db0-46a8-8324-241df09ba7bc none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:40:00 -0400 (0:00:00.576) 0:06:03.945 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002788", "end": "2025-05-12 18:40:00.537491", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:40:00.534703" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:40:00 -0400 (0:00:00.531) 0:06:04.476 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:40:00 -0400 (0:00:00.065) 0:06:04.542 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:40:00 -0400 (0:00:00.207) 0:06:04.750 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:40:01 -0400 (0:00:00.121) 0:06:04.871 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:40:01 -0400 (0:00:00.364) 0:06:05.236 ************ ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:40:01 -0400 (0:00:00.132) 0:06:05.369 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:40:01 -0400 (0:00:00.194) 0:06:05.563 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:40:01 -0400 (0:00:00.158) 0:06:05.722 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:40:02 -0400 (0:00:00.219) 0:06:05.942 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:40:02 -0400 (0:00:00.129) 0:06:06.071 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:40:02 -0400 (0:00:00.141) 0:06:06.213 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:40:02 -0400 (0:00:00.161) 0:06:06.374 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002874", "end": "2025-05-12 18:40:03.306210", "rc": 0, "start": "2025-05-12 18:40:03.303336" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:40:03 -0400 (0:00:00.872) 0:06:07.246 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003308", "end": "2025-05-12 18:40:03.964524", "rc": 0, "start": "2025-05-12 18:40:03.961216" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:40:04 -0400 (0:00:00.730) 0:06:07.977 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:40:04 -0400 (0:00:00.122) 0:06:08.100 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:40:04 -0400 (0:00:00.133) 0:06:08.233 ************ ok: [managed-node15] => { "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=3db2fbc0-4db0-46a8-8324-241df09ba7bc " ], "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:40:04 -0400 (0:00:00.186) 0:06:08.420 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:40:04 -0400 (0:00:00.118) 0:06:08.538 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:40:04 -0400 (0:00:00.145) 0:06:08.683 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:40:05 -0400 (0:00:00.148) 0:06:08.832 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:40:05 -0400 (0:00:00.122) 0:06:08.955 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:40:05 -0400 (0:00:00.172) 0:06:09.127 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:40:05 -0400 (0:00:00.159) 0:06:09.287 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:40:05 -0400 (0:00:00.145) 0:06:09.433 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089556.254912, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747089556.2419116, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28595, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747089556.2419116, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:40:06 -0400 (0:00:00.814) 0:06:10.248 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:40:06 -0400 (0:00:00.123) 0:06:10.371 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:40:06 -0400 (0:00:00.101) 0:06:10.473 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:40:06 -0400 (0:00:00.091) 0:06:10.564 ************ ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:40:06 -0400 (0:00:00.066) 0:06:10.630 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:40:06 -0400 (0:00:00.080) 0:06:10.711 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:40:06 -0400 (0:00:00.089) 0:06:10.801 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:40:07 -0400 (0:00:00.055) 0:06:10.857 ************ ok: [managed-node15] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:40:08 -0400 (0:00:01.140) 0:06:11.997 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:40:08 -0400 (0:00:00.201) 0:06:12.198 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:40:08 -0400 (0:00:00.170) 0:06:12.369 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:40:08 -0400 (0:00:00.160) 0:06:12.529 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:40:08 -0400 (0:00:00.172) 0:06:12.702 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:40:08 -0400 (0:00:00.086) 0:06:12.788 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:40:09 -0400 (0:00:00.155) 0:06:12.943 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:40:09 -0400 (0:00:00.086) 0:06:13.029 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:40:09 -0400 (0:00:00.112) 0:06:13.142 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:40:09 -0400 (0:00:00.108) 0:06:13.250 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:40:09 -0400 (0:00:00.090) 0:06:13.340 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:40:09 -0400 (0:00:00.088) 0:06:13.429 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:40:09 -0400 (0:00:00.065) 0:06:13.495 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:40:09 -0400 (0:00:00.052) 0:06:13.548 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:40:09 -0400 (0:00:00.068) 0:06:13.617 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:40:09 -0400 (0:00:00.068) 0:06:13.685 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:40:09 -0400 (0:00:00.111) 0:06:13.797 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:40:10 -0400 (0:00:00.100) 0:06:13.897 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:40:10 -0400 (0:00:00.130) 0:06:14.028 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:40:10 -0400 (0:00:00.093) 0:06:14.121 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:40:10 -0400 (0:00:00.130) 0:06:14.252 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:40:10 -0400 (0:00:00.158) 0:06:14.411 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:40:10 -0400 (0:00:00.161) 0:06:14.572 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:40:10 -0400 (0:00:00.116) 0:06:14.689 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:40:10 -0400 (0:00:00.085) 0:06:14.775 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:40:11 -0400 (0:00:00.094) 0:06:14.870 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:40:11 -0400 (0:00:00.151) 0:06:15.021 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:40:11 -0400 (0:00:00.113) 0:06:15.134 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:40:11 -0400 (0:00:00.064) 0:06:15.199 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:40:11 -0400 (0:00:00.070) 0:06:15.269 ************ skipping: [managed-node15] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:40:11 -0400 (0:00:00.113) 0:06:15.383 ************ skipping: [managed-node15] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:40:11 -0400 (0:00:00.081) 0:06:15.464 ************ skipping: [managed-node15] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:40:11 -0400 (0:00:00.104) 0:06:15.569 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:40:11 -0400 (0:00:00.096) 0:06:15.665 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:40:11 -0400 (0:00:00.068) 0:06:15.734 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:40:12 -0400 (0:00:00.084) 0:06:15.818 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:40:12 -0400 (0:00:00.056) 0:06:15.875 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:40:12 -0400 (0:00:00.061) 0:06:15.936 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:40:12 -0400 (0:00:00.055) 0:06:15.992 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:40:12 -0400 (0:00:00.056) 0:06:16.049 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:40:12 -0400 (0:00:00.055) 0:06:16.104 ************ skipping: [managed-node15] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:40:12 -0400 (0:00:00.058) 0:06:16.163 ************ skipping: [managed-node15] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:40:12 -0400 (0:00:00.085) 0:06:16.248 ************ skipping: [managed-node15] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:40:12 -0400 (0:00:00.055) 0:06:16.304 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:40:12 -0400 (0:00:00.071) 0:06:16.376 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:40:12 -0400 (0:00:00.072) 0:06:16.448 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:40:12 -0400 (0:00:00.074) 0:06:16.522 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:40:12 -0400 (0:00:00.055) 0:06:16.578 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:40:12 -0400 (0:00:00.081) 0:06:16.659 ************ ok: [managed-node15] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:40:12 -0400 (0:00:00.126) 0:06:16.786 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:40:13 -0400 (0:00:00.095) 0:06:16.882 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:40:13 -0400 (0:00:00.086) 0:06:16.968 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:40:13 -0400 (0:00:00.081) 0:06:17.050 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:40:13 -0400 (0:00:00.055) 0:06:17.105 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:40:13 -0400 (0:00:00.105) 0:06:17.211 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:40:13 -0400 (0:00:00.096) 0:06:17.308 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:40:13 -0400 (0:00:00.079) 0:06:17.387 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:40:13 -0400 (0:00:00.225) 0:06:17.613 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:40:13 -0400 (0:00:00.073) 0:06:17.687 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:40:13 -0400 (0:00:00.054) 0:06:17.742 ************ ok: [managed-node15] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:126 Monday 12 May 2025 18:40:14 -0400 (0:00:00.068) 0:06:17.811 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:40:14 -0400 (0:00:00.236) 0:06:18.048 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:40:14 -0400 (0:00:00.110) 0:06:18.158 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:40:14 -0400 (0:00:00.091) 0:06:18.250 ************ skipping: [managed-node15] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node15] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node15] => (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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:40:14 -0400 (0:00:00.177) 0:06:18.427 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:40:14 -0400 (0:00:00.064) 0:06:18.491 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:40:14 -0400 (0:00:00.062) 0:06:18.554 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:40:14 -0400 (0:00:00.074) 0:06:18.628 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:40:14 -0400 (0:00:00.104) 0:06:18.733 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:40:15 -0400 (0:00:00.182) 0:06:18.915 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:40:15 -0400 (0:00:00.121) 0:06:19.037 ************ ok: [managed-node15] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:40:15 -0400 (0:00:00.153) 0:06:19.190 ************ ok: [managed-node15] => { "storage_volumes": [ { "disks": [ "sda" ], "mount_point": "/opt/test", "name": "test1", "state": "absent", "type": "disk" }, { "disks": [ "sdb" ], "mount_point": "none", "name": "test2", "state": "absent", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:40:15 -0400 (0:00:00.106) 0:06:19.297 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:40:15 -0400 (0:00:00.090) 0:06:19.387 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:40:15 -0400 (0:00:00.099) 0:06:19.487 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:40:15 -0400 (0:00:00.172) 0:06:19.660 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:40:15 -0400 (0:00:00.113) 0:06:19.773 ************ ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:40:16 -0400 (0:00:00.152) 0:06:19.926 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:40:16 -0400 (0:00:00.104) 0:06:20.030 ************ changed: [managed-node15] => { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=4849fdb4-ea91-464d-b3d9-0efac9f23fc2", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:40:20 -0400 (0:00:04.704) 0:06:24.735 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:40:21 -0400 (0:00:00.136) 0:06:24.871 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089561.919948, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c875ee1774ff4000889d6ff2a430911a3e65d0eb", "ctime": 1747089561.0559425, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264046, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1747089561.0559425, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1294, "uid": 0, "version": "982259482", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:40:21 -0400 (0:00:00.711) 0:06:25.583 ************ ok: [managed-node15] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:40:22 -0400 (0:00:00.636) 0:06:26.220 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:40:22 -0400 (0:00:00.101) 0:06:26.321 ************ ok: [managed-node15] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=4849fdb4-ea91-464d-b3d9-0efac9f23fc2", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:40:22 -0400 (0:00:00.157) 0:06:26.479 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:40:22 -0400 (0:00:00.147) 0:06:26.626 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=4849fdb4-ea91-464d-b3d9-0efac9f23fc2", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:40:22 -0400 (0:00:00.147) 0:06:26.773 ************ changed: [managed-node15] => (item={u'src': u'UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc', 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=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:40:23 -0400 (0:00:00.595) 0:06:27.369 ************ ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:40:24 -0400 (0:00:00.837) 0:06:28.206 ************ TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:40:24 -0400 (0:00:00.111) 0:06:28.318 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:40:24 -0400 (0:00:00.136) 0:06:28.454 ************ ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:40:25 -0400 (0:00:00.687) 0:06:29.141 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747088923.8988576, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747088914.3697965, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264049, "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": 1747088914.3687963, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "982262205", "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-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:40:26 -0400 (0:00:00.694) 0:06:29.836 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:40:26 -0400 (0:00:00.155) 0:06:29.992 ************ ok: [managed-node15] TASK [Verify results] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:142 Monday 12 May 2025 18:40:27 -0400 (0:00:01.103) 0:06:31.095 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node15 TASK [Print out pool information] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:40:27 -0400 (0:00:00.411) 0:06:31.506 ************ skipping: [managed-node15] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:40:27 -0400 (0:00:00.117) 0:06:31.624 ************ ok: [managed-node15] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=3db2fbc0-4db0-46a8-8324-241df09ba7bc", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=4849fdb4-ea91-464d-b3d9-0efac9f23fc2", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:40:27 -0400 (0:00:00.165) 0:06:31.790 ************ ok: [managed-node15] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:40:28 -0400 (0:00:00.783) 0:06:32.573 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002934", "end": "2025-05-12 18:40:29.235964", "rc": 0, "start": "2025-05-12 18:40:29.233030" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:40:29 -0400 (0:00:00.700) 0:06:33.274 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002848", "end": "2025-05-12 18:40:30.149846", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:40:30.146998" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:40:30 -0400 (0:00:00.878) 0:06:34.153 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:40:30 -0400 (0:00:00.121) 0:06:34.274 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:40:30 -0400 (0:00:00.353) 0:06:34.627 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:40:30 -0400 (0:00:00.129) 0:06:34.757 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:40:31 -0400 (0:00:00.578) 0:06:35.336 ************ ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:40:31 -0400 (0:00:00.184) 0:06:35.521 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:40:31 -0400 (0:00:00.141) 0:06:35.662 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:40:32 -0400 (0:00:00.192) 0:06:35.854 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:40:32 -0400 (0:00:00.077) 0:06:35.932 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:40:32 -0400 (0:00:00.175) 0:06:36.108 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:40:32 -0400 (0:00:00.193) 0:06:36.301 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:40:32 -0400 (0:00:00.098) 0:06:36.400 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002763", "end": "2025-05-12 18:40:33.352529", "rc": 0, "start": "2025-05-12 18:40:33.349766" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:40:33 -0400 (0:00:00.946) 0:06:37.346 ************ ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002924", "end": "2025-05-12 18:40:34.108887", "rc": 0, "start": "2025-05-12 18:40:34.105963" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:40:34 -0400 (0:00:00.734) 0:06:38.081 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:40:34 -0400 (0:00:00.139) 0:06:38.221 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:40:34 -0400 (0:00:00.090) 0:06:38.311 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:40:34 -0400 (0:00:00.183) 0:06:38.495 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:40:34 -0400 (0:00:00.078) 0:06:38.573 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:40:34 -0400 (0:00:00.077) 0:06:38.650 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:40:34 -0400 (0:00:00.081) 0:06:38.731 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:40:35 -0400 (0:00:00.089) 0:06:38.821 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:40:35 -0400 (0:00:00.085) 0:06:38.906 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:40:35 -0400 (0:00:00.074) 0:06:38.980 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:40:35 -0400 (0:00:00.074) 0:06:39.055 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089620.6813223, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747089620.6813223, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 28595, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747089620.6813223, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:40:35 -0400 (0:00:00.627) 0:06:39.682 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:40:35 -0400 (0:00:00.069) 0:06:39.752 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:40:36 -0400 (0:00:00.074) 0:06:39.827 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:40:36 -0400 (0:00:00.114) 0:06:39.942 ************ ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:40:36 -0400 (0:00:00.128) 0:06:40.070 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:40:36 -0400 (0:00:00.094) 0:06:40.164 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:40:36 -0400 (0:00:00.110) 0:06:40.275 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:40:36 -0400 (0:00:00.109) 0:06:40.384 ************ ok: [managed-node15] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:40:37 -0400 (0:00:01.008) 0:06:41.392 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:40:37 -0400 (0:00:00.057) 0:06:41.450 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:40:37 -0400 (0:00:00.070) 0:06:41.520 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:40:37 -0400 (0:00:00.060) 0:06:41.581 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:40:37 -0400 (0:00:00.065) 0:06:41.646 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:40:37 -0400 (0:00:00.073) 0:06:41.720 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:40:38 -0400 (0:00:00.092) 0:06:41.813 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:40:38 -0400 (0:00:00.111) 0:06:41.925 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:40:38 -0400 (0:00:00.102) 0:06:42.027 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:40:38 -0400 (0:00:00.061) 0:06:42.089 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:40:38 -0400 (0:00:00.096) 0:06:42.186 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:40:38 -0400 (0:00:00.089) 0:06:42.275 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:40:38 -0400 (0:00:00.154) 0:06:42.429 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:40:38 -0400 (0:00:00.076) 0:06:42.506 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:40:38 -0400 (0:00:00.068) 0:06:42.575 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:40:38 -0400 (0:00:00.124) 0:06:42.699 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:40:38 -0400 (0:00:00.095) 0:06:42.795 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:40:39 -0400 (0:00:00.081) 0:06:42.876 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:40:39 -0400 (0:00:00.125) 0:06:43.013 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:40:39 -0400 (0:00:00.082) 0:06:43.096 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:40:39 -0400 (0:00:00.099) 0:06:43.195 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:40:39 -0400 (0:00:00.065) 0:06:43.261 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:40:39 -0400 (0:00:00.106) 0:06:43.367 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:40:39 -0400 (0:00:00.110) 0:06:43.478 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:40:39 -0400 (0:00:00.126) 0:06:43.604 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:40:39 -0400 (0:00:00.104) 0:06:43.709 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:40:40 -0400 (0:00:00.120) 0:06:43.830 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:40:40 -0400 (0:00:00.053) 0:06:43.884 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:40:40 -0400 (0:00:00.098) 0:06:43.983 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:40:40 -0400 (0:00:00.095) 0:06:44.078 ************ skipping: [managed-node15] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:40:40 -0400 (0:00:00.098) 0:06:44.176 ************ skipping: [managed-node15] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:40:40 -0400 (0:00:00.049) 0:06:44.226 ************ skipping: [managed-node15] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:40:40 -0400 (0:00:00.113) 0:06:44.340 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:40:40 -0400 (0:00:00.079) 0:06:44.420 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:40:40 -0400 (0:00:00.053) 0:06:44.474 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:40:40 -0400 (0:00:00.048) 0:06:44.522 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:40:40 -0400 (0:00:00.052) 0:06:44.575 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:40:40 -0400 (0:00:00.051) 0:06:44.627 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:40:40 -0400 (0:00:00.117) 0:06:44.744 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:40:41 -0400 (0:00:00.062) 0:06:44.807 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:40:41 -0400 (0:00:00.097) 0:06:44.904 ************ skipping: [managed-node15] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:40:41 -0400 (0:00:00.069) 0:06:44.973 ************ skipping: [managed-node15] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:40:41 -0400 (0:00:00.051) 0:06:45.024 ************ skipping: [managed-node15] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:40:41 -0400 (0:00:00.058) 0:06:45.083 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:40:41 -0400 (0:00:00.086) 0:06:45.170 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:40:41 -0400 (0:00:00.084) 0:06:45.254 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:40:41 -0400 (0:00:00.118) 0:06:45.373 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:40:41 -0400 (0:00:00.135) 0:06:45.508 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:40:41 -0400 (0:00:00.108) 0:06:45.616 ************ ok: [managed-node15] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:40:41 -0400 (0:00:00.107) 0:06:45.724 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:40:42 -0400 (0:00:00.083) 0:06:45.807 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:40:42 -0400 (0:00:00.064) 0:06:45.872 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:40:42 -0400 (0:00:00.094) 0:06:45.967 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:40:42 -0400 (0:00:00.047) 0:06:46.015 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:40:42 -0400 (0:00:00.109) 0:06:46.124 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:40:42 -0400 (0:00:00.110) 0:06:46.234 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:40:42 -0400 (0:00:00.092) 0:06:46.327 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:40:42 -0400 (0:00:00.060) 0:06:46.388 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:40:42 -0400 (0:00:00.070) 0:06:46.458 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:40:42 -0400 (0:00:00.047) 0:06:46.506 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:40:42 -0400 (0:00:00.115) 0:06:46.621 ************ included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 included: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:40:43 -0400 (0:00:00.312) 0:06:46.934 ************ ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:40:43 -0400 (0:00:00.072) 0:06:47.007 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:40:43 -0400 (0:00:00.060) 0:06:47.068 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:40:43 -0400 (0:00:00.094) 0:06:47.162 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:40:43 -0400 (0:00:00.043) 0:06:47.206 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:40:43 -0400 (0:00:00.081) 0:06:47.287 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:40:43 -0400 (0:00:00.097) 0:06:47.385 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:40:43 -0400 (0:00:00.088) 0:06:47.474 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:40:43 -0400 (0:00:00.069) 0:06:47.544 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:40:43 -0400 (0:00:00.049) 0:06:47.593 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:40:43 -0400 (0:00:00.064) 0:06:47.658 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:40:43 -0400 (0:00:00.059) 0:06:47.717 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:40:43 -0400 (0:00:00.086) 0:06:47.804 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:40:44 -0400 (0:00:00.051) 0:06:47.855 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:40:44 -0400 (0:00:00.145) 0:06:48.001 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:40:44 -0400 (0:00:00.084) 0:06:48.086 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:40:44 -0400 (0:00:00.098) 0:06:48.184 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:40:44 -0400 (0:00:00.086) 0:06:48.271 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:40:44 -0400 (0:00:00.076) 0:06:48.348 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:40:44 -0400 (0:00:00.108) 0:06:48.456 ************ ok: [managed-node15] => { "changed": false, "stat": { "atime": 1747089620.652322, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747089620.652322, "dev": 5, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29150, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747089620.652322, "nlink": 1, "path": "/dev/sdb", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:40:45 -0400 (0:00:00.374) 0:06:48.831 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:40:45 -0400 (0:00:00.061) 0:06:48.892 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:40:45 -0400 (0:00:00.049) 0:06:48.941 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:40:45 -0400 (0:00:00.055) 0:06:48.997 ************ ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:40:45 -0400 (0:00:00.110) 0:06:49.108 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:40:45 -0400 (0:00:00.093) 0:06:49.202 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:40:45 -0400 (0:00:00.065) 0:06:49.267 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:40:45 -0400 (0:00:00.058) 0:06:49.325 ************ ok: [managed-node15] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:40:46 -0400 (0:00:00.855) 0:06:50.181 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:40:46 -0400 (0:00:00.119) 0:06:50.301 ************ skipping: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:40:46 -0400 (0:00:00.092) 0:06:50.393 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:40:46 -0400 (0:00:00.044) 0:06:50.438 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:40:46 -0400 (0:00:00.066) 0:06:50.505 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:40:46 -0400 (0:00:00.051) 0:06:50.557 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:40:46 -0400 (0:00:00.043) 0:06:50.600 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:40:46 -0400 (0:00:00.079) 0:06:50.679 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:40:46 -0400 (0:00:00.053) 0:06:50.732 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:40:47 -0400 (0:00:00.096) 0:06:50.829 ************ ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:40:47 -0400 (0:00:00.102) 0:06:50.932 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:40:47 -0400 (0:00:00.051) 0:06:50.983 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:40:47 -0400 (0:00:00.052) 0:06:51.036 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:40:47 -0400 (0:00:00.059) 0:06:51.096 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:40:47 -0400 (0:00:00.062) 0:06:51.158 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:40:47 -0400 (0:00:00.101) 0:06:51.260 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:40:47 -0400 (0:00:00.100) 0:06:51.361 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:40:47 -0400 (0:00:00.101) 0:06:51.462 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:40:47 -0400 (0:00:00.125) 0:06:51.588 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:40:47 -0400 (0:00:00.086) 0:06:51.675 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:40:47 -0400 (0:00:00.090) 0:06:51.765 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:40:48 -0400 (0:00:00.077) 0:06:51.842 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:40:48 -0400 (0:00:00.102) 0:06:51.944 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:40:48 -0400 (0:00:00.077) 0:06:52.022 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:40:48 -0400 (0:00:00.102) 0:06:52.125 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:40:48 -0400 (0:00:00.114) 0:06:52.239 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:40:48 -0400 (0:00:00.057) 0:06:52.297 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:40:48 -0400 (0:00:00.064) 0:06:52.361 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:40:48 -0400 (0:00:00.059) 0:06:52.421 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:40:48 -0400 (0:00:00.060) 0:06:52.482 ************ skipping: [managed-node15] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:40:48 -0400 (0:00:00.047) 0:06:52.529 ************ skipping: [managed-node15] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:40:48 -0400 (0:00:00.052) 0:06:52.581 ************ skipping: [managed-node15] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:40:48 -0400 (0:00:00.046) 0:06:52.627 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:40:48 -0400 (0:00:00.075) 0:06:52.703 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:40:48 -0400 (0:00:00.057) 0:06:52.761 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:40:49 -0400 (0:00:00.073) 0:06:52.834 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:40:49 -0400 (0:00:00.065) 0:06:52.900 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:40:49 -0400 (0:00:00.065) 0:06:52.966 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:40:49 -0400 (0:00:00.066) 0:06:53.032 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:40:49 -0400 (0:00:00.074) 0:06:53.106 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:40:49 -0400 (0:00:00.089) 0:06:53.196 ************ skipping: [managed-node15] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:40:49 -0400 (0:00:00.105) 0:06:53.301 ************ skipping: [managed-node15] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:40:49 -0400 (0:00:00.099) 0:06:53.401 ************ skipping: [managed-node15] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:40:49 -0400 (0:00:00.080) 0:06:53.481 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:40:49 -0400 (0:00:00.080) 0:06:53.562 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:40:49 -0400 (0:00:00.078) 0:06:53.640 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:40:49 -0400 (0:00:00.091) 0:06:53.732 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:40:50 -0400 (0:00:00.164) 0:06:53.897 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:40:50 -0400 (0:00:00.058) 0:06:53.955 ************ ok: [managed-node15] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:40:50 -0400 (0:00:00.056) 0:06:54.011 ************ ok: [managed-node15] => { "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-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:40:50 -0400 (0:00:00.107) 0:06:54.119 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:40:50 -0400 (0:00:00.115) 0:06:54.234 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:40:50 -0400 (0:00:00.084) 0:06:54.319 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:40:50 -0400 (0:00:00.079) 0:06:54.399 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:40:50 -0400 (0:00:00.058) 0:06:54.458 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:40:50 -0400 (0:00:00.074) 0:06:54.532 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:40:50 -0400 (0:00:00.089) 0:06:54.622 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:40:50 -0400 (0:00:00.126) 0:06:54.748 ************ skipping: [managed-node15] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:40:51 -0400 (0:00:00.097) 0:06:54.845 ************ ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:40:51 -0400 (0:00:00.110) 0:06:54.955 ************ ok: [managed-node15] => { "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-node15 : ok=486 changed=11 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 Monday 12 May 2025 18:40:51 -0400 (0:00:00.036) 0:06:54.992 ************ =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 9.76s /tmp/collections-jcF/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.33s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure blivet is available ------- 6.23s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Gathering Facts --------------------------------------------------------- 6.00s /tmp/collections-jcF/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.62s /tmp/collections-jcF/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.83s /tmp/collections-jcF/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.70s /tmp/collections-jcF/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.65s /tmp/collections-jcF/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.44s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Get required packages --------------- 4.27s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get service facts ------------------- 3.97s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 3.50s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Find unused disks in the system ----------------------------------------- 3.30s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 fedora.linux_system_roles.storage : Set up new/current mounts ----------- 3.19s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Collect info about the volumes. ----------------------------------------- 3.14s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Ensure test packages ---------------------------------------------------- 2.94s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Ensure test packages ---------------------------------------------------- 2.90s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Read the /etc/fstab file for volume existence --------------------------- 2.89s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Ensure cryptsetup is present -------------------------------------------- 2.80s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 2.61s /tmp/collections-jcF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10