ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_swap.yml ******************************************************* 1 plays in /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Thursday 24 July 2025 07:26:36 -0400 (0:00:00.354) 0:00:00.354 ********* ok: [managed-node8] META: ran handlers TASK [Include role to ensure packages are installed] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:10 Thursday 24 July 2025 07:26:42 -0400 (0:00:06.343) 0:00:06.698 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 24 July 2025 07:26:43 -0400 (0:00:00.576) 0:00:07.275 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 24 July 2025 07:26:44 -0400 (0:00:01.160) 0:00:08.435 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 24 July 2025 07:26:45 -0400 (0:00:00.585) 0:00:09.020 ********* skipping: [managed-node8] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node8] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 24 July 2025 07:26:46 -0400 (0:00:01.243) 0:00:10.264 ********* ok: [managed-node8] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 24 July 2025 07:26:49 -0400 (0:00:02.564) 0:00:12.829 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 24 July 2025 07:26:49 -0400 (0:00:00.536) 0:00:13.366 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 24 July 2025 07:26:49 -0400 (0:00:00.267) 0:00:13.633 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 24 July 2025 07:26:50 -0400 (0:00:00.349) 0:00:13.983 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 24 July 2025 07:26:51 -0400 (0:00:00.964) 0:00:14.948 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 24 July 2025 07:26:55 -0400 (0:00:04.473) 0:00:19.421 ********* ok: [managed-node8] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 24 July 2025 07:26:56 -0400 (0:00:00.321) 0:00:19.743 ********* ok: [managed-node8] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 24 July 2025 07:26:56 -0400 (0:00:00.663) 0:00:20.407 ********* ok: [managed-node8] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Thursday 24 July 2025 07:27:00 -0400 (0:00:03.904) 0:00:24.311 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Thursday 24 July 2025 07:27:01 -0400 (0:00:00.821) 0:00:25.132 ********* TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Thursday 24 July 2025 07:27:01 -0400 (0:00:00.205) 0:00:25.338 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Thursday 24 July 2025 07:27:01 -0400 (0:00:00.249) 0:00:25.588 ********* TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Thursday 24 July 2025 07:27:02 -0400 (0:00:00.232) 0:00:25.821 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Thursday 24 July 2025 07:27:04 -0400 (0:00:02.546) 0:00:28.367 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Thursday 24 July 2025 07:27:08 -0400 (0:00:04.279) 0:00:32.647 ********* ok: [managed-node8] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Thursday 24 July 2025 07:27:09 -0400 (0:00:00.495) 0:00:33.142 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Thursday 24 July 2025 07:27:09 -0400 (0:00:00.280) 0:00:33.423 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Thursday 24 July 2025 07:27:11 -0400 (0:00:01.935) 0:00:35.359 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Thursday 24 July 2025 07:27:11 -0400 (0:00:00.360) 0:00:35.719 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356199.0814219, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1753356196.992407, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264023, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753356196.992407, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "314365697", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Thursday 24 July 2025 07:27:13 -0400 (0:00:01.598) 0:00:37.318 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Thursday 24 July 2025 07:27:13 -0400 (0:00:00.382) 0:00:37.700 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Thursday 24 July 2025 07:27:14 -0400 (0:00:00.179) 0:00:37.879 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 24 July 2025 07:27:14 -0400 (0:00:00.314) 0:00:38.194 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Thursday 24 July 2025 07:27:14 -0400 (0:00:00.356) 0:00:38.551 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Thursday 24 July 2025 07:27:15 -0400 (0:00:00.377) 0:00:38.929 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Thursday 24 July 2025 07:27:15 -0400 (0:00:00.318) 0:00:39.247 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Thursday 24 July 2025 07:27:15 -0400 (0:00:00.364) 0:00:39.612 ********* TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 24 July 2025 07:27:16 -0400 (0:00:00.324) 0:00:39.936 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Thursday 24 July 2025 07:27:16 -0400 (0:00:00.640) 0:00:40.577 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Thursday 24 July 2025 07:27:17 -0400 (0:00:00.321) 0:00:40.899 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356216.448545, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1753356206.2474728, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264211, "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": 1753356206.2464726, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "314368358", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Thursday 24 July 2025 07:27:18 -0400 (0:00:01.178) 0:00:42.077 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Thursday 24 July 2025 07:27:18 -0400 (0:00:00.173) 0:00:42.251 ********* ok: [managed-node8] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:14 Thursday 24 July 2025 07:27:20 -0400 (0:00:01.870) 0:00:44.122 ********* ok: [managed-node8] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:22 Thursday 24 July 2025 07:27:20 -0400 (0:00:00.317) 0:00:44.440 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node8 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Thursday 24 July 2025 07:27:21 -0400 (0:00:00.551) 0:00:44.992 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Thursday 24 July 2025 07:27:24 -0400 (0:00:02.924) 0:00:47.916 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Thursday 24 July 2025 07:27:26 -0400 (0:00:02.478) 0:00:50.394 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Thursday 24 July 2025 07:27:26 -0400 (0:00:00.257) 0:00:50.652 ********* ok: [managed-node8] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Thursday 24 July 2025 07:27:27 -0400 (0:00:00.154) 0:00:50.806 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Thursday 24 July 2025 07:27:27 -0400 (0:00:00.459) 0:00:51.265 ********* ok: [managed-node8] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:30 Thursday 24 July 2025 07:27:27 -0400 (0:00:00.340) 0:00:51.606 ********* ok: [managed-node8] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:34 Thursday 24 July 2025 07:27:28 -0400 (0:00:00.289) 0:00:51.896 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 24 July 2025 07:27:28 -0400 (0:00:00.771) 0:00:52.667 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 24 July 2025 07:27:29 -0400 (0:00:00.538) 0:00:53.205 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 24 July 2025 07:27:29 -0400 (0:00:00.241) 0:00:53.447 ********* skipping: [managed-node8] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node8] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 24 July 2025 07:27:30 -0400 (0:00:00.538) 0:00:53.985 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 24 July 2025 07:27:30 -0400 (0:00:00.356) 0:00:54.341 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 24 July 2025 07:27:30 -0400 (0:00:00.319) 0:00:54.661 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 24 July 2025 07:27:31 -0400 (0:00:00.375) 0:00:55.036 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 24 July 2025 07:27:31 -0400 (0:00:00.252) 0:00:55.288 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 24 July 2025 07:27:32 -0400 (0:00:00.888) 0:00:56.177 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 24 July 2025 07:27:32 -0400 (0:00:00.370) 0:00:56.547 ********* ok: [managed-node8] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 24 July 2025 07:27:33 -0400 (0:00:00.288) 0:00:56.836 ********* ok: [managed-node8] => { "storage_volumes | d([])": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 24 July 2025 07:27:33 -0400 (0:00:00.426) 0:00:57.263 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Thursday 24 July 2025 07:27:33 -0400 (0:00:00.431) 0:00:57.695 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Thursday 24 July 2025 07:27:34 -0400 (0:00:00.272) 0:00:57.967 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Thursday 24 July 2025 07:27:34 -0400 (0:00:00.252) 0:00:58.220 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Thursday 24 July 2025 07:27:34 -0400 (0:00:00.242) 0:00:58.462 ********* ok: [managed-node8] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Thursday 24 July 2025 07:27:35 -0400 (0:00:00.567) 0:00:59.029 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Thursday 24 July 2025 07:27:35 -0400 (0:00:00.368) 0:00:59.398 ********* changed: [managed-node8] => { "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=fea74369-ad2e-44f6-9393-00ae5d2d7d27", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=fea74369-ad2e-44f6-9393-00ae5d2d7d27", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Thursday 24 July 2025 07:27:41 -0400 (0:00:05.705) 0:01:05.104 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Thursday 24 July 2025 07:27:41 -0400 (0:00:00.333) 0:01:05.438 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356199.0814219, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1753356196.992407, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264023, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753356196.992407, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "314365697", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Thursday 24 July 2025 07:27:43 -0400 (0:00:01.428) 0:01:06.867 ********* ok: [managed-node8] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Thursday 24 July 2025 07:27:45 -0400 (0:00:02.363) 0:01:09.230 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Thursday 24 July 2025 07:27:45 -0400 (0:00:00.354) 0:01:09.584 ********* ok: [managed-node8] => { "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=fea74369-ad2e-44f6-9393-00ae5d2d7d27", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=fea74369-ad2e-44f6-9393-00ae5d2d7d27", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 24 July 2025 07:27:46 -0400 (0:00:00.327) 0:01:09.912 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Thursday 24 July 2025 07:27:46 -0400 (0:00:00.294) 0:01:10.206 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=fea74369-ad2e-44f6-9393-00ae5d2d7d27", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Thursday 24 July 2025 07:27:46 -0400 (0:00:00.335) 0:01:10.542 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Thursday 24 July 2025 07:27:47 -0400 (0:00:00.364) 0:01:10.906 ********* ok: [managed-node8] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Thursday 24 July 2025 07:27:51 -0400 (0:00:04.351) 0:01:15.258 ********* changed: [managed-node8] => (item={u'src': u'UUID=fea74369-ad2e-44f6-9393-00ae5d2d7d27', 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=fea74369-ad2e-44f6-9393-00ae5d2d7d27", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=fea74369-ad2e-44f6-9393-00ae5d2d7d27" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 24 July 2025 07:27:54 -0400 (0:00:02.712) 0:01:17.971 ********* skipping: [managed-node8] => (item={u'src': u'UUID=fea74369-ad2e-44f6-9393-00ae5d2d7d27', 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=fea74369-ad2e-44f6-9393-00ae5d2d7d27", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Thursday 24 July 2025 07:27:54 -0400 (0:00:00.468) 0:01:18.439 ********* ok: [managed-node8] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Thursday 24 July 2025 07:27:56 -0400 (0:00:01.799) 0:01:20.239 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356216.448545, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1753356206.2474728, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264211, "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": 1753356206.2464726, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "314368358", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Thursday 24 July 2025 07:27:58 -0400 (0:00:01.660) 0:01:21.899 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Thursday 24 July 2025 07:27:58 -0400 (0:00:00.378) 0:01:22.278 ********* ok: [managed-node8] TASK [Verify results] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:44 Thursday 24 July 2025 07:28:00 -0400 (0:00:02.385) 0:01:24.664 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node8 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 24 July 2025 07:28:01 -0400 (0:00:00.675) 0:01:25.339 ********* skipping: [managed-node8] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 24 July 2025 07:28:01 -0400 (0:00:00.341) 0:01:25.681 ********* ok: [managed-node8] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=fea74369-ad2e-44f6-9393-00ae5d2d7d27", "_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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 24 July 2025 07:28:02 -0400 (0:00:00.572) 0:01:26.253 ********* ok: [managed-node8] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "fea74369-ad2e-44f6-9393-00ae5d2d7d27" }, "/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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 24 July 2025 07:28:05 -0400 (0:00:02.740) 0:01:28.994 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002808", "end": "2025-07-24 07:28:07.811476", "rc": 0, "start": "2025-07-24 07:28:07.808668" } 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=fea74369-ad2e-44f6-9393-00ae5d2d7d27 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 24 July 2025 07:28:08 -0400 (0:00:02.928) 0:01:31.922 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002637", "end": "2025-07-24 07:28:09.355436", "failed_when_result": false, "rc": 0, "start": "2025-07-24 07:28:09.352799" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 24 July 2025 07:28:09 -0400 (0:00:01.600) 0:01:33.522 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Thursday 24 July 2025 07:28:10 -0400 (0:00:00.333) 0:01:33.856 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node8 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 24 July 2025 07:28:10 -0400 (0:00:00.830) 0:01:34.686 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 24 July 2025 07:28:11 -0400 (0:00:00.964) 0:01:35.651 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node8 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 24 July 2025 07:28:13 -0400 (0:00:01.739) 0:01:37.390 ********* ok: [managed-node8] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 24 July 2025 07:28:13 -0400 (0:00:00.317) 0:01:37.707 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 24 July 2025 07:28:14 -0400 (0:00:00.471) 0:01:38.178 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Thursday 24 July 2025 07:28:14 -0400 (0:00:00.508) 0:01:38.687 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Thursday 24 July 2025 07:28:15 -0400 (0:00:00.351) 0:01:39.038 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Thursday 24 July 2025 07:28:15 -0400 (0:00:00.592) 0:01:39.631 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Thursday 24 July 2025 07:28:16 -0400 (0:00:00.282) 0:01:39.913 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Thursday 24 July 2025 07:28:16 -0400 (0:00:00.362) 0:01:40.276 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002674", "end": "2025-07-24 07:28:17.851270", "rc": 0, "start": "2025-07-24 07:28:17.848596" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Thursday 24 July 2025 07:28:18 -0400 (0:00:01.689) 0:01:41.966 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002941", "end": "2025-07-24 07:28:19.343909", "rc": 0, "start": "2025-07-24 07:28:19.340968" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Thursday 24 July 2025 07:28:19 -0400 (0:00:01.392) 0:01:43.358 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Thursday 24 July 2025 07:28:20 -0400 (0:00:00.482) 0:01:43.840 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 24 July 2025 07:28:20 -0400 (0:00:00.472) 0:01:44.313 ********* ok: [managed-node8] => { "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=fea74369-ad2e-44f6-9393-00ae5d2d7d27 " ], "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 24 July 2025 07:28:21 -0400 (0:00:00.607) 0:01:44.921 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 24 July 2025 07:28:21 -0400 (0:00:00.479) 0:01:45.400 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 24 July 2025 07:28:22 -0400 (0:00:00.407) 0:01:45.808 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 24 July 2025 07:28:22 -0400 (0:00:00.375) 0:01:46.183 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Thursday 24 July 2025 07:28:22 -0400 (0:00:00.459) 0:01:46.643 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 24 July 2025 07:28:23 -0400 (0:00:00.354) 0:01:46.998 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 24 July 2025 07:28:23 -0400 (0:00:00.442) 0:01:47.440 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 24 July 2025 07:28:24 -0400 (0:00:00.508) 0:01:47.949 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356461.0042806, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1753356460.9922805, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29906, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1753356460.9922805, "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 24 July 2025 07:28:25 -0400 (0:00:01.672) 0:01:49.622 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 24 July 2025 07:28:26 -0400 (0:00:00.478) 0:01:50.100 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 24 July 2025 07:28:26 -0400 (0:00:00.340) 0:01:50.441 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 24 July 2025 07:28:27 -0400 (0:00:00.389) 0:01:50.831 ********* ok: [managed-node8] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 24 July 2025 07:28:27 -0400 (0:00:00.405) 0:01:51.236 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 24 July 2025 07:28:28 -0400 (0:00:00.487) 0:01:51.724 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 24 July 2025 07:28:28 -0400 (0:00:00.393) 0:01:52.117 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 24 July 2025 07:28:28 -0400 (0:00:00.349) 0:01:52.466 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 24 July 2025 07:28:31 -0400 (0:00:03.148) 0:01:55.614 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 24 July 2025 07:28:32 -0400 (0:00:00.452) 0:01:56.067 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 24 July 2025 07:28:32 -0400 (0:00:00.418) 0:01:56.485 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 24 July 2025 07:28:33 -0400 (0:00:00.409) 0:01:56.895 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 24 July 2025 07:28:33 -0400 (0:00:00.293) 0:01:57.188 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 24 July 2025 07:28:34 -0400 (0:00:00.593) 0:01:57.782 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Thursday 24 July 2025 07:28:34 -0400 (0:00:00.347) 0:01:58.130 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Thursday 24 July 2025 07:28:34 -0400 (0:00:00.354) 0:01:58.484 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Thursday 24 July 2025 07:28:35 -0400 (0:00:00.405) 0:01:58.889 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Thursday 24 July 2025 07:28:35 -0400 (0:00:00.440) 0:01:59.330 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Thursday 24 July 2025 07:28:35 -0400 (0:00:00.299) 0:01:59.629 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Thursday 24 July 2025 07:28:36 -0400 (0:00:00.365) 0:01:59.994 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Thursday 24 July 2025 07:28:36 -0400 (0:00:00.376) 0:02:00.371 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Thursday 24 July 2025 07:28:37 -0400 (0:00:00.362) 0:02:00.734 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 24 July 2025 07:28:37 -0400 (0:00:00.393) 0:02:01.128 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 24 July 2025 07:28:37 -0400 (0:00:00.389) 0:02:01.518 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 24 July 2025 07:28:38 -0400 (0:00:00.371) 0:02:01.890 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 24 July 2025 07:28:38 -0400 (0:00:00.397) 0:02:02.287 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 24 July 2025 07:28:38 -0400 (0:00:00.338) 0:02:02.626 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 24 July 2025 07:28:39 -0400 (0:00:00.382) 0:02:03.008 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 24 July 2025 07:28:39 -0400 (0:00:00.380) 0:02:03.389 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 24 July 2025 07:28:40 -0400 (0:00:00.410) 0:02:03.799 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 24 July 2025 07:28:40 -0400 (0:00:00.304) 0:02:04.104 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 24 July 2025 07:28:40 -0400 (0:00:00.358) 0:02:04.463 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 24 July 2025 07:28:40 -0400 (0:00:00.164) 0:02:04.627 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 24 July 2025 07:28:41 -0400 (0:00:00.541) 0:02:05.169 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 24 July 2025 07:28:41 -0400 (0:00:00.277) 0:02:05.447 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 24 July 2025 07:28:42 -0400 (0:00:00.515) 0:02:05.962 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 24 July 2025 07:28:42 -0400 (0:00:00.379) 0:02:06.341 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 24 July 2025 07:28:42 -0400 (0:00:00.334) 0:02:06.676 ********* skipping: [managed-node8] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 24 July 2025 07:28:43 -0400 (0:00:00.384) 0:02:07.061 ********* skipping: [managed-node8] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 24 July 2025 07:28:43 -0400 (0:00:00.332) 0:02:07.393 ********* skipping: [managed-node8] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 24 July 2025 07:28:44 -0400 (0:00:00.328) 0:02:07.721 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Thursday 24 July 2025 07:28:44 -0400 (0:00:00.262) 0:02:07.984 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Thursday 24 July 2025 07:28:44 -0400 (0:00:00.288) 0:02:08.272 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Thursday 24 July 2025 07:28:44 -0400 (0:00:00.350) 0:02:08.623 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Thursday 24 July 2025 07:28:45 -0400 (0:00:00.298) 0:02:08.922 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Thursday 24 July 2025 07:28:45 -0400 (0:00:00.404) 0:02:09.327 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Thursday 24 July 2025 07:28:46 -0400 (0:00:00.472) 0:02:09.799 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Thursday 24 July 2025 07:28:46 -0400 (0:00:00.291) 0:02:10.091 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Thursday 24 July 2025 07:28:46 -0400 (0:00:00.280) 0:02:10.371 ********* skipping: [managed-node8] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Thursday 24 July 2025 07:28:47 -0400 (0:00:00.354) 0:02:10.726 ********* skipping: [managed-node8] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Thursday 24 July 2025 07:28:47 -0400 (0:00:00.300) 0:02:11.026 ********* skipping: [managed-node8] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Thursday 24 July 2025 07:28:47 -0400 (0:00:00.234) 0:02:11.261 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Thursday 24 July 2025 07:28:47 -0400 (0:00:00.428) 0:02:11.690 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Thursday 24 July 2025 07:28:48 -0400 (0:00:00.457) 0:02:12.147 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Thursday 24 July 2025 07:28:48 -0400 (0:00:00.294) 0:02:12.442 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Thursday 24 July 2025 07:28:49 -0400 (0:00:00.377) 0:02:12.819 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Thursday 24 July 2025 07:28:49 -0400 (0:00:00.366) 0:02:13.186 ********* ok: [managed-node8] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Thursday 24 July 2025 07:28:49 -0400 (0:00:00.396) 0:02:13.583 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Thursday 24 July 2025 07:28:50 -0400 (0:00:00.453) 0:02:14.036 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 24 July 2025 07:28:50 -0400 (0:00:00.489) 0:02:14.525 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 24 July 2025 07:28:51 -0400 (0:00:00.367) 0:02:14.893 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 24 July 2025 07:28:51 -0400 (0:00:00.430) 0:02:15.324 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 24 July 2025 07:28:51 -0400 (0:00:00.309) 0:02:15.633 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 24 July 2025 07:28:52 -0400 (0:00:00.330) 0:02:15.964 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 24 July 2025 07:28:52 -0400 (0:00:00.368) 0:02:16.332 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 24 July 2025 07:28:52 -0400 (0:00:00.353) 0:02:16.686 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 24 July 2025 07:28:53 -0400 (0:00:00.390) 0:02:17.077 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Thursday 24 July 2025 07:28:53 -0400 (0:00:00.449) 0:02:17.526 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:47 Thursday 24 July 2025 07:28:54 -0400 (0:00:00.271) 0:02:17.797 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node8 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Thursday 24 July 2025 07:28:54 -0400 (0:00:00.570) 0:02:18.367 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Thursday 24 July 2025 07:28:57 -0400 (0:00:02.667) 0:02:21.035 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Thursday 24 July 2025 07:28:58 -0400 (0:00:01.314) 0:02:22.349 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Thursday 24 July 2025 07:28:58 -0400 (0:00:00.322) 0:02:22.672 ********* ok: [managed-node8] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Thursday 24 July 2025 07:28:59 -0400 (0:00:00.285) 0:02:22.957 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Thursday 24 July 2025 07:28:59 -0400 (0:00:00.374) 0:02:23.332 ********* ok: [managed-node8] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:54 Thursday 24 July 2025 07:29:00 -0400 (0:00:00.410) 0:02:23.742 ********* ok: [managed-node8] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:58 Thursday 24 July 2025 07:29:00 -0400 (0:00:00.437) 0:02:24.180 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 24 July 2025 07:29:01 -0400 (0:00:00.675) 0:02:24.856 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 24 July 2025 07:29:01 -0400 (0:00:00.450) 0:02:25.306 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 24 July 2025 07:29:02 -0400 (0:00:00.428) 0:02:25.734 ********* skipping: [managed-node8] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node8] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 24 July 2025 07:29:02 -0400 (0:00:00.847) 0:02:26.582 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 24 July 2025 07:29:03 -0400 (0:00:00.481) 0:02:27.064 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 24 July 2025 07:29:03 -0400 (0:00:00.397) 0:02:27.461 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 24 July 2025 07:29:04 -0400 (0:00:00.418) 0:02:27.880 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 24 July 2025 07:29:04 -0400 (0:00:00.302) 0:02:28.182 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 24 July 2025 07:29:05 -0400 (0:00:00.872) 0:02:29.055 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 24 July 2025 07:29:05 -0400 (0:00:00.444) 0:02:29.499 ********* ok: [managed-node8] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 24 July 2025 07:29:06 -0400 (0:00:00.256) 0:02:29.756 ********* ok: [managed-node8] => { "storage_volumes | d([])": [ { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 24 July 2025 07:29:06 -0400 (0:00:00.394) 0:02:30.150 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Thursday 24 July 2025 07:29:06 -0400 (0:00:00.484) 0:02:30.635 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Thursday 24 July 2025 07:29:07 -0400 (0:00:00.197) 0:02:30.832 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Thursday 24 July 2025 07:29:07 -0400 (0:00:00.365) 0:02:31.198 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Thursday 24 July 2025 07:29:07 -0400 (0:00:00.325) 0:02:31.523 ********* ok: [managed-node8] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Thursday 24 July 2025 07:29:08 -0400 (0:00:00.626) 0:02:32.149 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Thursday 24 July 2025 07:29:08 -0400 (0:00:00.336) 0:02:32.486 ********* changed: [managed-node8] => { "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=c0993cb2-257b-420e-904a-eed7fdc0cc40", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Thursday 24 July 2025 07:29:18 -0400 (0:00:09.826) 0:02:42.312 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Thursday 24 July 2025 07:29:18 -0400 (0:00:00.325) 0:02:42.638 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356476.228389, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b90d94502165c0c3d0b69cb54222d6b56a2c1c08", "ctime": 1753356473.8583722, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264023, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753356473.8583722, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1294, "uid": 0, "version": "314365697", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Thursday 24 July 2025 07:29:20 -0400 (0:00:01.600) 0:02:44.238 ********* ok: [managed-node8] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Thursday 24 July 2025 07:29:22 -0400 (0:00:01.641) 0:02:45.880 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Thursday 24 July 2025 07:29:22 -0400 (0:00:00.387) 0:02:46.267 ********* ok: [managed-node8] => { "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=c0993cb2-257b-420e-904a-eed7fdc0cc40", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 24 July 2025 07:29:22 -0400 (0:00:00.344) 0:02:46.612 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Thursday 24 July 2025 07:29:23 -0400 (0:00:00.381) 0:02:46.993 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=c0993cb2-257b-420e-904a-eed7fdc0cc40", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Thursday 24 July 2025 07:29:23 -0400 (0:00:00.375) 0:02:47.369 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Thursday 24 July 2025 07:29:24 -0400 (0:00:00.385) 0:02:47.754 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Thursday 24 July 2025 07:29:24 -0400 (0:00:00.378) 0:02:48.133 ********* TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 24 July 2025 07:29:24 -0400 (0:00:00.459) 0:02:48.592 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Thursday 24 July 2025 07:29:25 -0400 (0:00:00.409) 0:02:49.001 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Thursday 24 July 2025 07:29:25 -0400 (0:00:00.429) 0:02:49.431 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356216.448545, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1753356206.2474728, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264211, "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": 1753356206.2464726, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "314368358", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Thursday 24 July 2025 07:29:27 -0400 (0:00:01.303) 0:02:50.734 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Thursday 24 July 2025 07:29:27 -0400 (0:00:00.168) 0:02:50.902 ********* ok: [managed-node8] TASK [Verify results - 2] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:69 Thursday 24 July 2025 07:29:29 -0400 (0:00:02.125) 0:02:53.028 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node8 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 24 July 2025 07:29:30 -0400 (0:00:00.845) 0:02:53.874 ********* skipping: [managed-node8] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 24 July 2025 07:29:30 -0400 (0:00:00.325) 0:02:54.199 ********* ok: [managed-node8] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=c0993cb2-257b-420e-904a-eed7fdc0cc40", "_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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 24 July 2025 07:29:30 -0400 (0:00:00.483) 0:02:54.683 ********* ok: [managed-node8] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "fea74369-ad2e-44f6-9393-00ae5d2d7d27" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "c0993cb2-257b-420e-904a-eed7fdc0cc40" }, "/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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 24 July 2025 07:29:32 -0400 (0:00:01.694) 0:02:56.377 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.004105", "end": "2025-07-24 07:29:33.872740", "rc": 0, "start": "2025-07-24 07:29:33.868635" } 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=fea74369-ad2e-44f6-9393-00ae5d2d7d27 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 24 July 2025 07:29:34 -0400 (0:00:01.680) 0:02:58.057 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002758", "end": "2025-07-24 07:29:35.546636", "failed_when_result": false, "rc": 0, "start": "2025-07-24 07:29:35.543878" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 24 July 2025 07:29:35 -0400 (0:00:01.611) 0:02:59.669 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Thursday 24 July 2025 07:29:36 -0400 (0:00:00.358) 0:03:00.028 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node8 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 24 July 2025 07:29:37 -0400 (0:00:00.749) 0:03:00.777 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 24 July 2025 07:29:37 -0400 (0:00:00.529) 0:03:01.307 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node8 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 24 July 2025 07:29:39 -0400 (0:00:01.536) 0:03:02.843 ********* ok: [managed-node8] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 24 July 2025 07:29:39 -0400 (0:00:00.326) 0:03:03.170 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 24 July 2025 07:29:39 -0400 (0:00:00.369) 0:03:03.539 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Thursday 24 July 2025 07:29:40 -0400 (0:00:00.426) 0:03:03.966 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Thursday 24 July 2025 07:29:40 -0400 (0:00:00.352) 0:03:04.319 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Thursday 24 July 2025 07:29:40 -0400 (0:00:00.370) 0:03:04.689 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Thursday 24 July 2025 07:29:41 -0400 (0:00:00.414) 0:03:05.103 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Thursday 24 July 2025 07:29:41 -0400 (0:00:00.428) 0:03:05.532 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Thursday 24 July 2025 07:29:42 -0400 (0:00:00.368) 0:03:05.901 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Thursday 24 July 2025 07:29:42 -0400 (0:00:00.321) 0:03:06.223 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Thursday 24 July 2025 07:29:42 -0400 (0:00:00.331) 0:03:06.555 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 24 July 2025 07:29:43 -0400 (0:00:00.384) 0:03:06.939 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 24 July 2025 07:29:43 -0400 (0:00:00.702) 0:03:07.641 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 24 July 2025 07:29:44 -0400 (0:00:00.494) 0:03:08.135 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 24 July 2025 07:29:44 -0400 (0:00:00.433) 0:03:08.568 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 24 July 2025 07:29:45 -0400 (0:00:00.424) 0:03:08.993 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Thursday 24 July 2025 07:29:45 -0400 (0:00:00.491) 0:03:09.484 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 24 July 2025 07:29:46 -0400 (0:00:00.453) 0:03:09.938 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 24 July 2025 07:29:46 -0400 (0:00:00.449) 0:03:10.388 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 24 July 2025 07:29:47 -0400 (0:00:00.631) 0:03:11.019 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356558.2089736, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1753356558.2089736, "dev": 5, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29273, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1753356558.2089736, "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 24 July 2025 07:29:48 -0400 (0:00:01.558) 0:03:12.578 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 24 July 2025 07:29:49 -0400 (0:00:00.951) 0:03:13.530 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 24 July 2025 07:29:50 -0400 (0:00:00.358) 0:03:13.888 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 24 July 2025 07:29:50 -0400 (0:00:00.534) 0:03:14.422 ********* ok: [managed-node8] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 24 July 2025 07:29:50 -0400 (0:00:00.296) 0:03:14.719 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 24 July 2025 07:29:51 -0400 (0:00:00.447) 0:03:15.166 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 24 July 2025 07:29:51 -0400 (0:00:00.483) 0:03:15.650 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 24 July 2025 07:29:52 -0400 (0:00:00.351) 0:03:16.001 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 24 July 2025 07:29:55 -0400 (0:00:02.775) 0:03:18.777 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 24 July 2025 07:29:55 -0400 (0:00:00.311) 0:03:19.088 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 24 July 2025 07:29:55 -0400 (0:00:00.334) 0:03:19.423 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 24 July 2025 07:29:56 -0400 (0:00:00.412) 0:03:19.836 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 24 July 2025 07:29:56 -0400 (0:00:00.378) 0:03:20.214 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 24 July 2025 07:29:56 -0400 (0:00:00.375) 0:03:20.589 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Thursday 24 July 2025 07:29:57 -0400 (0:00:00.347) 0:03:20.937 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Thursday 24 July 2025 07:29:57 -0400 (0:00:00.408) 0:03:21.345 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Thursday 24 July 2025 07:29:58 -0400 (0:00:00.408) 0:03:21.753 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Thursday 24 July 2025 07:29:58 -0400 (0:00:00.515) 0:03:22.269 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Thursday 24 July 2025 07:29:59 -0400 (0:00:00.462) 0:03:22.731 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Thursday 24 July 2025 07:29:59 -0400 (0:00:00.389) 0:03:23.121 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Thursday 24 July 2025 07:29:59 -0400 (0:00:00.331) 0:03:23.452 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Thursday 24 July 2025 07:29:59 -0400 (0:00:00.264) 0:03:23.716 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 24 July 2025 07:30:00 -0400 (0:00:00.383) 0:03:24.100 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 24 July 2025 07:30:00 -0400 (0:00:00.351) 0:03:24.451 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 24 July 2025 07:30:01 -0400 (0:00:00.421) 0:03:24.873 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 24 July 2025 07:30:01 -0400 (0:00:00.369) 0:03:25.243 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 24 July 2025 07:30:01 -0400 (0:00:00.299) 0:03:25.542 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 24 July 2025 07:30:02 -0400 (0:00:00.294) 0:03:25.836 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 24 July 2025 07:30:02 -0400 (0:00:00.242) 0:03:26.079 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 24 July 2025 07:30:02 -0400 (0:00:00.389) 0:03:26.469 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 24 July 2025 07:30:03 -0400 (0:00:00.293) 0:03:26.763 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 24 July 2025 07:30:03 -0400 (0:00:00.383) 0:03:27.146 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 24 July 2025 07:30:03 -0400 (0:00:00.327) 0:03:27.473 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 24 July 2025 07:30:04 -0400 (0:00:00.344) 0:03:27.817 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 24 July 2025 07:30:04 -0400 (0:00:00.341) 0:03:28.158 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 24 July 2025 07:30:04 -0400 (0:00:00.286) 0:03:28.445 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 24 July 2025 07:30:05 -0400 (0:00:00.437) 0:03:28.883 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 24 July 2025 07:30:05 -0400 (0:00:00.334) 0:03:29.217 ********* skipping: [managed-node8] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 24 July 2025 07:30:05 -0400 (0:00:00.274) 0:03:29.491 ********* skipping: [managed-node8] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 24 July 2025 07:30:06 -0400 (0:00:00.406) 0:03:29.898 ********* skipping: [managed-node8] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 24 July 2025 07:30:06 -0400 (0:00:00.487) 0:03:30.385 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Thursday 24 July 2025 07:30:06 -0400 (0:00:00.321) 0:03:30.707 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Thursday 24 July 2025 07:30:07 -0400 (0:00:00.381) 0:03:31.089 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Thursday 24 July 2025 07:30:07 -0400 (0:00:00.265) 0:03:31.354 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Thursday 24 July 2025 07:30:07 -0400 (0:00:00.350) 0:03:31.705 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Thursday 24 July 2025 07:30:08 -0400 (0:00:00.298) 0:03:32.003 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Thursday 24 July 2025 07:30:08 -0400 (0:00:00.281) 0:03:32.284 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Thursday 24 July 2025 07:30:08 -0400 (0:00:00.331) 0:03:32.616 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Thursday 24 July 2025 07:30:09 -0400 (0:00:00.332) 0:03:32.948 ********* skipping: [managed-node8] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Thursday 24 July 2025 07:30:09 -0400 (0:00:00.245) 0:03:33.194 ********* skipping: [managed-node8] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Thursday 24 July 2025 07:30:09 -0400 (0:00:00.232) 0:03:33.427 ********* skipping: [managed-node8] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Thursday 24 July 2025 07:30:10 -0400 (0:00:00.401) 0:03:33.828 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Thursday 24 July 2025 07:30:10 -0400 (0:00:00.475) 0:03:34.303 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Thursday 24 July 2025 07:30:10 -0400 (0:00:00.278) 0:03:34.582 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Thursday 24 July 2025 07:30:11 -0400 (0:00:00.335) 0:03:34.918 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Thursday 24 July 2025 07:30:11 -0400 (0:00:00.271) 0:03:35.190 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Thursday 24 July 2025 07:30:11 -0400 (0:00:00.262) 0:03:35.452 ********* ok: [managed-node8] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Thursday 24 July 2025 07:30:12 -0400 (0:00:00.364) 0:03:35.816 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Thursday 24 July 2025 07:30:12 -0400 (0:00:00.305) 0:03:36.122 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 24 July 2025 07:30:12 -0400 (0:00:00.321) 0:03:36.444 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 24 July 2025 07:30:13 -0400 (0:00:00.334) 0:03:36.779 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 24 July 2025 07:30:13 -0400 (0:00:00.286) 0:03:37.065 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 24 July 2025 07:30:13 -0400 (0:00:00.245) 0:03:37.311 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 24 July 2025 07:30:13 -0400 (0:00:00.308) 0:03:37.620 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 24 July 2025 07:30:14 -0400 (0:00:00.403) 0:03:38.023 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 24 July 2025 07:30:14 -0400 (0:00:00.287) 0:03:38.310 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 24 July 2025 07:30:14 -0400 (0:00:00.220) 0:03:38.530 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Thursday 24 July 2025 07:30:15 -0400 (0:00:00.321) 0:03:38.852 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:72 Thursday 24 July 2025 07:30:15 -0400 (0:00:00.615) 0:03:39.467 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 24 July 2025 07:30:16 -0400 (0:00:00.778) 0:03:40.246 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 24 July 2025 07:30:16 -0400 (0:00:00.454) 0:03:40.701 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 24 July 2025 07:30:17 -0400 (0:00:00.345) 0:03:41.046 ********* skipping: [managed-node8] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node8] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 24 July 2025 07:30:18 -0400 (0:00:00.689) 0:03:41.736 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 24 July 2025 07:30:18 -0400 (0:00:00.382) 0:03:42.118 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 24 July 2025 07:30:18 -0400 (0:00:00.403) 0:03:42.522 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 24 July 2025 07:30:19 -0400 (0:00:00.356) 0:03:42.878 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 24 July 2025 07:30:19 -0400 (0:00:00.196) 0:03:43.075 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 24 July 2025 07:30:20 -0400 (0:00:00.777) 0:03:43.853 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 24 July 2025 07:30:20 -0400 (0:00:00.251) 0:03:44.105 ********* ok: [managed-node8] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 24 July 2025 07:30:20 -0400 (0:00:00.386) 0:03:44.491 ********* ok: [managed-node8] => { "storage_volumes | d([])": [ { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 24 July 2025 07:30:21 -0400 (0:00:00.425) 0:03:44.917 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Thursday 24 July 2025 07:30:21 -0400 (0:00:00.332) 0:03:45.249 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Thursday 24 July 2025 07:30:21 -0400 (0:00:00.301) 0:03:45.551 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Thursday 24 July 2025 07:30:22 -0400 (0:00:00.284) 0:03:45.836 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Thursday 24 July 2025 07:30:22 -0400 (0:00:00.268) 0:03:46.104 ********* ok: [managed-node8] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Thursday 24 July 2025 07:30:22 -0400 (0:00:00.536) 0:03:46.641 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Thursday 24 July 2025 07:30:23 -0400 (0:00:00.198) 0:03:46.839 ********* changed: [managed-node8] => { "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=fea74369-ad2e-44f6-9393-00ae5d2d7d27", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=de468062-378a-4206-b3bf-b78b773b3b8b", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=de468062-378a-4206-b3bf-b78b773b3b8b", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Thursday 24 July 2025 07:30:32 -0400 (0:00:09.696) 0:03:56.536 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Thursday 24 July 2025 07:30:33 -0400 (0:00:00.277) 0:03:56.814 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356476.228389, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b90d94502165c0c3d0b69cb54222d6b56a2c1c08", "ctime": 1753356473.8583722, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264023, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753356473.8583722, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1294, "uid": 0, "version": "314365697", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Thursday 24 July 2025 07:30:34 -0400 (0:00:01.489) 0:03:58.303 ********* ok: [managed-node8] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Thursday 24 July 2025 07:30:35 -0400 (0:00:01.307) 0:03:59.610 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Thursday 24 July 2025 07:30:36 -0400 (0:00:00.274) 0:03:59.885 ********* ok: [managed-node8] => { "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=fea74369-ad2e-44f6-9393-00ae5d2d7d27", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=de468062-378a-4206-b3bf-b78b773b3b8b", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=de468062-378a-4206-b3bf-b78b773b3b8b", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 24 July 2025 07:30:36 -0400 (0:00:00.523) 0:04:00.409 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Thursday 24 July 2025 07:30:37 -0400 (0:00:00.315) 0:04:00.725 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=de468062-378a-4206-b3bf-b78b773b3b8b", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Thursday 24 July 2025 07:30:37 -0400 (0:00:00.249) 0:04:00.974 ********* changed: [managed-node8] => (item={u'src': u'UUID=fea74369-ad2e-44f6-9393-00ae5d2d7d27', 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=fea74369-ad2e-44f6-9393-00ae5d2d7d27", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=fea74369-ad2e-44f6-9393-00ae5d2d7d27" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Thursday 24 July 2025 07:30:38 -0400 (0:00:01.345) 0:04:02.320 ********* ok: [managed-node8] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Thursday 24 July 2025 07:30:39 -0400 (0:00:01.205) 0:04:03.525 ********* changed: [managed-node8] => (item={u'src': u'UUID=de468062-378a-4206-b3bf-b78b773b3b8b', 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=de468062-378a-4206-b3bf-b78b773b3b8b", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=de468062-378a-4206-b3bf-b78b773b3b8b" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 24 July 2025 07:30:41 -0400 (0:00:01.195) 0:04:04.721 ********* skipping: [managed-node8] => (item={u'src': u'UUID=de468062-378a-4206-b3bf-b78b773b3b8b', 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=de468062-378a-4206-b3bf-b78b773b3b8b", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Thursday 24 July 2025 07:30:41 -0400 (0:00:00.353) 0:04:05.075 ********* ok: [managed-node8] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Thursday 24 July 2025 07:30:42 -0400 (0:00:01.365) 0:04:06.440 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356216.448545, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1753356206.2474728, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264211, "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": 1753356206.2464726, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "314368358", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Thursday 24 July 2025 07:30:44 -0400 (0:00:01.314) 0:04:07.754 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Thursday 24 July 2025 07:30:44 -0400 (0:00:00.267) 0:04:08.022 ********* ok: [managed-node8] TASK [Verify results - 3] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:83 Thursday 24 July 2025 07:30:46 -0400 (0:00:02.259) 0:04:10.281 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node8 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 24 July 2025 07:30:47 -0400 (0:00:00.701) 0:04:10.983 ********* skipping: [managed-node8] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 24 July 2025 07:30:47 -0400 (0:00:00.344) 0:04:11.327 ********* ok: [managed-node8] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=de468062-378a-4206-b3bf-b78b773b3b8b", "_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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 24 July 2025 07:30:47 -0400 (0:00:00.352) 0:04:11.679 ********* ok: [managed-node8] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "de468062-378a-4206-b3bf-b78b773b3b8b" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "c0993cb2-257b-420e-904a-eed7fdc0cc40" }, "/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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 24 July 2025 07:30:49 -0400 (0:00:01.204) 0:04:12.884 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003419", "end": "2025-07-24 07:30:50.029949", "rc": 0, "start": "2025-07-24 07:30:50.026530" } 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=de468062-378a-4206-b3bf-b78b773b3b8b /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 24 July 2025 07:30:50 -0400 (0:00:01.250) 0:04:14.134 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003031", "end": "2025-07-24 07:30:51.199652", "failed_when_result": false, "rc": 0, "start": "2025-07-24 07:30:51.196621" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 24 July 2025 07:30:51 -0400 (0:00:01.058) 0:04:15.193 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Thursday 24 July 2025 07:30:51 -0400 (0:00:00.198) 0:04:15.391 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node8 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 24 July 2025 07:30:52 -0400 (0:00:00.465) 0:04:15.857 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 24 July 2025 07:30:52 -0400 (0:00:00.345) 0:04:16.202 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node8 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 24 July 2025 07:30:53 -0400 (0:00:00.840) 0:04:17.043 ********* ok: [managed-node8] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 24 July 2025 07:30:53 -0400 (0:00:00.196) 0:04:17.239 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 24 July 2025 07:30:53 -0400 (0:00:00.292) 0:04:17.532 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Thursday 24 July 2025 07:30:54 -0400 (0:00:00.263) 0:04:17.795 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Thursday 24 July 2025 07:30:54 -0400 (0:00:00.123) 0:04:17.919 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Thursday 24 July 2025 07:30:54 -0400 (0:00:00.251) 0:04:18.171 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Thursday 24 July 2025 07:30:54 -0400 (0:00:00.254) 0:04:18.425 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Thursday 24 July 2025 07:30:55 -0400 (0:00:00.295) 0:04:18.721 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Thursday 24 July 2025 07:30:55 -0400 (0:00:00.253) 0:04:18.974 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Thursday 24 July 2025 07:30:55 -0400 (0:00:00.105) 0:04:19.080 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Thursday 24 July 2025 07:30:55 -0400 (0:00:00.137) 0:04:19.218 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 24 July 2025 07:30:55 -0400 (0:00:00.162) 0:04:19.381 ********* ok: [managed-node8] => { "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=de468062-378a-4206-b3bf-b78b773b3b8b " ], "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 24 July 2025 07:30:55 -0400 (0:00:00.300) 0:04:19.681 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 24 July 2025 07:30:56 -0400 (0:00:00.221) 0:04:19.903 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 24 July 2025 07:30:56 -0400 (0:00:00.242) 0:04:20.146 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 24 July 2025 07:30:56 -0400 (0:00:00.203) 0:04:20.349 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Thursday 24 July 2025 07:30:56 -0400 (0:00:00.189) 0:04:20.539 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 24 July 2025 07:30:57 -0400 (0:00:00.182) 0:04:20.722 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 24 July 2025 07:30:57 -0400 (0:00:00.308) 0:04:21.031 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 24 July 2025 07:30:57 -0400 (0:00:00.298) 0:04:21.329 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356632.3675025, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1753356632.3675025, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29906, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1753356632.3675025, "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 24 July 2025 07:30:58 -0400 (0:00:01.263) 0:04:22.592 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 24 July 2025 07:30:59 -0400 (0:00:00.203) 0:04:22.796 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 24 July 2025 07:30:59 -0400 (0:00:00.301) 0:04:23.097 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 24 July 2025 07:30:59 -0400 (0:00:00.217) 0:04:23.315 ********* ok: [managed-node8] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 24 July 2025 07:30:59 -0400 (0:00:00.300) 0:04:23.615 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 24 July 2025 07:31:00 -0400 (0:00:00.250) 0:04:23.866 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 24 July 2025 07:31:00 -0400 (0:00:00.326) 0:04:24.192 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 24 July 2025 07:31:00 -0400 (0:00:00.228) 0:04:24.421 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 24 July 2025 07:31:02 -0400 (0:00:01.871) 0:04:26.293 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 24 July 2025 07:31:02 -0400 (0:00:00.240) 0:04:26.533 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 24 July 2025 07:31:03 -0400 (0:00:00.235) 0:04:26.769 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 24 July 2025 07:31:03 -0400 (0:00:00.148) 0:04:26.917 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 24 July 2025 07:31:03 -0400 (0:00:00.242) 0:04:27.159 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 24 July 2025 07:31:03 -0400 (0:00:00.135) 0:04:27.295 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Thursday 24 July 2025 07:31:03 -0400 (0:00:00.209) 0:04:27.505 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Thursday 24 July 2025 07:31:04 -0400 (0:00:00.245) 0:04:27.751 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Thursday 24 July 2025 07:31:04 -0400 (0:00:00.306) 0:04:28.057 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Thursday 24 July 2025 07:31:04 -0400 (0:00:00.139) 0:04:28.197 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Thursday 24 July 2025 07:31:04 -0400 (0:00:00.139) 0:04:28.337 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Thursday 24 July 2025 07:31:04 -0400 (0:00:00.177) 0:04:28.514 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Thursday 24 July 2025 07:31:04 -0400 (0:00:00.118) 0:04:28.632 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Thursday 24 July 2025 07:31:05 -0400 (0:00:00.129) 0:04:28.762 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 24 July 2025 07:31:05 -0400 (0:00:00.151) 0:04:28.914 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 24 July 2025 07:31:05 -0400 (0:00:00.253) 0:04:29.168 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 24 July 2025 07:31:05 -0400 (0:00:00.198) 0:04:29.366 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 24 July 2025 07:31:05 -0400 (0:00:00.217) 0:04:29.584 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 24 July 2025 07:31:06 -0400 (0:00:00.195) 0:04:29.780 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 24 July 2025 07:31:06 -0400 (0:00:00.226) 0:04:30.006 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 24 July 2025 07:31:06 -0400 (0:00:00.142) 0:04:30.148 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 24 July 2025 07:31:06 -0400 (0:00:00.092) 0:04:30.241 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 24 July 2025 07:31:06 -0400 (0:00:00.069) 0:04:30.311 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 24 July 2025 07:31:06 -0400 (0:00:00.221) 0:04:30.532 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 24 July 2025 07:31:07 -0400 (0:00:00.239) 0:04:30.771 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 24 July 2025 07:31:07 -0400 (0:00:00.220) 0:04:30.991 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 24 July 2025 07:31:07 -0400 (0:00:00.145) 0:04:31.137 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 24 July 2025 07:31:07 -0400 (0:00:00.189) 0:04:31.327 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 24 July 2025 07:31:07 -0400 (0:00:00.190) 0:04:31.517 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 24 July 2025 07:31:07 -0400 (0:00:00.084) 0:04:31.602 ********* skipping: [managed-node8] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 24 July 2025 07:31:08 -0400 (0:00:00.140) 0:04:31.743 ********* skipping: [managed-node8] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 24 July 2025 07:31:08 -0400 (0:00:00.189) 0:04:31.933 ********* skipping: [managed-node8] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 24 July 2025 07:31:08 -0400 (0:00:00.205) 0:04:32.138 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Thursday 24 July 2025 07:31:08 -0400 (0:00:00.125) 0:04:32.264 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Thursday 24 July 2025 07:31:08 -0400 (0:00:00.069) 0:04:32.333 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Thursday 24 July 2025 07:31:08 -0400 (0:00:00.170) 0:04:32.503 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Thursday 24 July 2025 07:31:08 -0400 (0:00:00.196) 0:04:32.700 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Thursday 24 July 2025 07:31:09 -0400 (0:00:00.267) 0:04:32.967 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Thursday 24 July 2025 07:31:09 -0400 (0:00:00.217) 0:04:33.185 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Thursday 24 July 2025 07:31:09 -0400 (0:00:00.300) 0:04:33.486 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Thursday 24 July 2025 07:31:09 -0400 (0:00:00.229) 0:04:33.715 ********* skipping: [managed-node8] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Thursday 24 July 2025 07:31:10 -0400 (0:00:00.244) 0:04:33.959 ********* skipping: [managed-node8] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Thursday 24 July 2025 07:31:10 -0400 (0:00:00.276) 0:04:34.236 ********* skipping: [managed-node8] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Thursday 24 July 2025 07:31:10 -0400 (0:00:00.269) 0:04:34.505 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Thursday 24 July 2025 07:31:10 -0400 (0:00:00.200) 0:04:34.705 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Thursday 24 July 2025 07:31:11 -0400 (0:00:00.240) 0:04:34.946 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Thursday 24 July 2025 07:31:11 -0400 (0:00:00.397) 0:04:35.344 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Thursday 24 July 2025 07:31:12 -0400 (0:00:00.412) 0:04:35.756 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Thursday 24 July 2025 07:31:12 -0400 (0:00:00.252) 0:04:36.009 ********* ok: [managed-node8] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Thursday 24 July 2025 07:31:12 -0400 (0:00:00.250) 0:04:36.260 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Thursday 24 July 2025 07:31:12 -0400 (0:00:00.207) 0:04:36.467 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 24 July 2025 07:31:12 -0400 (0:00:00.169) 0:04:36.637 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 24 July 2025 07:31:13 -0400 (0:00:00.252) 0:04:36.889 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 24 July 2025 07:31:13 -0400 (0:00:00.344) 0:04:37.234 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 24 July 2025 07:31:13 -0400 (0:00:00.290) 0:04:37.524 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 24 July 2025 07:31:14 -0400 (0:00:00.275) 0:04:37.800 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 24 July 2025 07:31:14 -0400 (0:00:00.251) 0:04:38.051 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 24 July 2025 07:31:14 -0400 (0:00:00.278) 0:04:38.329 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 24 July 2025 07:31:14 -0400 (0:00:00.306) 0:04:38.635 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Thursday 24 July 2025 07:31:15 -0400 (0:00:00.315) 0:04:38.950 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:86 Thursday 24 July 2025 07:31:15 -0400 (0:00:00.282) 0:04:39.233 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 24 July 2025 07:31:16 -0400 (0:00:00.642) 0:04:39.876 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 24 July 2025 07:31:16 -0400 (0:00:00.464) 0:04:40.341 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 24 July 2025 07:31:16 -0400 (0:00:00.265) 0:04:40.607 ********* skipping: [managed-node8] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node8] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 24 July 2025 07:31:17 -0400 (0:00:00.567) 0:04:41.174 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 24 July 2025 07:31:17 -0400 (0:00:00.267) 0:04:41.442 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 24 July 2025 07:31:18 -0400 (0:00:00.593) 0:04:42.035 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 24 July 2025 07:31:18 -0400 (0:00:00.298) 0:04:42.334 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 24 July 2025 07:31:18 -0400 (0:00:00.184) 0:04:42.518 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 24 July 2025 07:31:19 -0400 (0:00:00.561) 0:04:43.080 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 24 July 2025 07:31:19 -0400 (0:00:00.294) 0:04:43.374 ********* ok: [managed-node8] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 24 July 2025 07:31:19 -0400 (0:00:00.281) 0:04:43.656 ********* ok: [managed-node8] => { "storage_volumes | d([])": [ { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 24 July 2025 07:31:20 -0400 (0:00:00.390) 0:04:44.046 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Thursday 24 July 2025 07:31:20 -0400 (0:00:00.250) 0:04:44.297 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Thursday 24 July 2025 07:31:20 -0400 (0:00:00.276) 0:04:44.573 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Thursday 24 July 2025 07:31:21 -0400 (0:00:00.250) 0:04:44.824 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Thursday 24 July 2025 07:31:21 -0400 (0:00:00.350) 0:04:45.174 ********* ok: [managed-node8] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Thursday 24 July 2025 07:31:21 -0400 (0:00:00.508) 0:04:45.682 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Thursday 24 July 2025 07:31:22 -0400 (0:00:00.305) 0:04:45.988 ********* ok: [managed-node8] => { "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=de468062-378a-4206-b3bf-b78b773b3b8b", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=de468062-378a-4206-b3bf-b78b773b3b8b", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Thursday 24 July 2025 07:31:27 -0400 (0:00:05.050) 0:04:51.039 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Thursday 24 July 2025 07:31:27 -0400 (0:00:00.214) 0:04:51.254 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356640.6775618, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "77324f17dab3dcf620702d3421c09c8138613a1d", "ctime": 1753356640.6745617, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264023, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753356640.6745617, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1299, "uid": 0, "version": "314365697", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Thursday 24 July 2025 07:31:28 -0400 (0:00:01.166) 0:04:52.420 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Thursday 24 July 2025 07:31:29 -0400 (0:00:00.309) 0:04:52.730 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Thursday 24 July 2025 07:31:29 -0400 (0:00:00.230) 0:04:52.961 ********* ok: [managed-node8] => { "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=de468062-378a-4206-b3bf-b78b773b3b8b", "state": "mounted" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=de468062-378a-4206-b3bf-b78b773b3b8b", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 24 July 2025 07:31:29 -0400 (0:00:00.347) 0:04:53.308 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Thursday 24 July 2025 07:31:29 -0400 (0:00:00.230) 0:04:53.539 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=de468062-378a-4206-b3bf-b78b773b3b8b", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Thursday 24 July 2025 07:31:30 -0400 (0:00:00.361) 0:04:53.900 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Thursday 24 July 2025 07:31:30 -0400 (0:00:00.273) 0:04:54.174 ********* ok: [managed-node8] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Thursday 24 July 2025 07:31:31 -0400 (0:00:01.389) 0:04:55.563 ********* ok: [managed-node8] => (item={u'src': u'UUID=de468062-378a-4206-b3bf-b78b773b3b8b', 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=de468062-378a-4206-b3bf-b78b773b3b8b", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=de468062-378a-4206-b3bf-b78b773b3b8b" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 24 July 2025 07:31:32 -0400 (0:00:00.963) 0:04:56.526 ********* skipping: [managed-node8] => (item={u'src': u'UUID=de468062-378a-4206-b3bf-b78b773b3b8b', 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=de468062-378a-4206-b3bf-b78b773b3b8b", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Thursday 24 July 2025 07:31:33 -0400 (0:00:00.240) 0:04:56.767 ********* ok: [managed-node8] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Thursday 24 July 2025 07:31:34 -0400 (0:00:01.404) 0:04:58.172 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356216.448545, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1753356206.2474728, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264211, "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": 1753356206.2464726, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "314368358", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Thursday 24 July 2025 07:31:35 -0400 (0:00:01.192) 0:04:59.364 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Thursday 24 July 2025 07:31:35 -0400 (0:00:00.268) 0:04:59.632 ********* ok: [managed-node8] TASK [Verify results - 4] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:97 Thursday 24 July 2025 07:31:37 -0400 (0:00:01.818) 0:05:01.451 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node8 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 24 July 2025 07:31:38 -0400 (0:00:00.591) 0:05:02.042 ********* skipping: [managed-node8] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 24 July 2025 07:31:38 -0400 (0:00:00.301) 0:05:02.344 ********* ok: [managed-node8] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=de468062-378a-4206-b3bf-b78b773b3b8b", "_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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 24 July 2025 07:31:38 -0400 (0:00:00.294) 0:05:02.639 ********* ok: [managed-node8] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "de468062-378a-4206-b3bf-b78b773b3b8b" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "c0993cb2-257b-420e-904a-eed7fdc0cc40" }, "/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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 24 July 2025 07:31:40 -0400 (0:00:01.275) 0:05:03.914 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003378", "end": "2025-07-24 07:31:41.027860", "rc": 0, "start": "2025-07-24 07:31:41.024482" } 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=de468062-378a-4206-b3bf-b78b773b3b8b /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 24 July 2025 07:31:41 -0400 (0:00:01.233) 0:05:05.148 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002987", "end": "2025-07-24 07:31:42.372212", "failed_when_result": false, "rc": 0, "start": "2025-07-24 07:31:42.369225" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 24 July 2025 07:31:42 -0400 (0:00:01.236) 0:05:06.385 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Thursday 24 July 2025 07:31:42 -0400 (0:00:00.229) 0:05:06.614 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node8 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 24 July 2025 07:31:43 -0400 (0:00:00.624) 0:05:07.238 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 24 July 2025 07:31:43 -0400 (0:00:00.265) 0:05:07.504 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node8 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 24 July 2025 07:31:44 -0400 (0:00:01.141) 0:05:08.645 ********* ok: [managed-node8] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 24 July 2025 07:31:45 -0400 (0:00:00.220) 0:05:08.866 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 24 July 2025 07:31:45 -0400 (0:00:00.370) 0:05:09.237 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Thursday 24 July 2025 07:31:45 -0400 (0:00:00.294) 0:05:09.531 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Thursday 24 July 2025 07:31:46 -0400 (0:00:00.211) 0:05:09.743 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Thursday 24 July 2025 07:31:46 -0400 (0:00:00.124) 0:05:09.867 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Thursday 24 July 2025 07:31:46 -0400 (0:00:00.225) 0:05:10.093 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Thursday 24 July 2025 07:31:46 -0400 (0:00:00.291) 0:05:10.385 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Thursday 24 July 2025 07:31:46 -0400 (0:00:00.312) 0:05:10.697 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Thursday 24 July 2025 07:31:47 -0400 (0:00:00.240) 0:05:10.937 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Thursday 24 July 2025 07:31:47 -0400 (0:00:00.236) 0:05:11.173 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 24 July 2025 07:31:47 -0400 (0:00:00.441) 0:05:11.615 ********* ok: [managed-node8] => { "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=de468062-378a-4206-b3bf-b78b773b3b8b " ], "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 24 July 2025 07:31:48 -0400 (0:00:00.458) 0:05:12.074 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 24 July 2025 07:31:48 -0400 (0:00:00.327) 0:05:12.402 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 24 July 2025 07:31:48 -0400 (0:00:00.289) 0:05:12.691 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 24 July 2025 07:31:49 -0400 (0:00:00.179) 0:05:12.871 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Thursday 24 July 2025 07:31:49 -0400 (0:00:00.261) 0:05:13.133 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 24 July 2025 07:31:49 -0400 (0:00:00.183) 0:05:13.316 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 24 July 2025 07:31:49 -0400 (0:00:00.334) 0:05:13.651 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 24 July 2025 07:31:50 -0400 (0:00:00.189) 0:05:13.840 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356632.3675025, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1753356632.3675025, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29906, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1753356632.3675025, "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 24 July 2025 07:31:51 -0400 (0:00:01.150) 0:05:14.991 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 24 July 2025 07:31:51 -0400 (0:00:00.401) 0:05:15.393 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 24 July 2025 07:31:51 -0400 (0:00:00.268) 0:05:15.661 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 24 July 2025 07:31:52 -0400 (0:00:00.407) 0:05:16.069 ********* ok: [managed-node8] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 24 July 2025 07:31:52 -0400 (0:00:00.364) 0:05:16.433 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 24 July 2025 07:31:53 -0400 (0:00:00.316) 0:05:16.750 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 24 July 2025 07:31:53 -0400 (0:00:00.301) 0:05:17.051 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 24 July 2025 07:31:53 -0400 (0:00:00.270) 0:05:17.321 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 24 July 2025 07:31:55 -0400 (0:00:02.377) 0:05:19.698 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 24 July 2025 07:31:56 -0400 (0:00:00.180) 0:05:19.879 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 24 July 2025 07:31:56 -0400 (0:00:00.330) 0:05:20.210 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 24 July 2025 07:31:56 -0400 (0:00:00.392) 0:05:20.602 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 24 July 2025 07:31:57 -0400 (0:00:00.276) 0:05:20.878 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 24 July 2025 07:31:57 -0400 (0:00:00.185) 0:05:21.064 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Thursday 24 July 2025 07:31:57 -0400 (0:00:00.320) 0:05:21.384 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Thursday 24 July 2025 07:31:58 -0400 (0:00:00.364) 0:05:21.749 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Thursday 24 July 2025 07:31:58 -0400 (0:00:00.286) 0:05:22.035 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Thursday 24 July 2025 07:31:58 -0400 (0:00:00.312) 0:05:22.348 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Thursday 24 July 2025 07:31:58 -0400 (0:00:00.288) 0:05:22.636 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Thursday 24 July 2025 07:31:59 -0400 (0:00:00.270) 0:05:22.907 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Thursday 24 July 2025 07:31:59 -0400 (0:00:00.323) 0:05:23.230 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Thursday 24 July 2025 07:31:59 -0400 (0:00:00.189) 0:05:23.420 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 24 July 2025 07:31:59 -0400 (0:00:00.130) 0:05:23.550 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 24 July 2025 07:31:59 -0400 (0:00:00.161) 0:05:23.711 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 24 July 2025 07:32:00 -0400 (0:00:00.165) 0:05:23.877 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 24 July 2025 07:32:00 -0400 (0:00:00.237) 0:05:24.115 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 24 July 2025 07:32:00 -0400 (0:00:00.450) 0:05:24.566 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 24 July 2025 07:32:00 -0400 (0:00:00.127) 0:05:24.694 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 24 July 2025 07:32:01 -0400 (0:00:00.198) 0:05:24.892 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 24 July 2025 07:32:01 -0400 (0:00:00.265) 0:05:25.157 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 24 July 2025 07:32:01 -0400 (0:00:00.189) 0:05:25.347 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 24 July 2025 07:32:01 -0400 (0:00:00.283) 0:05:25.631 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 24 July 2025 07:32:02 -0400 (0:00:00.246) 0:05:25.877 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 24 July 2025 07:32:02 -0400 (0:00:00.352) 0:05:26.229 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 24 July 2025 07:32:02 -0400 (0:00:00.277) 0:05:26.507 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 24 July 2025 07:32:02 -0400 (0:00:00.167) 0:05:26.674 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 24 July 2025 07:32:03 -0400 (0:00:00.259) 0:05:26.934 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 24 July 2025 07:32:03 -0400 (0:00:00.183) 0:05:27.118 ********* skipping: [managed-node8] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 24 July 2025 07:32:03 -0400 (0:00:00.234) 0:05:27.352 ********* skipping: [managed-node8] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 24 July 2025 07:32:03 -0400 (0:00:00.151) 0:05:27.505 ********* skipping: [managed-node8] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 24 July 2025 07:32:03 -0400 (0:00:00.199) 0:05:27.704 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Thursday 24 July 2025 07:32:04 -0400 (0:00:00.197) 0:05:27.901 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Thursday 24 July 2025 07:32:04 -0400 (0:00:00.186) 0:05:28.087 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Thursday 24 July 2025 07:32:04 -0400 (0:00:00.232) 0:05:28.320 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Thursday 24 July 2025 07:32:04 -0400 (0:00:00.323) 0:05:28.644 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Thursday 24 July 2025 07:32:05 -0400 (0:00:00.176) 0:05:28.820 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Thursday 24 July 2025 07:32:05 -0400 (0:00:00.248) 0:05:29.069 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Thursday 24 July 2025 07:32:05 -0400 (0:00:00.190) 0:05:29.260 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Thursday 24 July 2025 07:32:05 -0400 (0:00:00.264) 0:05:29.524 ********* skipping: [managed-node8] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Thursday 24 July 2025 07:32:05 -0400 (0:00:00.173) 0:05:29.697 ********* skipping: [managed-node8] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Thursday 24 July 2025 07:32:06 -0400 (0:00:00.207) 0:05:29.905 ********* skipping: [managed-node8] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Thursday 24 July 2025 07:32:06 -0400 (0:00:00.325) 0:05:30.231 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Thursday 24 July 2025 07:32:06 -0400 (0:00:00.335) 0:05:30.566 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Thursday 24 July 2025 07:32:07 -0400 (0:00:00.248) 0:05:30.815 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Thursday 24 July 2025 07:32:07 -0400 (0:00:00.266) 0:05:31.081 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Thursday 24 July 2025 07:32:07 -0400 (0:00:00.316) 0:05:31.398 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Thursday 24 July 2025 07:32:08 -0400 (0:00:00.383) 0:05:31.781 ********* ok: [managed-node8] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Thursday 24 July 2025 07:32:08 -0400 (0:00:00.246) 0:05:32.028 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Thursday 24 July 2025 07:32:08 -0400 (0:00:00.214) 0:05:32.242 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 24 July 2025 07:32:08 -0400 (0:00:00.280) 0:05:32.523 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 24 July 2025 07:32:09 -0400 (0:00:00.280) 0:05:32.804 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 24 July 2025 07:32:09 -0400 (0:00:00.252) 0:05:33.056 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 24 July 2025 07:32:09 -0400 (0:00:00.229) 0:05:33.286 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 24 July 2025 07:32:09 -0400 (0:00:00.299) 0:05:33.585 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 24 July 2025 07:32:10 -0400 (0:00:00.326) 0:05:33.912 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 24 July 2025 07:32:10 -0400 (0:00:00.294) 0:05:34.206 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 24 July 2025 07:32:10 -0400 (0:00:00.333) 0:05:34.539 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Thursday 24 July 2025 07:32:11 -0400 (0:00:00.277) 0:05:34.816 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:100 Thursday 24 July 2025 07:32:11 -0400 (0:00:00.257) 0:05:35.074 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 24 July 2025 07:32:12 -0400 (0:00:00.661) 0:05:35.736 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 24 July 2025 07:32:12 -0400 (0:00:00.371) 0:05:36.107 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 24 July 2025 07:32:12 -0400 (0:00:00.378) 0:05:36.485 ********* skipping: [managed-node8] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node8] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 24 July 2025 07:32:13 -0400 (0:00:00.387) 0:05:36.872 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 24 July 2025 07:32:13 -0400 (0:00:00.282) 0:05:37.154 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 24 July 2025 07:32:13 -0400 (0:00:00.265) 0:05:37.420 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 24 July 2025 07:32:13 -0400 (0:00:00.218) 0:05:37.639 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 24 July 2025 07:32:14 -0400 (0:00:00.179) 0:05:37.819 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 24 July 2025 07:32:14 -0400 (0:00:00.565) 0:05:38.384 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 24 July 2025 07:32:14 -0400 (0:00:00.197) 0:05:38.581 ********* ok: [managed-node8] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 24 July 2025 07:32:15 -0400 (0:00:00.206) 0:05:38.788 ********* ok: [managed-node8] => { "storage_volumes | d([])": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 24 July 2025 07:32:15 -0400 (0:00:00.241) 0:05:39.030 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Thursday 24 July 2025 07:32:15 -0400 (0:00:00.267) 0:05:39.297 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Thursday 24 July 2025 07:32:15 -0400 (0:00:00.266) 0:05:39.563 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Thursday 24 July 2025 07:32:16 -0400 (0:00:00.290) 0:05:39.853 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Thursday 24 July 2025 07:32:16 -0400 (0:00:00.654) 0:05:40.508 ********* ok: [managed-node8] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Thursday 24 July 2025 07:32:17 -0400 (0:00:00.295) 0:05:40.804 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Thursday 24 July 2025 07:32:17 -0400 (0:00:00.228) 0:05:41.032 ********* changed: [managed-node8] => { "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=de468062-378a-4206-b3bf-b78b773b3b8b", "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=1937efd2-5314-4df0-b897-0718c0459c4a", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Thursday 24 July 2025 07:32:22 -0400 (0:00:04.985) 0:05:46.018 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Thursday 24 July 2025 07:32:22 -0400 (0:00:00.265) 0:05:46.283 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356640.6775618, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "77324f17dab3dcf620702d3421c09c8138613a1d", "ctime": 1753356640.6745617, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264023, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753356640.6745617, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1299, "uid": 0, "version": "314365697", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Thursday 24 July 2025 07:32:23 -0400 (0:00:01.323) 0:05:47.607 ********* ok: [managed-node8] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Thursday 24 July 2025 07:32:25 -0400 (0:00:01.242) 0:05:48.850 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Thursday 24 July 2025 07:32:25 -0400 (0:00:00.285) 0:05:49.135 ********* ok: [managed-node8] => { "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=de468062-378a-4206-b3bf-b78b773b3b8b", "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=1937efd2-5314-4df0-b897-0718c0459c4a", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 24 July 2025 07:32:25 -0400 (0:00:00.299) 0:05:49.434 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Thursday 24 July 2025 07:32:25 -0400 (0:00:00.280) 0:05:49.715 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Thursday 24 July 2025 07:32:26 -0400 (0:00:00.243) 0:05:49.959 ********* changed: [managed-node8] => (item={u'src': u'UUID=de468062-378a-4206-b3bf-b78b773b3b8b', 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=de468062-378a-4206-b3bf-b78b773b3b8b", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=de468062-378a-4206-b3bf-b78b773b3b8b" } ok: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Thursday 24 July 2025 07:32:28 -0400 (0:00:02.293) 0:05:52.252 ********* ok: [managed-node8] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Thursday 24 July 2025 07:32:29 -0400 (0:00:01.299) 0:05:53.551 ********* changed: [managed-node8] => (item={u'src': u'UUID=1937efd2-5314-4df0-b897-0718c0459c4a', 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=1937efd2-5314-4df0-b897-0718c0459c4a", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 24 July 2025 07:32:31 -0400 (0:00:01.327) 0:05:54.879 ********* skipping: [managed-node8] => (item={u'src': u'UUID=1937efd2-5314-4df0-b897-0718c0459c4a', 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=1937efd2-5314-4df0-b897-0718c0459c4a", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Thursday 24 July 2025 07:32:31 -0400 (0:00:00.241) 0:05:55.120 ********* ok: [managed-node8] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Thursday 24 July 2025 07:32:32 -0400 (0:00:01.346) 0:05:56.467 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356216.448545, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1753356206.2474728, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264211, "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": 1753356206.2464726, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "314368358", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Thursday 24 July 2025 07:32:33 -0400 (0:00:01.087) 0:05:57.554 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Thursday 24 July 2025 07:32:34 -0400 (0:00:00.262) 0:05:57.817 ********* ok: [managed-node8] TASK [Verify results - 5] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:110 Thursday 24 July 2025 07:32:35 -0400 (0:00:01.348) 0:05:59.220 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node8 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 24 July 2025 07:32:35 -0400 (0:00:00.489) 0:05:59.710 ********* skipping: [managed-node8] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 24 July 2025 07:32:36 -0400 (0:00:00.244) 0:05:59.955 ********* ok: [managed-node8] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a", "_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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 24 July 2025 07:32:36 -0400 (0:00:00.238) 0:06:00.193 ********* ok: [managed-node8] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "1937efd2-5314-4df0-b897-0718c0459c4a" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "c0993cb2-257b-420e-904a-eed7fdc0cc40" }, "/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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 24 July 2025 07:32:37 -0400 (0:00:00.993) 0:06:01.187 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002608", "end": "2025-07-24 07:32:38.092707", "rc": 0, "start": "2025-07-24 07:32:38.090099" } 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=1937efd2-5314-4df0-b897-0718c0459c4a none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 24 July 2025 07:32:38 -0400 (0:00:00.862) 0:06:02.049 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002545", "end": "2025-07-24 07:32:39.028455", "failed_when_result": false, "rc": 0, "start": "2025-07-24 07:32:39.025910" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 24 July 2025 07:32:39 -0400 (0:00:00.866) 0:06:02.916 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Thursday 24 July 2025 07:32:39 -0400 (0:00:00.277) 0:06:03.193 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node8 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 24 July 2025 07:32:40 -0400 (0:00:00.751) 0:06:03.945 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 24 July 2025 07:32:40 -0400 (0:00:00.218) 0:06:04.164 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node8 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 24 July 2025 07:32:41 -0400 (0:00:00.805) 0:06:04.969 ********* ok: [managed-node8] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 24 July 2025 07:32:41 -0400 (0:00:00.156) 0:06:05.126 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 24 July 2025 07:32:41 -0400 (0:00:00.204) 0:06:05.330 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Thursday 24 July 2025 07:32:41 -0400 (0:00:00.247) 0:06:05.578 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Thursday 24 July 2025 07:32:42 -0400 (0:00:00.226) 0:06:05.805 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Thursday 24 July 2025 07:32:42 -0400 (0:00:00.209) 0:06:06.014 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Thursday 24 July 2025 07:32:42 -0400 (0:00:00.172) 0:06:06.186 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Thursday 24 July 2025 07:32:42 -0400 (0:00:00.211) 0:06:06.397 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003849", "end": "2025-07-24 07:32:43.518141", "rc": 0, "start": "2025-07-24 07:32:43.514292" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Thursday 24 July 2025 07:32:43 -0400 (0:00:01.061) 0:06:07.459 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002663", "end": "2025-07-24 07:32:44.407273", "rc": 0, "start": "2025-07-24 07:32:44.404610" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Thursday 24 July 2025 07:32:44 -0400 (0:00:00.838) 0:06:08.298 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Thursday 24 July 2025 07:32:44 -0400 (0:00:00.198) 0:06:08.497 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 24 July 2025 07:32:44 -0400 (0:00:00.126) 0:06:08.623 ********* ok: [managed-node8] => { "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=1937efd2-5314-4df0-b897-0718c0459c4a " ], "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 24 July 2025 07:32:45 -0400 (0:00:00.238) 0:06:08.862 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 24 July 2025 07:32:45 -0400 (0:00:00.120) 0:06:08.982 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 24 July 2025 07:32:45 -0400 (0:00:00.124) 0:06:09.106 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 24 July 2025 07:32:45 -0400 (0:00:00.155) 0:06:09.262 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Thursday 24 July 2025 07:32:45 -0400 (0:00:00.068) 0:06:09.331 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 24 July 2025 07:32:45 -0400 (0:00:00.134) 0:06:09.465 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 24 July 2025 07:32:45 -0400 (0:00:00.206) 0:06:09.672 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 24 July 2025 07:32:46 -0400 (0:00:00.336) 0:06:10.008 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356741.9942844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1753356741.9822843, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29906, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1753356741.9822843, "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 24 July 2025 07:32:47 -0400 (0:00:01.020) 0:06:11.029 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 24 July 2025 07:32:47 -0400 (0:00:00.160) 0:06:11.189 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 24 July 2025 07:32:47 -0400 (0:00:00.221) 0:06:11.411 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 24 July 2025 07:32:47 -0400 (0:00:00.301) 0:06:11.713 ********* ok: [managed-node8] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 24 July 2025 07:32:48 -0400 (0:00:00.240) 0:06:11.953 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 24 July 2025 07:32:48 -0400 (0:00:00.285) 0:06:12.239 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 24 July 2025 07:32:48 -0400 (0:00:00.167) 0:06:12.407 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 24 July 2025 07:32:48 -0400 (0:00:00.169) 0:06:12.576 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 24 July 2025 07:32:50 -0400 (0:00:01.551) 0:06:14.128 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 24 July 2025 07:32:50 -0400 (0:00:00.194) 0:06:14.323 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 24 July 2025 07:32:50 -0400 (0:00:00.131) 0:06:14.454 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 24 July 2025 07:32:50 -0400 (0:00:00.199) 0:06:14.653 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 24 July 2025 07:32:51 -0400 (0:00:00.221) 0:06:14.875 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 24 July 2025 07:32:51 -0400 (0:00:00.164) 0:06:15.039 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Thursday 24 July 2025 07:32:51 -0400 (0:00:00.188) 0:06:15.228 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Thursday 24 July 2025 07:32:51 -0400 (0:00:00.242) 0:06:15.470 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Thursday 24 July 2025 07:32:51 -0400 (0:00:00.245) 0:06:15.716 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Thursday 24 July 2025 07:32:52 -0400 (0:00:00.277) 0:06:15.993 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Thursday 24 July 2025 07:32:52 -0400 (0:00:00.250) 0:06:16.244 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Thursday 24 July 2025 07:32:52 -0400 (0:00:00.180) 0:06:16.425 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Thursday 24 July 2025 07:32:52 -0400 (0:00:00.209) 0:06:16.634 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Thursday 24 July 2025 07:32:53 -0400 (0:00:00.123) 0:06:16.758 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 24 July 2025 07:32:53 -0400 (0:00:00.141) 0:06:16.899 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 24 July 2025 07:32:53 -0400 (0:00:00.089) 0:06:16.988 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 24 July 2025 07:32:53 -0400 (0:00:00.174) 0:06:17.162 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 24 July 2025 07:32:53 -0400 (0:00:00.140) 0:06:17.303 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 24 July 2025 07:32:53 -0400 (0:00:00.211) 0:06:17.515 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 24 July 2025 07:32:54 -0400 (0:00:00.216) 0:06:17.732 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 24 July 2025 07:32:54 -0400 (0:00:00.396) 0:06:18.128 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 24 July 2025 07:32:54 -0400 (0:00:00.206) 0:06:18.335 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 24 July 2025 07:32:54 -0400 (0:00:00.177) 0:06:18.512 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 24 July 2025 07:32:55 -0400 (0:00:00.207) 0:06:18.720 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 24 July 2025 07:32:55 -0400 (0:00:00.125) 0:06:18.845 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 24 July 2025 07:32:55 -0400 (0:00:00.148) 0:06:18.994 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 24 July 2025 07:32:55 -0400 (0:00:00.168) 0:06:19.163 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 24 July 2025 07:32:55 -0400 (0:00:00.116) 0:06:19.279 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 24 July 2025 07:32:55 -0400 (0:00:00.056) 0:06:19.336 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 24 July 2025 07:32:55 -0400 (0:00:00.118) 0:06:19.454 ********* skipping: [managed-node8] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 24 July 2025 07:32:55 -0400 (0:00:00.097) 0:06:19.551 ********* skipping: [managed-node8] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 24 July 2025 07:32:56 -0400 (0:00:00.218) 0:06:19.770 ********* skipping: [managed-node8] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 24 July 2025 07:32:56 -0400 (0:00:00.245) 0:06:20.015 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Thursday 24 July 2025 07:32:56 -0400 (0:00:00.251) 0:06:20.267 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Thursday 24 July 2025 07:32:56 -0400 (0:00:00.180) 0:06:20.448 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Thursday 24 July 2025 07:32:56 -0400 (0:00:00.216) 0:06:20.664 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Thursday 24 July 2025 07:32:57 -0400 (0:00:00.220) 0:06:20.884 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Thursday 24 July 2025 07:32:57 -0400 (0:00:00.279) 0:06:21.164 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Thursday 24 July 2025 07:32:57 -0400 (0:00:00.253) 0:06:21.418 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Thursday 24 July 2025 07:32:57 -0400 (0:00:00.226) 0:06:21.644 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Thursday 24 July 2025 07:32:58 -0400 (0:00:00.288) 0:06:21.933 ********* skipping: [managed-node8] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Thursday 24 July 2025 07:32:58 -0400 (0:00:00.189) 0:06:22.122 ********* skipping: [managed-node8] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Thursday 24 July 2025 07:32:58 -0400 (0:00:00.202) 0:06:22.325 ********* skipping: [managed-node8] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Thursday 24 July 2025 07:32:58 -0400 (0:00:00.268) 0:06:22.594 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Thursday 24 July 2025 07:32:59 -0400 (0:00:00.134) 0:06:22.728 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Thursday 24 July 2025 07:32:59 -0400 (0:00:00.273) 0:06:23.002 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Thursday 24 July 2025 07:32:59 -0400 (0:00:00.274) 0:06:23.276 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Thursday 24 July 2025 07:32:59 -0400 (0:00:00.206) 0:06:23.482 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Thursday 24 July 2025 07:32:59 -0400 (0:00:00.195) 0:06:23.678 ********* ok: [managed-node8] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Thursday 24 July 2025 07:33:00 -0400 (0:00:00.234) 0:06:23.913 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Thursday 24 July 2025 07:33:00 -0400 (0:00:00.190) 0:06:24.103 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 24 July 2025 07:33:00 -0400 (0:00:00.235) 0:06:24.339 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 24 July 2025 07:33:00 -0400 (0:00:00.230) 0:06:24.569 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 24 July 2025 07:33:01 -0400 (0:00:00.244) 0:06:24.814 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 24 July 2025 07:33:01 -0400 (0:00:00.162) 0:06:24.976 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 24 July 2025 07:33:01 -0400 (0:00:00.189) 0:06:25.165 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 24 July 2025 07:33:01 -0400 (0:00:00.208) 0:06:25.374 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 24 July 2025 07:33:01 -0400 (0:00:00.230) 0:06:25.604 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 24 July 2025 07:33:02 -0400 (0:00:00.236) 0:06:25.841 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Thursday 24 July 2025 07:33:02 -0400 (0:00:00.232) 0:06:26.073 ********* ok: [managed-node8] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence - 2] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:113 Thursday 24 July 2025 07:33:02 -0400 (0:00:00.242) 0:06:26.315 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 24 July 2025 07:33:03 -0400 (0:00:00.658) 0:06:26.974 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 24 July 2025 07:33:03 -0400 (0:00:00.351) 0:06:27.326 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 24 July 2025 07:33:03 -0400 (0:00:00.281) 0:06:27.607 ********* skipping: [managed-node8] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node8] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 24 July 2025 07:33:04 -0400 (0:00:00.545) 0:06:28.152 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 24 July 2025 07:33:04 -0400 (0:00:00.217) 0:06:28.370 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 24 July 2025 07:33:04 -0400 (0:00:00.245) 0:06:28.615 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 24 July 2025 07:33:05 -0400 (0:00:00.270) 0:06:28.886 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 24 July 2025 07:33:05 -0400 (0:00:00.242) 0:06:29.128 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 24 July 2025 07:33:05 -0400 (0:00:00.416) 0:06:29.545 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 24 July 2025 07:33:06 -0400 (0:00:00.208) 0:06:29.754 ********* ok: [managed-node8] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 24 July 2025 07:33:06 -0400 (0:00:00.221) 0:06:29.975 ********* ok: [managed-node8] => { "storage_volumes | d([])": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 24 July 2025 07:33:06 -0400 (0:00:00.317) 0:06:30.293 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Thursday 24 July 2025 07:33:06 -0400 (0:00:00.234) 0:06:30.527 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Thursday 24 July 2025 07:33:06 -0400 (0:00:00.188) 0:06:30.716 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Thursday 24 July 2025 07:33:07 -0400 (0:00:00.209) 0:06:30.926 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Thursday 24 July 2025 07:33:07 -0400 (0:00:00.136) 0:06:31.062 ********* ok: [managed-node8] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Thursday 24 July 2025 07:33:07 -0400 (0:00:00.283) 0:06:31.346 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Thursday 24 July 2025 07:33:08 -0400 (0:00:00.426) 0:06:31.773 ********* ok: [managed-node8] => { "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=1937efd2-5314-4df0-b897-0718c0459c4a", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Thursday 24 July 2025 07:33:12 -0400 (0:00:04.586) 0:06:36.359 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Thursday 24 July 2025 07:33:12 -0400 (0:00:00.226) 0:06:36.586 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356752.4603589, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b83bd5a06b7005f11d6dce2668984eef80e7ae6f", "ctime": 1753356750.8223474, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264023, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753356750.8223474, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1294, "uid": 0, "version": "314365697", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Thursday 24 July 2025 07:33:13 -0400 (0:00:00.915) 0:06:37.502 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Thursday 24 July 2025 07:33:13 -0400 (0:00:00.204) 0:06:37.706 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Thursday 24 July 2025 07:33:14 -0400 (0:00:00.107) 0:06:37.814 ********* ok: [managed-node8] => { "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=1937efd2-5314-4df0-b897-0718c0459c4a", "state": "present" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 24 July 2025 07:33:14 -0400 (0:00:00.187) 0:06:38.001 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Thursday 24 July 2025 07:33:14 -0400 (0:00:00.238) 0:06:38.240 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Thursday 24 July 2025 07:33:14 -0400 (0:00:00.214) 0:06:38.454 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Thursday 24 July 2025 07:33:14 -0400 (0:00:00.240) 0:06:38.695 ********* ok: [managed-node8] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Thursday 24 July 2025 07:33:16 -0400 (0:00:01.032) 0:06:39.728 ********* ok: [managed-node8] => (item={u'src': u'UUID=1937efd2-5314-4df0-b897-0718c0459c4a', 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=1937efd2-5314-4df0-b897-0718c0459c4a", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 24 July 2025 07:33:17 -0400 (0:00:01.001) 0:06:40.729 ********* skipping: [managed-node8] => (item={u'src': u'UUID=1937efd2-5314-4df0-b897-0718c0459c4a', 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=1937efd2-5314-4df0-b897-0718c0459c4a", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Thursday 24 July 2025 07:33:17 -0400 (0:00:00.218) 0:06:40.948 ********* ok: [managed-node8] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Thursday 24 July 2025 07:33:18 -0400 (0:00:00.948) 0:06:41.897 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356216.448545, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1753356206.2474728, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264211, "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": 1753356206.2464726, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "314368358", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Thursday 24 July 2025 07:33:18 -0400 (0:00:00.806) 0:06:42.704 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Thursday 24 July 2025 07:33:19 -0400 (0:00:00.055) 0:06:42.759 ********* ok: [managed-node8] TASK [Verify results - 6] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:123 Thursday 24 July 2025 07:33:20 -0400 (0:00:01.506) 0:06:44.266 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node8 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 24 July 2025 07:33:21 -0400 (0:00:00.506) 0:06:44.772 ********* skipping: [managed-node8] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 24 July 2025 07:33:21 -0400 (0:00:00.154) 0:06:44.927 ********* ok: [managed-node8] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a", "_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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 24 July 2025 07:33:21 -0400 (0:00:00.214) 0:06:45.141 ********* ok: [managed-node8] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "1937efd2-5314-4df0-b897-0718c0459c4a" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "c0993cb2-257b-420e-904a-eed7fdc0cc40" }, "/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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 24 July 2025 07:33:22 -0400 (0:00:01.117) 0:06:46.259 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002843", "end": "2025-07-24 07:33:23.359391", "rc": 0, "start": "2025-07-24 07:33:23.356548" } 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=1937efd2-5314-4df0-b897-0718c0459c4a none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 24 July 2025 07:33:23 -0400 (0:00:01.017) 0:06:47.276 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002863", "end": "2025-07-24 07:33:24.293525", "failed_when_result": false, "rc": 0, "start": "2025-07-24 07:33:24.290662" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 24 July 2025 07:33:24 -0400 (0:00:00.980) 0:06:48.257 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Thursday 24 July 2025 07:33:24 -0400 (0:00:00.167) 0:06:48.424 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node8 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 24 July 2025 07:33:24 -0400 (0:00:00.215) 0:06:48.640 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 24 July 2025 07:33:25 -0400 (0:00:00.240) 0:06:48.880 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node8 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 24 July 2025 07:33:25 -0400 (0:00:00.805) 0:06:49.685 ********* ok: [managed-node8] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 24 July 2025 07:33:26 -0400 (0:00:00.192) 0:06:49.878 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 24 July 2025 07:33:26 -0400 (0:00:00.251) 0:06:50.129 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Thursday 24 July 2025 07:33:26 -0400 (0:00:00.254) 0:06:50.384 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Thursday 24 July 2025 07:33:27 -0400 (0:00:00.462) 0:06:50.846 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Thursday 24 July 2025 07:33:27 -0400 (0:00:00.243) 0:06:51.090 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Thursday 24 July 2025 07:33:27 -0400 (0:00:00.181) 0:06:51.271 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Thursday 24 July 2025 07:33:27 -0400 (0:00:00.152) 0:06:51.423 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003280", "end": "2025-07-24 07:33:28.443807", "rc": 0, "start": "2025-07-24 07:33:28.440527" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Thursday 24 July 2025 07:33:28 -0400 (0:00:01.055) 0:06:52.479 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003126", "end": "2025-07-24 07:33:29.521197", "rc": 0, "start": "2025-07-24 07:33:29.518071" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Thursday 24 July 2025 07:33:29 -0400 (0:00:00.971) 0:06:53.450 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Thursday 24 July 2025 07:33:29 -0400 (0:00:00.257) 0:06:53.708 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 24 July 2025 07:33:30 -0400 (0:00:00.243) 0:06:53.951 ********* ok: [managed-node8] => { "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=1937efd2-5314-4df0-b897-0718c0459c4a " ], "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 24 July 2025 07:33:30 -0400 (0:00:00.423) 0:06:54.374 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 24 July 2025 07:33:30 -0400 (0:00:00.202) 0:06:54.577 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 24 July 2025 07:33:31 -0400 (0:00:00.216) 0:06:54.793 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 24 July 2025 07:33:31 -0400 (0:00:00.261) 0:06:55.055 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Thursday 24 July 2025 07:33:31 -0400 (0:00:00.276) 0:06:55.332 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 24 July 2025 07:33:31 -0400 (0:00:00.188) 0:06:55.521 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 24 July 2025 07:33:32 -0400 (0:00:00.257) 0:06:55.778 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 24 July 2025 07:33:32 -0400 (0:00:00.209) 0:06:55.988 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356741.9942844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1753356741.9822843, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29906, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1753356741.9822843, "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 24 July 2025 07:33:33 -0400 (0:00:01.182) 0:06:57.171 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 24 July 2025 07:33:33 -0400 (0:00:00.104) 0:06:57.275 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 24 July 2025 07:33:33 -0400 (0:00:00.191) 0:06:57.467 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 24 July 2025 07:33:33 -0400 (0:00:00.116) 0:06:57.583 ********* ok: [managed-node8] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 24 July 2025 07:33:34 -0400 (0:00:00.162) 0:06:57.746 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 24 July 2025 07:33:34 -0400 (0:00:00.160) 0:06:57.906 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 24 July 2025 07:33:34 -0400 (0:00:00.222) 0:06:58.128 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 24 July 2025 07:33:34 -0400 (0:00:00.197) 0:06:58.326 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 24 July 2025 07:33:36 -0400 (0:00:01.603) 0:06:59.929 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 24 July 2025 07:33:36 -0400 (0:00:00.204) 0:07:00.134 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 24 July 2025 07:33:36 -0400 (0:00:00.126) 0:07:00.260 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 24 July 2025 07:33:36 -0400 (0:00:00.195) 0:07:00.455 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 24 July 2025 07:33:36 -0400 (0:00:00.237) 0:07:00.692 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 24 July 2025 07:33:37 -0400 (0:00:00.230) 0:07:00.923 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Thursday 24 July 2025 07:33:37 -0400 (0:00:00.199) 0:07:01.122 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Thursday 24 July 2025 07:33:37 -0400 (0:00:00.249) 0:07:01.372 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Thursday 24 July 2025 07:33:37 -0400 (0:00:00.180) 0:07:01.553 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Thursday 24 July 2025 07:33:38 -0400 (0:00:00.263) 0:07:01.817 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Thursday 24 July 2025 07:33:38 -0400 (0:00:00.165) 0:07:01.982 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Thursday 24 July 2025 07:33:38 -0400 (0:00:00.269) 0:07:02.251 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Thursday 24 July 2025 07:33:38 -0400 (0:00:00.167) 0:07:02.419 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Thursday 24 July 2025 07:33:38 -0400 (0:00:00.193) 0:07:02.613 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 24 July 2025 07:33:39 -0400 (0:00:00.234) 0:07:02.848 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 24 July 2025 07:33:39 -0400 (0:00:00.134) 0:07:02.983 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 24 July 2025 07:33:39 -0400 (0:00:00.279) 0:07:03.263 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 24 July 2025 07:33:39 -0400 (0:00:00.113) 0:07:03.376 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 24 July 2025 07:33:39 -0400 (0:00:00.133) 0:07:03.510 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 24 July 2025 07:33:39 -0400 (0:00:00.185) 0:07:03.695 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 24 July 2025 07:33:40 -0400 (0:00:00.105) 0:07:03.800 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 24 July 2025 07:33:40 -0400 (0:00:00.112) 0:07:03.913 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 24 July 2025 07:33:40 -0400 (0:00:00.076) 0:07:03.989 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 24 July 2025 07:33:40 -0400 (0:00:00.127) 0:07:04.117 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 24 July 2025 07:33:40 -0400 (0:00:00.176) 0:07:04.293 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 24 July 2025 07:33:40 -0400 (0:00:00.142) 0:07:04.436 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 24 July 2025 07:33:40 -0400 (0:00:00.184) 0:07:04.620 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 24 July 2025 07:33:41 -0400 (0:00:00.181) 0:07:04.802 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 24 July 2025 07:33:41 -0400 (0:00:00.198) 0:07:05.000 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 24 July 2025 07:33:41 -0400 (0:00:00.159) 0:07:05.159 ********* skipping: [managed-node8] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 24 July 2025 07:33:41 -0400 (0:00:00.176) 0:07:05.335 ********* skipping: [managed-node8] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 24 July 2025 07:33:41 -0400 (0:00:00.166) 0:07:05.502 ********* skipping: [managed-node8] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 24 July 2025 07:33:41 -0400 (0:00:00.205) 0:07:05.707 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Thursday 24 July 2025 07:33:42 -0400 (0:00:00.217) 0:07:05.925 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Thursday 24 July 2025 07:33:42 -0400 (0:00:00.280) 0:07:06.205 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Thursday 24 July 2025 07:33:42 -0400 (0:00:00.228) 0:07:06.434 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Thursday 24 July 2025 07:33:42 -0400 (0:00:00.169) 0:07:06.603 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Thursday 24 July 2025 07:33:43 -0400 (0:00:00.175) 0:07:06.778 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Thursday 24 July 2025 07:33:43 -0400 (0:00:00.185) 0:07:06.964 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Thursday 24 July 2025 07:33:43 -0400 (0:00:00.102) 0:07:07.067 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Thursday 24 July 2025 07:33:43 -0400 (0:00:00.127) 0:07:07.194 ********* skipping: [managed-node8] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Thursday 24 July 2025 07:33:43 -0400 (0:00:00.273) 0:07:07.467 ********* skipping: [managed-node8] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Thursday 24 July 2025 07:33:43 -0400 (0:00:00.113) 0:07:07.580 ********* skipping: [managed-node8] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Thursday 24 July 2025 07:33:44 -0400 (0:00:00.172) 0:07:07.753 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Thursday 24 July 2025 07:33:44 -0400 (0:00:00.114) 0:07:07.867 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Thursday 24 July 2025 07:33:44 -0400 (0:00:00.104) 0:07:07.971 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Thursday 24 July 2025 07:33:44 -0400 (0:00:00.306) 0:07:08.278 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Thursday 24 July 2025 07:33:44 -0400 (0:00:00.169) 0:07:08.448 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Thursday 24 July 2025 07:33:44 -0400 (0:00:00.105) 0:07:08.554 ********* ok: [managed-node8] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Thursday 24 July 2025 07:33:44 -0400 (0:00:00.141) 0:07:08.696 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Thursday 24 July 2025 07:33:45 -0400 (0:00:00.094) 0:07:08.790 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 24 July 2025 07:33:45 -0400 (0:00:00.111) 0:07:08.901 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 24 July 2025 07:33:45 -0400 (0:00:00.159) 0:07:09.060 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 24 July 2025 07:33:45 -0400 (0:00:00.247) 0:07:09.308 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 24 July 2025 07:33:45 -0400 (0:00:00.151) 0:07:09.460 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 24 July 2025 07:33:45 -0400 (0:00:00.135) 0:07:09.595 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 24 July 2025 07:33:46 -0400 (0:00:00.145) 0:07:09.740 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 24 July 2025 07:33:46 -0400 (0:00:00.151) 0:07:09.892 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 24 July 2025 07:33:46 -0400 (0:00:00.171) 0:07:10.063 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Thursday 24 July 2025 07:33:46 -0400 (0:00:00.158) 0:07:10.222 ********* ok: [managed-node8] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:126 Thursday 24 July 2025 07:33:46 -0400 (0:00:00.145) 0:07:10.368 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 24 July 2025 07:33:47 -0400 (0:00:00.565) 0:07:10.933 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 24 July 2025 07:33:47 -0400 (0:00:00.180) 0:07:11.113 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 24 July 2025 07:33:47 -0400 (0:00:00.148) 0:07:11.262 ********* skipping: [managed-node8] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node8] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node8] => (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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 24 July 2025 07:33:47 -0400 (0:00:00.306) 0:07:11.569 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 24 July 2025 07:33:48 -0400 (0:00:00.154) 0:07:11.724 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 24 July 2025 07:33:48 -0400 (0:00:00.138) 0:07:11.862 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 24 July 2025 07:33:48 -0400 (0:00:00.213) 0:07:12.076 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 24 July 2025 07:33:48 -0400 (0:00:00.159) 0:07:12.236 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node8 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 24 July 2025 07:33:48 -0400 (0:00:00.345) 0:07:12.581 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 24 July 2025 07:33:49 -0400 (0:00:00.169) 0:07:12.751 ********* ok: [managed-node8] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 24 July 2025 07:33:49 -0400 (0:00:00.153) 0:07:12.904 ********* ok: [managed-node8] => { "storage_volumes | d([])": [ { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 24 July 2025 07:33:49 -0400 (0:00:00.100) 0:07:13.005 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Thursday 24 July 2025 07:33:49 -0400 (0:00:00.073) 0:07:13.079 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Thursday 24 July 2025 07:33:49 -0400 (0:00:00.091) 0:07:13.170 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Thursday 24 July 2025 07:33:49 -0400 (0:00:00.110) 0:07:13.280 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Thursday 24 July 2025 07:33:49 -0400 (0:00:00.118) 0:07:13.399 ********* ok: [managed-node8] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Thursday 24 July 2025 07:33:49 -0400 (0:00:00.124) 0:07:13.524 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Thursday 24 July 2025 07:33:49 -0400 (0:00:00.105) 0:07:13.630 ********* changed: [managed-node8] => { "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=1937efd2-5314-4df0-b897-0718c0459c4a", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a", "_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=c0993cb2-257b-420e-904a-eed7fdc0cc40", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Thursday 24 July 2025 07:33:54 -0400 (0:00:04.470) 0:07:18.100 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Thursday 24 July 2025 07:33:54 -0400 (0:00:00.369) 0:07:18.470 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356752.4603589, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b83bd5a06b7005f11d6dce2668984eef80e7ae6f", "ctime": 1753356750.8223474, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264023, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1753356750.8223474, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1294, "uid": 0, "version": "314365697", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Thursday 24 July 2025 07:33:55 -0400 (0:00:00.812) 0:07:19.283 ********* ok: [managed-node8] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Thursday 24 July 2025 07:33:56 -0400 (0:00:00.986) 0:07:20.269 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Thursday 24 July 2025 07:33:56 -0400 (0:00:00.230) 0:07:20.500 ********* ok: [managed-node8] => { "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=1937efd2-5314-4df0-b897-0718c0459c4a", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a", "_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=c0993cb2-257b-420e-904a-eed7fdc0cc40", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Thursday 24 July 2025 07:33:57 -0400 (0:00:00.258) 0:07:20.758 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Thursday 24 July 2025 07:33:57 -0400 (0:00:00.202) 0:07:20.961 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a", "_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=c0993cb2-257b-420e-904a-eed7fdc0cc40", "_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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Thursday 24 July 2025 07:33:57 -0400 (0:00:00.250) 0:07:21.211 ********* changed: [managed-node8] => (item={u'src': u'UUID=1937efd2-5314-4df0-b897-0718c0459c4a', 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=1937efd2-5314-4df0-b897-0718c0459c4a", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Thursday 24 July 2025 07:33:58 -0400 (0:00:01.120) 0:07:22.332 ********* ok: [managed-node8] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Thursday 24 July 2025 07:33:59 -0400 (0:00:01.210) 0:07:23.542 ********* TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Thursday 24 July 2025 07:33:59 -0400 (0:00:00.168) 0:07:23.710 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Thursday 24 July 2025 07:34:00 -0400 (0:00:00.163) 0:07:23.874 ********* ok: [managed-node8] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Thursday 24 July 2025 07:34:01 -0400 (0:00:01.001) 0:07:24.876 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356216.448545, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1753356206.2474728, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264211, "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": 1753356206.2464726, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "314368358", "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-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Thursday 24 July 2025 07:34:02 -0400 (0:00:00.935) 0:07:25.812 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Thursday 24 July 2025 07:34:02 -0400 (0:00:00.188) 0:07:26.000 ********* ok: [managed-node8] TASK [Verify results - 7] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:142 Thursday 24 July 2025 07:34:03 -0400 (0:00:01.343) 0:07:27.344 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node8 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 24 July 2025 07:34:04 -0400 (0:00:00.398) 0:07:27.743 ********* skipping: [managed-node8] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 24 July 2025 07:34:04 -0400 (0:00:00.175) 0:07:27.918 ********* ok: [managed-node8] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=1937efd2-5314-4df0-b897-0718c0459c4a", "_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=c0993cb2-257b-420e-904a-eed7fdc0cc40", "_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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 24 July 2025 07:34:04 -0400 (0:00:00.292) 0:07:28.211 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 24 July 2025 07:34:05 -0400 (0:00:00.835) 0:07:29.046 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002857", "end": "2025-07-24 07:34:05.931070", "rc": 0, "start": "2025-07-24 07:34:05.928213" } 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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 24 July 2025 07:34:06 -0400 (0:00:00.838) 0:07:29.884 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003224", "end": "2025-07-24 07:34:06.916171", "failed_when_result": false, "rc": 0, "start": "2025-07-24 07:34:06.912947" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 24 July 2025 07:34:07 -0400 (0:00:00.971) 0:07:30.856 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Thursday 24 July 2025 07:34:07 -0400 (0:00:00.152) 0:07:31.009 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node8 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 24 July 2025 07:34:07 -0400 (0:00:00.451) 0:07:31.460 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 24 July 2025 07:34:07 -0400 (0:00:00.180) 0:07:31.640 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node8 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 24 July 2025 07:34:08 -0400 (0:00:00.905) 0:07:32.546 ********* ok: [managed-node8] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 24 July 2025 07:34:09 -0400 (0:00:00.255) 0:07:32.802 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 24 July 2025 07:34:09 -0400 (0:00:00.287) 0:07:33.089 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Thursday 24 July 2025 07:34:09 -0400 (0:00:00.176) 0:07:33.266 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Thursday 24 July 2025 07:34:09 -0400 (0:00:00.151) 0:07:33.417 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Thursday 24 July 2025 07:34:09 -0400 (0:00:00.178) 0:07:33.596 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Thursday 24 July 2025 07:34:10 -0400 (0:00:00.152) 0:07:33.749 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Thursday 24 July 2025 07:34:10 -0400 (0:00:00.185) 0:07:33.935 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002873", "end": "2025-07-24 07:34:11.123343", "rc": 0, "start": "2025-07-24 07:34:11.120470" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Thursday 24 July 2025 07:34:11 -0400 (0:00:01.207) 0:07:35.142 ********* ok: [managed-node8] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002666", "end": "2025-07-24 07:34:12.155609", "rc": 0, "start": "2025-07-24 07:34:12.152943" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Thursday 24 July 2025 07:34:12 -0400 (0:00:01.276) 0:07:36.419 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Thursday 24 July 2025 07:34:12 -0400 (0:00:00.280) 0:07:36.699 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 24 July 2025 07:34:13 -0400 (0:00:00.236) 0:07:36.936 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 24 July 2025 07:34:13 -0400 (0:00:00.363) 0:07:37.300 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 24 July 2025 07:34:13 -0400 (0:00:00.159) 0:07:37.459 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 24 July 2025 07:34:13 -0400 (0:00:00.224) 0:07:37.684 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 24 July 2025 07:34:14 -0400 (0:00:00.138) 0:07:37.822 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Thursday 24 July 2025 07:34:14 -0400 (0:00:00.263) 0:07:38.085 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 24 July 2025 07:34:14 -0400 (0:00:00.126) 0:07:38.212 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 24 July 2025 07:34:14 -0400 (0:00:00.195) 0:07:38.408 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 24 July 2025 07:34:14 -0400 (0:00:00.221) 0:07:38.630 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356834.1949418, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1753356834.1949418, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29906, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1753356834.1949418, "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 24 July 2025 07:34:15 -0400 (0:00:00.995) 0:07:39.626 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 24 July 2025 07:34:16 -0400 (0:00:00.224) 0:07:39.850 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 24 July 2025 07:34:16 -0400 (0:00:00.225) 0:07:40.076 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 24 July 2025 07:34:16 -0400 (0:00:00.130) 0:07:40.206 ********* ok: [managed-node8] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 24 July 2025 07:34:16 -0400 (0:00:00.207) 0:07:40.414 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 24 July 2025 07:34:16 -0400 (0:00:00.224) 0:07:40.639 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 24 July 2025 07:34:17 -0400 (0:00:00.106) 0:07:40.745 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 24 July 2025 07:34:17 -0400 (0:00:00.192) 0:07:40.938 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 24 July 2025 07:34:19 -0400 (0:00:01.925) 0:07:42.864 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 24 July 2025 07:34:19 -0400 (0:00:00.371) 0:07:43.236 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 24 July 2025 07:34:19 -0400 (0:00:00.184) 0:07:43.420 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 24 July 2025 07:34:19 -0400 (0:00:00.134) 0:07:43.555 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 24 July 2025 07:34:20 -0400 (0:00:00.195) 0:07:43.751 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 24 July 2025 07:34:20 -0400 (0:00:00.178) 0:07:43.930 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Thursday 24 July 2025 07:34:20 -0400 (0:00:00.204) 0:07:44.134 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Thursday 24 July 2025 07:34:20 -0400 (0:00:00.123) 0:07:44.258 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Thursday 24 July 2025 07:34:20 -0400 (0:00:00.216) 0:07:44.474 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Thursday 24 July 2025 07:34:20 -0400 (0:00:00.111) 0:07:44.586 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Thursday 24 July 2025 07:34:20 -0400 (0:00:00.115) 0:07:44.701 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Thursday 24 July 2025 07:34:21 -0400 (0:00:00.207) 0:07:44.908 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Thursday 24 July 2025 07:34:21 -0400 (0:00:00.257) 0:07:45.166 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Thursday 24 July 2025 07:34:21 -0400 (0:00:00.199) 0:07:45.366 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 24 July 2025 07:34:21 -0400 (0:00:00.255) 0:07:45.622 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 24 July 2025 07:34:22 -0400 (0:00:00.242) 0:07:45.865 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 24 July 2025 07:34:22 -0400 (0:00:00.208) 0:07:46.073 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 24 July 2025 07:34:22 -0400 (0:00:00.173) 0:07:46.247 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 24 July 2025 07:34:22 -0400 (0:00:00.233) 0:07:46.480 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 24 July 2025 07:34:22 -0400 (0:00:00.139) 0:07:46.620 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 24 July 2025 07:34:22 -0400 (0:00:00.097) 0:07:46.717 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 24 July 2025 07:34:23 -0400 (0:00:00.114) 0:07:46.832 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 24 July 2025 07:34:23 -0400 (0:00:00.175) 0:07:47.008 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 24 July 2025 07:34:23 -0400 (0:00:00.262) 0:07:47.270 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 24 July 2025 07:34:23 -0400 (0:00:00.229) 0:07:47.500 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 24 July 2025 07:34:23 -0400 (0:00:00.178) 0:07:47.678 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 24 July 2025 07:34:24 -0400 (0:00:00.121) 0:07:47.800 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 24 July 2025 07:34:24 -0400 (0:00:00.150) 0:07:47.951 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 24 July 2025 07:34:24 -0400 (0:00:00.107) 0:07:48.059 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 24 July 2025 07:34:24 -0400 (0:00:00.146) 0:07:48.205 ********* skipping: [managed-node8] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 24 July 2025 07:34:24 -0400 (0:00:00.180) 0:07:48.386 ********* skipping: [managed-node8] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 24 July 2025 07:34:24 -0400 (0:00:00.138) 0:07:48.524 ********* skipping: [managed-node8] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 24 July 2025 07:34:24 -0400 (0:00:00.123) 0:07:48.648 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Thursday 24 July 2025 07:34:25 -0400 (0:00:00.218) 0:07:48.866 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Thursday 24 July 2025 07:34:25 -0400 (0:00:00.173) 0:07:49.040 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Thursday 24 July 2025 07:34:25 -0400 (0:00:00.182) 0:07:49.223 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Thursday 24 July 2025 07:34:25 -0400 (0:00:00.210) 0:07:49.433 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Thursday 24 July 2025 07:34:25 -0400 (0:00:00.214) 0:07:49.648 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Thursday 24 July 2025 07:34:26 -0400 (0:00:00.167) 0:07:49.815 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Thursday 24 July 2025 07:34:26 -0400 (0:00:00.160) 0:07:49.976 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Thursday 24 July 2025 07:34:26 -0400 (0:00:00.135) 0:07:50.111 ********* skipping: [managed-node8] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Thursday 24 July 2025 07:34:26 -0400 (0:00:00.180) 0:07:50.292 ********* skipping: [managed-node8] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Thursday 24 July 2025 07:34:26 -0400 (0:00:00.194) 0:07:50.486 ********* skipping: [managed-node8] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Thursday 24 July 2025 07:34:27 -0400 (0:00:00.385) 0:07:50.871 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Thursday 24 July 2025 07:34:27 -0400 (0:00:00.177) 0:07:51.049 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Thursday 24 July 2025 07:34:27 -0400 (0:00:00.111) 0:07:51.160 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Thursday 24 July 2025 07:34:27 -0400 (0:00:00.223) 0:07:51.383 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Thursday 24 July 2025 07:34:27 -0400 (0:00:00.127) 0:07:51.511 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Thursday 24 July 2025 07:34:27 -0400 (0:00:00.153) 0:07:51.664 ********* ok: [managed-node8] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Thursday 24 July 2025 07:34:28 -0400 (0:00:00.146) 0:07:51.811 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Thursday 24 July 2025 07:34:28 -0400 (0:00:00.173) 0:07:51.985 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 24 July 2025 07:34:28 -0400 (0:00:00.159) 0:07:52.145 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 24 July 2025 07:34:28 -0400 (0:00:00.199) 0:07:52.344 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 24 July 2025 07:34:28 -0400 (0:00:00.143) 0:07:52.487 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 24 July 2025 07:34:28 -0400 (0:00:00.178) 0:07:52.666 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 24 July 2025 07:34:29 -0400 (0:00:00.140) 0:07:52.806 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 24 July 2025 07:34:29 -0400 (0:00:00.184) 0:07:52.991 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 24 July 2025 07:34:29 -0400 (0:00:00.116) 0:07:53.107 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 24 July 2025 07:34:29 -0400 (0:00:00.121) 0:07:53.229 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 24 July 2025 07:34:29 -0400 (0:00:00.130) 0:07:53.360 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 24 July 2025 07:34:29 -0400 (0:00:00.136) 0:07:53.496 ********* included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node8 included: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node8 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 24 July 2025 07:34:30 -0400 (0:00:00.564) 0:07:54.061 ********* ok: [managed-node8] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 24 July 2025 07:34:30 -0400 (0:00:00.177) 0:07:54.238 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 24 July 2025 07:34:30 -0400 (0:00:00.172) 0:07:54.411 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Thursday 24 July 2025 07:34:30 -0400 (0:00:00.195) 0:07:54.607 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Thursday 24 July 2025 07:34:31 -0400 (0:00:00.179) 0:07:54.786 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Thursday 24 July 2025 07:34:31 -0400 (0:00:00.126) 0:07:54.913 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Thursday 24 July 2025 07:34:31 -0400 (0:00:00.099) 0:07:55.012 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Thursday 24 July 2025 07:34:31 -0400 (0:00:00.115) 0:07:55.128 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Thursday 24 July 2025 07:34:31 -0400 (0:00:00.179) 0:07:55.308 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Thursday 24 July 2025 07:34:31 -0400 (0:00:00.144) 0:07:55.453 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Thursday 24 July 2025 07:34:31 -0400 (0:00:00.078) 0:07:55.531 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 24 July 2025 07:34:31 -0400 (0:00:00.184) 0:07:55.716 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 24 July 2025 07:34:32 -0400 (0:00:00.202) 0:07:55.918 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 24 July 2025 07:34:32 -0400 (0:00:00.143) 0:07:56.061 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 24 July 2025 07:34:32 -0400 (0:00:00.115) 0:07:56.176 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 24 July 2025 07:34:32 -0400 (0:00:00.152) 0:07:56.329 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Thursday 24 July 2025 07:34:32 -0400 (0:00:00.105) 0:07:56.435 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 24 July 2025 07:34:32 -0400 (0:00:00.119) 0:07:56.555 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 24 July 2025 07:34:32 -0400 (0:00:00.117) 0:07:56.672 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 24 July 2025 07:34:33 -0400 (0:00:00.156) 0:07:56.828 ********* ok: [managed-node8] => { "changed": false, "stat": { "atime": 1753356834.1689417, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1753356834.1689417, "dev": 5, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29273, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1753356834.1689417, "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 24 July 2025 07:34:33 -0400 (0:00:00.758) 0:07:57.587 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 24 July 2025 07:34:34 -0400 (0:00:00.175) 0:07:57.762 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 24 July 2025 07:34:34 -0400 (0:00:00.136) 0:07:57.899 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 24 July 2025 07:34:34 -0400 (0:00:00.112) 0:07:58.011 ********* ok: [managed-node8] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 24 July 2025 07:34:34 -0400 (0:00:00.156) 0:07:58.168 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 24 July 2025 07:34:34 -0400 (0:00:00.132) 0:07:58.301 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 24 July 2025 07:34:34 -0400 (0:00:00.117) 0:07:58.418 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 24 July 2025 07:34:34 -0400 (0:00:00.109) 0:07:58.528 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 24 July 2025 07:34:36 -0400 (0:00:01.356) 0:07:59.884 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 24 July 2025 07:34:36 -0400 (0:00:00.113) 0:07:59.998 ********* skipping: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 24 July 2025 07:34:36 -0400 (0:00:00.055) 0:08:00.054 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 24 July 2025 07:34:36 -0400 (0:00:00.050) 0:08:00.104 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 24 July 2025 07:34:36 -0400 (0:00:00.146) 0:08:00.251 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 24 July 2025 07:34:36 -0400 (0:00:00.124) 0:08:00.376 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Thursday 24 July 2025 07:34:36 -0400 (0:00:00.122) 0:08:00.498 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Thursday 24 July 2025 07:34:36 -0400 (0:00:00.112) 0:08:00.610 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Thursday 24 July 2025 07:34:37 -0400 (0:00:00.125) 0:08:00.736 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Thursday 24 July 2025 07:34:37 -0400 (0:00:00.145) 0:08:00.881 ********* ok: [managed-node8] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Thursday 24 July 2025 07:34:37 -0400 (0:00:00.122) 0:08:01.004 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Thursday 24 July 2025 07:34:37 -0400 (0:00:00.069) 0:08:01.073 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Thursday 24 July 2025 07:34:37 -0400 (0:00:00.052) 0:08:01.125 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Thursday 24 July 2025 07:34:37 -0400 (0:00:00.059) 0:08:01.185 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 24 July 2025 07:34:37 -0400 (0:00:00.148) 0:08:01.333 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 24 July 2025 07:34:37 -0400 (0:00:00.074) 0:08:01.408 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 24 July 2025 07:34:37 -0400 (0:00:00.061) 0:08:01.469 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 24 July 2025 07:34:37 -0400 (0:00:00.056) 0:08:01.526 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 24 July 2025 07:34:37 -0400 (0:00:00.064) 0:08:01.591 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 24 July 2025 07:34:37 -0400 (0:00:00.059) 0:08:01.650 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 24 July 2025 07:34:38 -0400 (0:00:00.077) 0:08:01.728 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 24 July 2025 07:34:38 -0400 (0:00:00.083) 0:08:01.812 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 24 July 2025 07:34:38 -0400 (0:00:00.168) 0:08:01.981 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 24 July 2025 07:34:38 -0400 (0:00:00.146) 0:08:02.128 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 24 July 2025 07:34:38 -0400 (0:00:00.148) 0:08:02.277 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 24 July 2025 07:34:38 -0400 (0:00:00.108) 0:08:02.385 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 24 July 2025 07:34:38 -0400 (0:00:00.072) 0:08:02.458 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 24 July 2025 07:34:38 -0400 (0:00:00.048) 0:08:02.507 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 24 July 2025 07:34:38 -0400 (0:00:00.111) 0:08:02.618 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 24 July 2025 07:34:39 -0400 (0:00:00.102) 0:08:02.720 ********* skipping: [managed-node8] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 24 July 2025 07:34:39 -0400 (0:00:00.064) 0:08:02.785 ********* skipping: [managed-node8] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 24 July 2025 07:34:39 -0400 (0:00:00.076) 0:08:02.861 ********* skipping: [managed-node8] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 24 July 2025 07:34:39 -0400 (0:00:00.107) 0:08:02.968 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Thursday 24 July 2025 07:34:39 -0400 (0:00:00.048) 0:08:03.017 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Thursday 24 July 2025 07:34:39 -0400 (0:00:00.092) 0:08:03.110 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Thursday 24 July 2025 07:34:39 -0400 (0:00:00.056) 0:08:03.167 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Thursday 24 July 2025 07:34:39 -0400 (0:00:00.136) 0:08:03.303 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Thursday 24 July 2025 07:34:39 -0400 (0:00:00.153) 0:08:03.457 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Thursday 24 July 2025 07:34:39 -0400 (0:00:00.158) 0:08:03.616 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Thursday 24 July 2025 07:34:40 -0400 (0:00:00.146) 0:08:03.763 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Thursday 24 July 2025 07:34:40 -0400 (0:00:00.065) 0:08:03.828 ********* skipping: [managed-node8] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Thursday 24 July 2025 07:34:40 -0400 (0:00:00.136) 0:08:03.964 ********* skipping: [managed-node8] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Thursday 24 July 2025 07:34:40 -0400 (0:00:00.143) 0:08:04.108 ********* skipping: [managed-node8] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Thursday 24 July 2025 07:34:40 -0400 (0:00:00.117) 0:08:04.226 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Thursday 24 July 2025 07:34:40 -0400 (0:00:00.099) 0:08:04.325 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Thursday 24 July 2025 07:34:40 -0400 (0:00:00.087) 0:08:04.412 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Thursday 24 July 2025 07:34:40 -0400 (0:00:00.096) 0:08:04.509 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Thursday 24 July 2025 07:34:40 -0400 (0:00:00.112) 0:08:04.621 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Thursday 24 July 2025 07:34:41 -0400 (0:00:00.117) 0:08:04.739 ********* ok: [managed-node8] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Thursday 24 July 2025 07:34:41 -0400 (0:00:00.121) 0:08:04.861 ********* ok: [managed-node8] => { "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-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Thursday 24 July 2025 07:34:41 -0400 (0:00:00.105) 0:08:04.966 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 24 July 2025 07:34:41 -0400 (0:00:00.138) 0:08:05.105 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 24 July 2025 07:34:41 -0400 (0:00:00.091) 0:08:05.196 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 24 July 2025 07:34:41 -0400 (0:00:00.077) 0:08:05.273 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 24 July 2025 07:34:41 -0400 (0:00:00.100) 0:08:05.373 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 24 July 2025 07:34:41 -0400 (0:00:00.064) 0:08:05.438 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 24 July 2025 07:34:41 -0400 (0:00:00.113) 0:08:05.552 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 24 July 2025 07:34:41 -0400 (0:00:00.057) 0:08:05.609 ********* skipping: [managed-node8] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 24 July 2025 07:34:41 -0400 (0:00:00.087) 0:08:05.709 ********* ok: [managed-node8] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Thursday 24 July 2025 07:34:42 -0400 (0:00:00.099) 0:08:05.809 ********* ok: [managed-node8] => { "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-node8 : ok=486 changed=11 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Thursday 24 July 2025 07:34:42 -0400 (0:00:00.058) 0:08:05.867 ********* =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 9.83s /tmp/collections-KyF/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.70s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Gathering Facts --------------------------------------------------------- 6.34s /tmp/collections-KyF/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.71s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.05s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.99s /tmp/collections-KyF/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.59s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure blivet is available ------- 4.47s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.47s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 4.35s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 fedora.linux_system_roles.storage : Get service facts ------------------- 4.28s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 fedora.linux_system_roles.storage : Get required packages --------------- 3.90s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Ensure cryptsetup is present -------------------------------------------- 3.15s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Read the /etc/fstab file for volume existence --------------------------- 2.93s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Ensure test packages ---------------------------------------------------- 2.92s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Ensure cryptsetup is present -------------------------------------------- 2.78s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Collect info about the volumes. ----------------------------------------- 2.74s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 fedora.linux_system_roles.storage : Set up new/current mounts ----------- 2.71s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Ensure test packages ---------------------------------------------------- 2.67s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 fedora.linux_system_roles.storage : Check if system is ostree ----------- 2.56s /tmp/collections-KyF/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25