ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Saturday 14 March 2026 19:24:55 -0400 (0:00:00.233) 0:00:00.233 ******** ok: [managed-node16] META: ran handlers TASK [Include role to ensure packages are installed] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:10 Saturday 14 March 2026 19:24:59 -0400 (0:00:04.662) 0:00:04.895 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 March 2026 19:25:00 -0400 (0:00:00.342) 0:00:05.238 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 March 2026 19:25:00 -0400 (0:00:00.444) 0:00:05.683 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 March 2026 19:25:01 -0400 (0:00:00.523) 0:00:06.206 ******** skipping: [managed-node16] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node16] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 March 2026 19:25:02 -0400 (0:00:01.025) 0:00:07.231 ******** ok: [managed-node16] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 March 2026 19:25:05 -0400 (0:00:02.846) 0:00:10.077 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 March 2026 19:25:05 -0400 (0:00:00.485) 0:00:10.563 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 March 2026 19:25:05 -0400 (0:00:00.153) 0:00:10.717 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 March 2026 19:25:06 -0400 (0:00:00.258) 0:00:10.975 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 March 2026 19:25:06 -0400 (0:00:00.613) 0:00:11.588 ******** ok: [managed-node16] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 March 2026 19:25:12 -0400 (0:00:06.096) 0:00:17.685 ******** ok: [managed-node16] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 March 2026 19:25:13 -0400 (0:00:00.448) 0:00:18.134 ******** ok: [managed-node16] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 March 2026 19:25:13 -0400 (0:00:00.389) 0:00:18.523 ******** ok: [managed-node16] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 14 March 2026 19:25:17 -0400 (0:00:03.489) 0:00:22.012 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 14 March 2026 19:25:17 -0400 (0:00:00.549) 0:00:22.562 ******** TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 14 March 2026 19:25:17 -0400 (0:00:00.157) 0:00:22.719 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 14 March 2026 19:25:17 -0400 (0:00:00.136) 0:00:22.855 ******** TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 14 March 2026 19:25:18 -0400 (0:00:00.272) 0:00:23.128 ******** ok: [managed-node16] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 14 March 2026 19:25:22 -0400 (0:00:03.836) 0:00:26.964 ******** ok: [managed-node16] => { "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" }, "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": "stopped", "status": "disabled" }, "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-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "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.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.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "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" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-onfailure.service": { "name": "dracut-shutdown-onfailure.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" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "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" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "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" }, "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-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" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "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-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "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-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-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "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-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "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" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 14 March 2026 19:25:25 -0400 (0:00:03.878) 0:00:30.843 ******** ok: [managed-node16] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 14 March 2026 19:25:26 -0400 (0:00:00.328) 0:00:31.171 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 14 March 2026 19:25:26 -0400 (0:00:00.201) 0:00:31.372 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 14 March 2026 19:25:28 -0400 (0:00:02.050) 0:00:33.423 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 14 March 2026 19:25:28 -0400 (0:00:00.190) 0:00:33.613 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530565.0303376, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1773530564.180338, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 356515990, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773530564.180338, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1573106669", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 14 March 2026 19:25:30 -0400 (0:00:01.735) 0:00:35.349 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 14 March 2026 19:25:30 -0400 (0:00:00.222) 0:00:35.571 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 14 March 2026 19:25:30 -0400 (0:00:00.258) 0:00:35.830 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 14 March 2026 19:25:31 -0400 (0:00:00.333) 0:00:36.163 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 14 March 2026 19:25:31 -0400 (0:00:00.390) 0:00:36.554 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 14 March 2026 19:25:31 -0400 (0:00:00.150) 0:00:36.705 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 14 March 2026 19:25:31 -0400 (0:00:00.162) 0:00:36.867 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 14 March 2026 19:25:32 -0400 (0:00:00.242) 0:00:37.110 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 14 March 2026 19:25:32 -0400 (0:00:00.234) 0:00:37.344 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 14 March 2026 19:25:32 -0400 (0:00:00.132) 0:00:37.476 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 14 March 2026 19:25:32 -0400 (0:00:00.230) 0:00:37.707 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530575.667333, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1773530569.5873356, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893846, "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": 1773530569.5863357, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3572557426", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 14 March 2026 19:25:34 -0400 (0:00:01.412) 0:00:39.119 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 14 March 2026 19:25:34 -0400 (0:00:00.219) 0:00:39.339 ******** ok: [managed-node16] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:14 Saturday 14 March 2026 19:25:36 -0400 (0:00:02.093) 0:00:41.432 ******** ok: [managed-node16] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:22 Saturday 14 March 2026 19:25:36 -0400 (0:00:00.280) 0:00:41.712 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node16 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 14 March 2026 19:25:37 -0400 (0:00:00.296) 0:00:42.009 ******** ok: [managed-node16] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 14 March 2026 19:25:41 -0400 (0:00:04.562) 0:00:46.571 ******** ok: [managed-node16] => { "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=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 14 March 2026 19:25:44 -0400 (0:00:02.755) 0:00:49.327 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 14 March 2026 19:25:44 -0400 (0:00:00.175) 0:00:49.503 ******** ok: [managed-node16] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 14 March 2026 19:25:44 -0400 (0:00:00.245) 0:00:49.748 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 14 March 2026 19:25:45 -0400 (0:00:00.231) 0:00:49.979 ******** ok: [managed-node16] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:30 Saturday 14 March 2026 19:25:45 -0400 (0:00:00.273) 0:00:50.253 ******** ok: [managed-node16] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:34 Saturday 14 March 2026 19:25:45 -0400 (0:00:00.277) 0:00:50.530 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 March 2026 19:25:46 -0400 (0:00:00.589) 0:00:51.120 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 March 2026 19:25:46 -0400 (0:00:00.293) 0:00:51.414 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 March 2026 19:25:46 -0400 (0:00:00.320) 0:00:51.734 ******** skipping: [managed-node16] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node16] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 March 2026 19:25:47 -0400 (0:00:00.554) 0:00:52.288 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 March 2026 19:25:47 -0400 (0:00:00.228) 0:00:52.517 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 March 2026 19:25:47 -0400 (0:00:00.302) 0:00:52.819 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 March 2026 19:25:48 -0400 (0:00:00.186) 0:00:53.006 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 March 2026 19:25:48 -0400 (0:00:00.194) 0:00:53.200 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 March 2026 19:25:48 -0400 (0:00:00.441) 0:00:53.642 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 March 2026 19:25:49 -0400 (0:00:00.394) 0:00:54.037 ******** ok: [managed-node16] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 March 2026 19:25:49 -0400 (0:00:00.303) 0:00:54.340 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 March 2026 19:25:49 -0400 (0:00:00.230) 0:00:54.571 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 14 March 2026 19:25:49 -0400 (0:00:00.205) 0:00:54.777 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 14 March 2026 19:25:50 -0400 (0:00:00.145) 0:00:54.922 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 14 March 2026 19:25:50 -0400 (0:00:00.226) 0:00:55.149 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 14 March 2026 19:25:50 -0400 (0:00:00.356) 0:00:55.506 ******** ok: [managed-node16] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 14 March 2026 19:25:50 -0400 (0:00:00.335) 0:00:55.842 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 14 March 2026 19:25:51 -0400 (0:00:00.183) 0:00:56.025 ******** changed: [managed-node16] => { "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=2e8cef69-6830-40b4-a48d-c6cfb4a38977", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=2e8cef69-6830-40b4-a48d-c6cfb4a38977", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 14 March 2026 19:25:57 -0400 (0:00:05.877) 0:01:01.902 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 14 March 2026 19:25:57 -0400 (0:00:00.315) 0:01:02.217 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530565.0303376, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1773530564.180338, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 356515990, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773530564.180338, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1573106669", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 14 March 2026 19:25:58 -0400 (0:00:01.216) 0:01:03.433 ******** ok: [managed-node16] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 14 March 2026 19:26:00 -0400 (0:00:02.363) 0:01:05.797 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 14 March 2026 19:26:01 -0400 (0:00:00.169) 0:01:05.966 ******** ok: [managed-node16] => { "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=2e8cef69-6830-40b4-a48d-c6cfb4a38977", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=2e8cef69-6830-40b4-a48d-c6cfb4a38977", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 14 March 2026 19:26:01 -0400 (0:00:00.226) 0:01:06.192 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 14 March 2026 19:26:01 -0400 (0:00:00.220) 0:01:06.413 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=2e8cef69-6830-40b4-a48d-c6cfb4a38977", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 14 March 2026 19:26:01 -0400 (0:00:00.219) 0:01:06.632 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 14 March 2026 19:26:01 -0400 (0:00:00.142) 0:01:06.775 ******** ok: [managed-node16] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 14 March 2026 19:26:06 -0400 (0:00:04.317) 0:01:11.092 ******** changed: [managed-node16] => (item={'src': 'UUID=2e8cef69-6830-40b4-a48d-c6cfb4a38977', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "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=2e8cef69-6830-40b4-a48d-c6cfb4a38977", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=2e8cef69-6830-40b4-a48d-c6cfb4a38977" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 14 March 2026 19:26:08 -0400 (0:00:02.371) 0:01:13.463 ******** skipping: [managed-node16] => (item={'src': 'UUID=2e8cef69-6830-40b4-a48d-c6cfb4a38977', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "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=2e8cef69-6830-40b4-a48d-c6cfb4a38977", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 14 March 2026 19:26:08 -0400 (0:00:00.198) 0:01:13.662 ******** ok: [managed-node16] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 14 March 2026 19:26:10 -0400 (0:00:01.832) 0:01:15.494 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530575.667333, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1773530569.5873356, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893846, "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": 1773530569.5863357, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3572557426", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 14 March 2026 19:26:11 -0400 (0:00:01.267) 0:01:16.762 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 14 March 2026 19:26:11 -0400 (0:00:00.134) 0:01:16.897 ******** ok: [managed-node16] TASK [Verify results] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:44 Saturday 14 March 2026 19:26:13 -0400 (0:00:01.754) 0:01:18.651 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node16 TASK [Print out pool information] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 14 March 2026 19:26:14 -0400 (0:00:00.441) 0:01:19.093 ******** skipping: [managed-node16] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 14 March 2026 19:26:14 -0400 (0:00:00.078) 0:01:19.172 ******** ok: [managed-node16] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=2e8cef69-6830-40b4-a48d-c6cfb4a38977", "_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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 14 March 2026 19:26:14 -0400 (0:00:00.176) 0:01:19.349 ******** ok: [managed-node16] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "2e8cef69-6830-40b4-a48d-c6cfb4a38977" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 14 March 2026 19:26:16 -0400 (0:00:02.030) 0:01:21.379 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002835", "end": "2026-03-14 19:26:18.468172", "rc": 0, "start": "2026-03-14 19:26:18.465337" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 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=2e8cef69-6830-40b4-a48d-c6cfb4a38977 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 14 March 2026 19:26:18 -0400 (0:00:02.291) 0:01:23.671 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004332", "end": "2026-03-14 19:26:20.967555", "failed_when_result": false, "rc": 0, "start": "2026-03-14 19:26:19.963223" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 14 March 2026 19:26:21 -0400 (0:00:02.433) 0:01:26.105 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 14 March 2026 19:26:21 -0400 (0:00:00.121) 0:01:26.227 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node16 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 March 2026 19:26:21 -0400 (0:00:00.314) 0:01:26.541 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 March 2026 19:26:21 -0400 (0:00:00.300) 0:01:26.841 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node16 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 March 2026 19:26:23 -0400 (0:00:01.205) 0:01:28.047 ******** ok: [managed-node16] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 March 2026 19:26:23 -0400 (0:00:00.210) 0:01:28.257 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 March 2026 19:26:23 -0400 (0:00:00.268) 0:01:28.526 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 14 March 2026 19:26:23 -0400 (0:00:00.205) 0:01:28.731 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 14 March 2026 19:26:24 -0400 (0:00:00.190) 0:01:28.922 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 14 March 2026 19:26:24 -0400 (0:00:00.249) 0:01:29.172 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 14 March 2026 19:26:24 -0400 (0:00:00.306) 0:01:29.478 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 14 March 2026 19:26:24 -0400 (0:00:00.266) 0:01:29.745 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002815", "end": "2026-03-14 19:26:26.232636", "rc": 0, "start": "2026-03-14 19:26:26.229821" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 14 March 2026 19:26:26 -0400 (0:00:01.625) 0:01:31.371 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002816", "end": "2026-03-14 19:26:27.749125", "rc": 0, "start": "2026-03-14 19:26:27.746309" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 14 March 2026 19:26:27 -0400 (0:00:01.441) 0:01:32.812 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 14 March 2026 19:26:28 -0400 (0:00:00.147) 0:01:32.960 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 March 2026 19:26:28 -0400 (0:00:00.051) 0:01:33.011 ******** ok: [managed-node16] => { "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=2e8cef69-6830-40b4-a48d-c6cfb4a38977 " ], "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 March 2026 19:26:28 -0400 (0:00:00.405) 0:01:33.417 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 March 2026 19:26:28 -0400 (0:00:00.256) 0:01:33.674 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 March 2026 19:26:29 -0400 (0:00:00.292) 0:01:33.966 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 March 2026 19:26:29 -0400 (0:00:00.188) 0:01:34.155 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 14 March 2026 19:26:29 -0400 (0:00:00.222) 0:01:34.377 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 March 2026 19:26:29 -0400 (0:00:00.193) 0:01:34.571 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 March 2026 19:26:30 -0400 (0:00:00.332) 0:01:34.903 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 March 2026 19:26:30 -0400 (0:00:00.377) 0:01:35.280 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530756.552252, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1773530756.537252, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35656, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1773530756.537252, "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 March 2026 19:26:31 -0400 (0:00:01.335) 0:01:36.616 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 March 2026 19:26:31 -0400 (0:00:00.198) 0:01:36.814 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 March 2026 19:26:32 -0400 (0:00:00.218) 0:01:37.033 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 March 2026 19:26:32 -0400 (0:00:00.247) 0:01:37.280 ******** ok: [managed-node16] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 March 2026 19:26:32 -0400 (0:00:00.234) 0:01:37.515 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 March 2026 19:26:32 -0400 (0:00:00.168) 0:01:37.684 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 March 2026 19:26:32 -0400 (0:00:00.159) 0:01:37.843 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 March 2026 19:26:33 -0400 (0:00:00.218) 0:01:38.062 ******** ok: [managed-node16] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 March 2026 19:26:37 -0400 (0:00:04.268) 0:01:42.330 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 March 2026 19:26:37 -0400 (0:00:00.266) 0:01:42.597 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 March 2026 19:26:37 -0400 (0:00:00.162) 0:01:42.760 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 March 2026 19:26:38 -0400 (0:00:00.234) 0:01:42.994 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 March 2026 19:26:38 -0400 (0:00:00.135) 0:01:43.130 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 March 2026 19:26:38 -0400 (0:00:00.175) 0:01:43.306 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 14 March 2026 19:26:38 -0400 (0:00:00.148) 0:01:43.454 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 14 March 2026 19:26:38 -0400 (0:00:00.147) 0:01:43.602 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 14 March 2026 19:26:38 -0400 (0:00:00.189) 0:01:43.792 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 14 March 2026 19:26:39 -0400 (0:00:00.243) 0:01:44.035 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 14 March 2026 19:26:39 -0400 (0:00:00.179) 0:01:44.215 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 14 March 2026 19:26:39 -0400 (0:00:00.157) 0:01:44.373 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 14 March 2026 19:26:39 -0400 (0:00:00.221) 0:01:44.595 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 14 March 2026 19:26:39 -0400 (0:00:00.167) 0:01:44.763 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 March 2026 19:26:40 -0400 (0:00:00.157) 0:01:44.920 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 March 2026 19:26:40 -0400 (0:00:00.217) 0:01:45.137 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 March 2026 19:26:40 -0400 (0:00:00.507) 0:01:45.644 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 March 2026 19:26:40 -0400 (0:00:00.241) 0:01:45.886 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 March 2026 19:26:41 -0400 (0:00:00.214) 0:01:46.101 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 March 2026 19:26:41 -0400 (0:00:00.154) 0:01:46.255 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 March 2026 19:26:41 -0400 (0:00:00.250) 0:01:46.506 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 March 2026 19:26:41 -0400 (0:00:00.160) 0:01:46.667 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 March 2026 19:26:41 -0400 (0:00:00.223) 0:01:46.890 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 March 2026 19:26:42 -0400 (0:00:00.197) 0:01:47.088 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 March 2026 19:26:42 -0400 (0:00:00.199) 0:01:47.288 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 March 2026 19:26:42 -0400 (0:00:00.077) 0:01:47.365 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 March 2026 19:26:42 -0400 (0:00:00.179) 0:01:47.544 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 March 2026 19:26:42 -0400 (0:00:00.205) 0:01:47.750 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 March 2026 19:26:43 -0400 (0:00:00.156) 0:01:47.906 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 March 2026 19:26:43 -0400 (0:00:00.114) 0:01:48.021 ******** skipping: [managed-node16] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 March 2026 19:26:43 -0400 (0:00:00.158) 0:01:48.179 ******** skipping: [managed-node16] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 March 2026 19:26:43 -0400 (0:00:00.209) 0:01:48.389 ******** skipping: [managed-node16] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 March 2026 19:26:43 -0400 (0:00:00.143) 0:01:48.532 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 14 March 2026 19:26:43 -0400 (0:00:00.177) 0:01:48.710 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 14 March 2026 19:26:43 -0400 (0:00:00.165) 0:01:48.876 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 14 March 2026 19:26:44 -0400 (0:00:00.157) 0:01:49.033 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 14 March 2026 19:26:44 -0400 (0:00:00.199) 0:01:49.233 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 14 March 2026 19:26:44 -0400 (0:00:00.112) 0:01:49.346 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 14 March 2026 19:26:44 -0400 (0:00:00.225) 0:01:49.571 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 14 March 2026 19:26:44 -0400 (0:00:00.120) 0:01:49.692 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 14 March 2026 19:26:44 -0400 (0:00:00.146) 0:01:49.838 ******** skipping: [managed-node16] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 14 March 2026 19:26:45 -0400 (0:00:00.159) 0:01:49.998 ******** skipping: [managed-node16] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 14 March 2026 19:26:45 -0400 (0:00:00.120) 0:01:50.119 ******** skipping: [managed-node16] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 14 March 2026 19:26:45 -0400 (0:00:00.219) 0:01:50.338 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 14 March 2026 19:26:45 -0400 (0:00:00.173) 0:01:50.512 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 14 March 2026 19:26:45 -0400 (0:00:00.206) 0:01:50.719 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 14 March 2026 19:26:46 -0400 (0:00:00.237) 0:01:50.956 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 14 March 2026 19:26:46 -0400 (0:00:00.168) 0:01:51.125 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 14 March 2026 19:26:46 -0400 (0:00:00.229) 0:01:51.355 ******** ok: [managed-node16] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 14 March 2026 19:26:46 -0400 (0:00:00.220) 0:01:51.575 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 14 March 2026 19:26:46 -0400 (0:00:00.190) 0:01:51.765 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 March 2026 19:26:47 -0400 (0:00:00.204) 0:01:51.969 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 March 2026 19:26:47 -0400 (0:00:00.217) 0:01:52.187 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 March 2026 19:26:47 -0400 (0:00:00.151) 0:01:52.338 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 March 2026 19:26:47 -0400 (0:00:00.256) 0:01:52.595 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 March 2026 19:26:47 -0400 (0:00:00.198) 0:01:52.793 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 March 2026 19:26:48 -0400 (0:00:00.189) 0:01:52.982 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 March 2026 19:26:48 -0400 (0:00:00.169) 0:01:53.151 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 March 2026 19:26:48 -0400 (0:00:00.220) 0:01:53.372 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 14 March 2026 19:26:48 -0400 (0:00:00.138) 0:01:53.511 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:47 Saturday 14 March 2026 19:26:48 -0400 (0:00:00.103) 0:01:53.614 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node16 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 14 March 2026 19:26:48 -0400 (0:00:00.246) 0:01:53.861 ******** ok: [managed-node16] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 14 March 2026 19:26:52 -0400 (0:00:03.947) 0:01:57.808 ******** ok: [managed-node16] => { "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=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Disk [/dev/sda] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': 'swap', 'ssize': '512'}] has fstype", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 14 March 2026 19:26:54 -0400 (0:00:01.377) 0:01:59.186 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 14 March 2026 19:26:54 -0400 (0:00:00.210) 0:01:59.396 ******** ok: [managed-node16] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 14 March 2026 19:26:54 -0400 (0:00:00.246) 0:01:59.643 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 14 March 2026 19:26:54 -0400 (0:00:00.221) 0:01:59.864 ******** ok: [managed-node16] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:54 Saturday 14 March 2026 19:26:55 -0400 (0:00:00.149) 0:02:00.014 ******** ok: [managed-node16] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:58 Saturday 14 March 2026 19:26:55 -0400 (0:00:00.143) 0:02:00.158 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 March 2026 19:26:55 -0400 (0:00:00.144) 0:02:00.303 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 March 2026 19:26:55 -0400 (0:00:00.131) 0:02:00.434 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 March 2026 19:26:55 -0400 (0:00:00.176) 0:02:00.611 ******** skipping: [managed-node16] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node16] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 March 2026 19:26:56 -0400 (0:00:00.351) 0:02:00.962 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 March 2026 19:26:56 -0400 (0:00:00.179) 0:02:01.142 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 March 2026 19:26:56 -0400 (0:00:00.163) 0:02:01.306 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 March 2026 19:26:56 -0400 (0:00:00.117) 0:02:01.423 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 March 2026 19:26:56 -0400 (0:00:00.117) 0:02:01.541 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 March 2026 19:26:56 -0400 (0:00:00.245) 0:02:01.786 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 March 2026 19:26:57 -0400 (0:00:00.235) 0:02:02.021 ******** ok: [managed-node16] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 March 2026 19:26:57 -0400 (0:00:00.200) 0:02:02.222 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 March 2026 19:26:57 -0400 (0:00:00.175) 0:02:02.398 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 14 March 2026 19:26:57 -0400 (0:00:00.179) 0:02:02.577 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 14 March 2026 19:26:57 -0400 (0:00:00.109) 0:02:02.687 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 14 March 2026 19:26:57 -0400 (0:00:00.086) 0:02:02.774 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 14 March 2026 19:26:57 -0400 (0:00:00.110) 0:02:02.885 ******** ok: [managed-node16] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 14 March 2026 19:26:58 -0400 (0:00:00.162) 0:02:03.047 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 14 March 2026 19:26:58 -0400 (0:00:00.056) 0:02:03.103 ******** changed: [managed-node16] => { "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": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=3645bd9d-81f3-46f7-985e-d997d9027ec7", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 14 March 2026 19:27:06 -0400 (0:00:08.467) 0:02:11.571 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 14 March 2026 19:27:06 -0400 (0:00:00.268) 0:02:11.839 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530770.199246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bd6a4092988ea41559f7cdbaabb54f0c056a61d6", "ctime": 1773530768.3092468, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 356515990, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773530768.3092468, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "1573106669", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 14 March 2026 19:27:08 -0400 (0:00:01.312) 0:02:13.151 ******** ok: [managed-node16] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 14 March 2026 19:27:09 -0400 (0:00:01.283) 0:02:14.435 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 14 March 2026 19:27:09 -0400 (0:00:00.167) 0:02:14.603 ******** ok: [managed-node16] => { "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": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=3645bd9d-81f3-46f7-985e-d997d9027ec7", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 14 March 2026 19:27:09 -0400 (0:00:00.194) 0:02:14.797 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 14 March 2026 19:27:10 -0400 (0:00:00.224) 0:02:15.021 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=3645bd9d-81f3-46f7-985e-d997d9027ec7", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 14 March 2026 19:27:10 -0400 (0:00:00.249) 0:02:15.271 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 14 March 2026 19:27:10 -0400 (0:00:00.114) 0:02:15.386 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 14 March 2026 19:27:11 -0400 (0:00:00.553) 0:02:15.939 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 14 March 2026 19:27:11 -0400 (0:00:00.153) 0:02:16.093 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 14 March 2026 19:27:11 -0400 (0:00:00.131) 0:02:16.224 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 14 March 2026 19:27:11 -0400 (0:00:00.150) 0:02:16.374 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530575.667333, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1773530569.5873356, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893846, "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": 1773530569.5863357, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3572557426", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 14 March 2026 19:27:12 -0400 (0:00:01.134) 0:02:17.509 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 14 March 2026 19:27:12 -0400 (0:00:00.103) 0:02:17.612 ******** ok: [managed-node16] TASK [Verify results - 2] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:69 Saturday 14 March 2026 19:27:14 -0400 (0:00:01.744) 0:02:19.357 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node16 TASK [Print out pool information] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 14 March 2026 19:27:14 -0400 (0:00:00.179) 0:02:19.537 ******** skipping: [managed-node16] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 14 March 2026 19:27:14 -0400 (0:00:00.074) 0:02:19.611 ******** ok: [managed-node16] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=3645bd9d-81f3-46f7-985e-d997d9027ec7", "_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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 14 March 2026 19:27:14 -0400 (0:00:00.154) 0:02:19.766 ******** ok: [managed-node16] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "2e8cef69-6830-40b4-a48d-c6cfb4a38977" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "3645bd9d-81f3-46f7-985e-d997d9027ec7" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 14 March 2026 19:27:16 -0400 (0:00:01.198) 0:02:20.964 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002843", "end": "2026-03-14 19:27:17.045453", "rc": 0, "start": "2026-03-14 19:27:17.042610" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 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=2e8cef69-6830-40b4-a48d-c6cfb4a38977 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 14 March 2026 19:27:17 -0400 (0:00:01.232) 0:02:22.196 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002717", "end": "2026-03-14 19:27:18.389885", "failed_when_result": false, "rc": 0, "start": "2026-03-14 19:27:18.387168" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 14 March 2026 19:27:18 -0400 (0:00:01.242) 0:02:23.438 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 14 March 2026 19:27:18 -0400 (0:00:00.130) 0:02:23.569 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node16 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 March 2026 19:27:18 -0400 (0:00:00.202) 0:02:23.772 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 March 2026 19:27:19 -0400 (0:00:00.157) 0:02:23.929 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node16 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 March 2026 19:27:19 -0400 (0:00:00.679) 0:02:24.609 ******** ok: [managed-node16] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 March 2026 19:27:19 -0400 (0:00:00.284) 0:02:24.893 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 March 2026 19:27:20 -0400 (0:00:00.313) 0:02:25.207 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 14 March 2026 19:27:20 -0400 (0:00:00.335) 0:02:25.543 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 14 March 2026 19:27:20 -0400 (0:00:00.182) 0:02:25.725 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 14 March 2026 19:27:21 -0400 (0:00:00.174) 0:02:25.900 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 14 March 2026 19:27:21 -0400 (0:00:00.176) 0:02:26.076 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 14 March 2026 19:27:21 -0400 (0:00:00.181) 0:02:26.258 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 14 March 2026 19:27:21 -0400 (0:00:00.197) 0:02:26.455 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 14 March 2026 19:27:21 -0400 (0:00:00.224) 0:02:26.680 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 14 March 2026 19:27:21 -0400 (0:00:00.107) 0:02:26.787 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 March 2026 19:27:21 -0400 (0:00:00.069) 0:02:26.856 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 March 2026 19:27:22 -0400 (0:00:00.283) 0:02:27.140 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 March 2026 19:27:22 -0400 (0:00:00.175) 0:02:27.316 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 March 2026 19:27:22 -0400 (0:00:00.153) 0:02:27.469 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 March 2026 19:27:22 -0400 (0:00:00.107) 0:02:27.576 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 14 March 2026 19:27:22 -0400 (0:00:00.123) 0:02:27.700 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 March 2026 19:27:22 -0400 (0:00:00.068) 0:02:27.768 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 March 2026 19:27:22 -0400 (0:00:00.115) 0:02:27.883 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 March 2026 19:27:23 -0400 (0:00:00.121) 0:02:28.005 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530826.3612208, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1773530826.3612208, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35837, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1773530826.3612208, "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 March 2026 19:27:24 -0400 (0:00:01.026) 0:02:29.031 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 March 2026 19:27:24 -0400 (0:00:00.216) 0:02:29.248 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 March 2026 19:27:24 -0400 (0:00:00.154) 0:02:29.402 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 March 2026 19:27:24 -0400 (0:00:00.172) 0:02:29.574 ******** ok: [managed-node16] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 March 2026 19:27:24 -0400 (0:00:00.181) 0:02:29.756 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 March 2026 19:27:24 -0400 (0:00:00.095) 0:02:29.852 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 March 2026 19:27:25 -0400 (0:00:00.173) 0:02:30.026 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 March 2026 19:27:25 -0400 (0:00:00.097) 0:02:30.123 ******** ok: [managed-node16] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 March 2026 19:27:28 -0400 (0:00:03.405) 0:02:33.529 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 March 2026 19:27:28 -0400 (0:00:00.050) 0:02:33.579 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 March 2026 19:27:28 -0400 (0:00:00.078) 0:02:33.658 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 March 2026 19:27:28 -0400 (0:00:00.139) 0:02:33.797 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 March 2026 19:27:28 -0400 (0:00:00.056) 0:02:33.853 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 March 2026 19:27:29 -0400 (0:00:00.095) 0:02:33.949 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 14 March 2026 19:27:29 -0400 (0:00:00.094) 0:02:34.043 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 14 March 2026 19:27:29 -0400 (0:00:00.064) 0:02:34.108 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 14 March 2026 19:27:29 -0400 (0:00:00.114) 0:02:34.222 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 14 March 2026 19:27:29 -0400 (0:00:00.169) 0:02:34.392 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 14 March 2026 19:27:29 -0400 (0:00:00.102) 0:02:34.495 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 14 March 2026 19:27:29 -0400 (0:00:00.069) 0:02:34.564 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 14 March 2026 19:27:29 -0400 (0:00:00.134) 0:02:34.698 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 14 March 2026 19:27:29 -0400 (0:00:00.137) 0:02:34.836 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 March 2026 19:27:30 -0400 (0:00:00.090) 0:02:34.927 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 March 2026 19:27:30 -0400 (0:00:00.335) 0:02:35.263 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 March 2026 19:27:30 -0400 (0:00:00.123) 0:02:35.386 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 March 2026 19:27:30 -0400 (0:00:00.159) 0:02:35.545 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 March 2026 19:27:30 -0400 (0:00:00.175) 0:02:35.721 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 March 2026 19:27:30 -0400 (0:00:00.077) 0:02:35.798 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 March 2026 19:27:30 -0400 (0:00:00.098) 0:02:35.897 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 March 2026 19:27:31 -0400 (0:00:00.094) 0:02:35.991 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 March 2026 19:27:31 -0400 (0:00:00.038) 0:02:36.030 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 March 2026 19:27:31 -0400 (0:00:00.095) 0:02:36.125 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 March 2026 19:27:31 -0400 (0:00:00.093) 0:02:36.219 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 March 2026 19:27:31 -0400 (0:00:00.144) 0:02:36.363 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 March 2026 19:27:31 -0400 (0:00:00.176) 0:02:36.539 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 March 2026 19:27:31 -0400 (0:00:00.136) 0:02:36.676 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 March 2026 19:27:31 -0400 (0:00:00.204) 0:02:36.880 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 March 2026 19:27:32 -0400 (0:00:00.168) 0:02:37.049 ******** skipping: [managed-node16] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 March 2026 19:27:32 -0400 (0:00:00.130) 0:02:37.179 ******** skipping: [managed-node16] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 March 2026 19:27:32 -0400 (0:00:00.141) 0:02:37.320 ******** skipping: [managed-node16] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 March 2026 19:27:32 -0400 (0:00:00.072) 0:02:37.393 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 14 March 2026 19:27:32 -0400 (0:00:00.104) 0:02:37.497 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 14 March 2026 19:27:32 -0400 (0:00:00.075) 0:02:37.573 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 14 March 2026 19:27:32 -0400 (0:00:00.116) 0:02:37.690 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 14 March 2026 19:27:32 -0400 (0:00:00.133) 0:02:37.824 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 14 March 2026 19:27:33 -0400 (0:00:00.122) 0:02:37.946 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 14 March 2026 19:27:33 -0400 (0:00:00.175) 0:02:38.121 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 14 March 2026 19:27:33 -0400 (0:00:00.104) 0:02:38.226 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 14 March 2026 19:27:33 -0400 (0:00:00.120) 0:02:38.347 ******** skipping: [managed-node16] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 14 March 2026 19:27:33 -0400 (0:00:00.125) 0:02:38.472 ******** skipping: [managed-node16] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 14 March 2026 19:27:33 -0400 (0:00:00.194) 0:02:38.666 ******** skipping: [managed-node16] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 14 March 2026 19:27:33 -0400 (0:00:00.191) 0:02:38.858 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 14 March 2026 19:27:34 -0400 (0:00:00.214) 0:02:39.073 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 14 March 2026 19:27:34 -0400 (0:00:00.097) 0:02:39.171 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 14 March 2026 19:27:34 -0400 (0:00:00.205) 0:02:39.377 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 14 March 2026 19:27:34 -0400 (0:00:00.133) 0:02:39.510 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 14 March 2026 19:27:34 -0400 (0:00:00.097) 0:02:39.607 ******** ok: [managed-node16] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 14 March 2026 19:27:34 -0400 (0:00:00.174) 0:02:39.781 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 14 March 2026 19:27:35 -0400 (0:00:00.133) 0:02:39.915 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 March 2026 19:27:35 -0400 (0:00:00.211) 0:02:40.126 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 March 2026 19:27:35 -0400 (0:00:00.127) 0:02:40.254 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 March 2026 19:27:35 -0400 (0:00:00.146) 0:02:40.400 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 March 2026 19:27:35 -0400 (0:00:00.119) 0:02:40.519 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 March 2026 19:27:35 -0400 (0:00:00.223) 0:02:40.742 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 March 2026 19:27:36 -0400 (0:00:00.192) 0:02:40.935 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 March 2026 19:27:36 -0400 (0:00:00.204) 0:02:41.139 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 March 2026 19:27:36 -0400 (0:00:00.092) 0:02:41.232 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 14 March 2026 19:27:36 -0400 (0:00:00.170) 0:02:41.402 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:72 Saturday 14 March 2026 19:27:36 -0400 (0:00:00.108) 0:02:41.511 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 March 2026 19:27:37 -0400 (0:00:00.410) 0:02:41.922 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 March 2026 19:27:37 -0400 (0:00:00.168) 0:02:42.090 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 March 2026 19:27:37 -0400 (0:00:00.123) 0:02:42.214 ******** skipping: [managed-node16] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node16] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 March 2026 19:27:37 -0400 (0:00:00.130) 0:02:42.344 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 March 2026 19:27:37 -0400 (0:00:00.070) 0:02:42.415 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 March 2026 19:27:37 -0400 (0:00:00.081) 0:02:42.496 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 March 2026 19:27:37 -0400 (0:00:00.099) 0:02:42.596 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 March 2026 19:27:37 -0400 (0:00:00.037) 0:02:42.633 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 March 2026 19:27:37 -0400 (0:00:00.085) 0:02:42.718 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 March 2026 19:27:37 -0400 (0:00:00.030) 0:02:42.748 ******** ok: [managed-node16] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 March 2026 19:27:37 -0400 (0:00:00.042) 0:02:42.791 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 March 2026 19:27:37 -0400 (0:00:00.037) 0:02:42.828 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 14 March 2026 19:27:37 -0400 (0:00:00.049) 0:02:42.877 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 14 March 2026 19:27:38 -0400 (0:00:00.103) 0:02:42.981 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 14 March 2026 19:27:38 -0400 (0:00:00.059) 0:02:43.040 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 14 March 2026 19:27:38 -0400 (0:00:00.049) 0:02:43.090 ******** ok: [managed-node16] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 14 March 2026 19:27:38 -0400 (0:00:00.089) 0:02:43.179 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 14 March 2026 19:27:38 -0400 (0:00:00.066) 0:02:43.246 ******** changed: [managed-node16] => { "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=2e8cef69-6830-40b4-a48d-c6cfb4a38977", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 14 March 2026 19:27:46 -0400 (0:00:08.191) 0:02:51.437 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 14 March 2026 19:27:46 -0400 (0:00:00.039) 0:02:51.476 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530770.199246, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bd6a4092988ea41559f7cdbaabb54f0c056a61d6", "ctime": 1773530768.3092468, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 356515990, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773530768.3092468, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "1573106669", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 14 March 2026 19:27:47 -0400 (0:00:00.811) 0:02:52.288 ******** ok: [managed-node16] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 14 March 2026 19:27:48 -0400 (0:00:00.969) 0:02:53.258 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 14 March 2026 19:27:48 -0400 (0:00:00.077) 0:02:53.335 ******** ok: [managed-node16] => { "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=2e8cef69-6830-40b4-a48d-c6cfb4a38977", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 14 March 2026 19:27:48 -0400 (0:00:00.079) 0:02:53.415 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 14 March 2026 19:27:48 -0400 (0:00:00.094) 0:02:53.509 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 14 March 2026 19:27:48 -0400 (0:00:00.059) 0:02:53.569 ******** changed: [managed-node16] => (item={'src': 'UUID=2e8cef69-6830-40b4-a48d-c6cfb4a38977', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=2e8cef69-6830-40b4-a48d-c6cfb4a38977", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=2e8cef69-6830-40b4-a48d-c6cfb4a38977" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 14 March 2026 19:27:49 -0400 (0:00:01.067) 0:02:54.636 ******** ok: [managed-node16] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 14 March 2026 19:27:50 -0400 (0:00:01.157) 0:02:55.794 ******** changed: [managed-node16] => (item={'src': 'UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "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=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 14 March 2026 19:27:51 -0400 (0:00:00.876) 0:02:56.670 ******** skipping: [managed-node16] => (item={'src': 'UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "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=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 14 March 2026 19:27:51 -0400 (0:00:00.161) 0:02:56.832 ******** ok: [managed-node16] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 14 March 2026 19:27:53 -0400 (0:00:01.139) 0:02:57.971 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530575.667333, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1773530569.5873356, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893846, "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": 1773530569.5863357, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3572557426", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 14 March 2026 19:27:53 -0400 (0:00:00.848) 0:02:58.819 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 14 March 2026 19:27:54 -0400 (0:00:00.087) 0:02:58.907 ******** ok: [managed-node16] TASK [Verify results - 3] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:83 Saturday 14 March 2026 19:27:55 -0400 (0:00:01.439) 0:03:00.346 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node16 TASK [Print out pool information] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 14 March 2026 19:27:55 -0400 (0:00:00.230) 0:03:00.577 ******** skipping: [managed-node16] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 14 March 2026 19:27:55 -0400 (0:00:00.105) 0:03:00.683 ******** ok: [managed-node16] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "_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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 14 March 2026 19:27:55 -0400 (0:00:00.093) 0:03:00.776 ******** ok: [managed-node16] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "0d169134-6e0c-4fd6-9ac0-ecdce4b9f759" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "3645bd9d-81f3-46f7-985e-d997d9027ec7" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 14 March 2026 19:27:56 -0400 (0:00:00.920) 0:03:01.696 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003309", "end": "2026-03-14 19:27:57.628813", "rc": 0, "start": "2026-03-14 19:27:57.625504" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 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=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 14 March 2026 19:27:57 -0400 (0:00:00.996) 0:03:02.692 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002979", "end": "2026-03-14 19:27:58.563411", "failed_when_result": false, "rc": 0, "start": "2026-03-14 19:27:58.560432" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 14 March 2026 19:27:58 -0400 (0:00:01.000) 0:03:03.693 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 14 March 2026 19:27:58 -0400 (0:00:00.135) 0:03:03.828 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node16 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 March 2026 19:27:59 -0400 (0:00:00.294) 0:03:04.122 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 March 2026 19:27:59 -0400 (0:00:00.067) 0:03:04.190 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node16 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 March 2026 19:27:59 -0400 (0:00:00.476) 0:03:04.667 ******** ok: [managed-node16] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 March 2026 19:27:59 -0400 (0:00:00.210) 0:03:04.878 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 March 2026 19:28:00 -0400 (0:00:00.117) 0:03:04.995 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 14 March 2026 19:28:00 -0400 (0:00:00.161) 0:03:05.157 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 14 March 2026 19:28:00 -0400 (0:00:00.177) 0:03:05.334 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 14 March 2026 19:28:00 -0400 (0:00:00.192) 0:03:05.527 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 14 March 2026 19:28:00 -0400 (0:00:00.103) 0:03:05.630 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 14 March 2026 19:28:00 -0400 (0:00:00.057) 0:03:05.687 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 14 March 2026 19:28:00 -0400 (0:00:00.155) 0:03:05.843 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 14 March 2026 19:28:01 -0400 (0:00:00.173) 0:03:06.017 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 14 March 2026 19:28:01 -0400 (0:00:00.136) 0:03:06.154 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 March 2026 19:28:01 -0400 (0:00:00.125) 0:03:06.280 ******** ok: [managed-node16] => { "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=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759 " ], "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 March 2026 19:28:01 -0400 (0:00:00.243) 0:03:06.523 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 March 2026 19:28:01 -0400 (0:00:00.055) 0:03:06.579 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 March 2026 19:28:01 -0400 (0:00:00.130) 0:03:06.710 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 March 2026 19:28:01 -0400 (0:00:00.092) 0:03:06.802 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 14 March 2026 19:28:02 -0400 (0:00:00.104) 0:03:06.906 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 March 2026 19:28:02 -0400 (0:00:00.067) 0:03:06.974 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 March 2026 19:28:02 -0400 (0:00:00.117) 0:03:07.092 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 March 2026 19:28:02 -0400 (0:00:00.176) 0:03:07.268 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530866.340203, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1773530866.340203, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35656, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1773530866.340203, "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 March 2026 19:28:03 -0400 (0:00:00.962) 0:03:08.230 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 March 2026 19:28:03 -0400 (0:00:00.103) 0:03:08.333 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 March 2026 19:28:03 -0400 (0:00:00.059) 0:03:08.393 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 March 2026 19:28:03 -0400 (0:00:00.089) 0:03:08.483 ******** ok: [managed-node16] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 March 2026 19:28:03 -0400 (0:00:00.058) 0:03:08.541 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 March 2026 19:28:03 -0400 (0:00:00.077) 0:03:08.618 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 March 2026 19:28:03 -0400 (0:00:00.045) 0:03:08.664 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 March 2026 19:28:03 -0400 (0:00:00.106) 0:03:08.770 ******** ok: [managed-node16] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 March 2026 19:28:06 -0400 (0:00:03.012) 0:03:11.783 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 March 2026 19:28:06 -0400 (0:00:00.082) 0:03:11.865 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 March 2026 19:28:07 -0400 (0:00:00.062) 0:03:11.928 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 March 2026 19:28:07 -0400 (0:00:00.096) 0:03:12.025 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 March 2026 19:28:07 -0400 (0:00:00.043) 0:03:12.068 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 March 2026 19:28:07 -0400 (0:00:00.094) 0:03:12.162 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 14 March 2026 19:28:07 -0400 (0:00:00.095) 0:03:12.258 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 14 March 2026 19:28:07 -0400 (0:00:00.133) 0:03:12.391 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 14 March 2026 19:28:07 -0400 (0:00:00.144) 0:03:12.536 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 14 March 2026 19:28:07 -0400 (0:00:00.142) 0:03:12.678 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 14 March 2026 19:28:07 -0400 (0:00:00.101) 0:03:12.780 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 14 March 2026 19:28:08 -0400 (0:00:00.173) 0:03:12.954 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 14 March 2026 19:28:08 -0400 (0:00:00.116) 0:03:13.070 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 14 March 2026 19:28:08 -0400 (0:00:00.121) 0:03:13.191 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 March 2026 19:28:08 -0400 (0:00:00.090) 0:03:13.282 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 March 2026 19:28:08 -0400 (0:00:00.060) 0:03:13.343 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 March 2026 19:28:08 -0400 (0:00:00.156) 0:03:13.499 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 March 2026 19:28:08 -0400 (0:00:00.102) 0:03:13.601 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 March 2026 19:28:08 -0400 (0:00:00.122) 0:03:13.724 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 March 2026 19:28:08 -0400 (0:00:00.140) 0:03:13.864 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 March 2026 19:28:09 -0400 (0:00:00.109) 0:03:13.974 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 March 2026 19:28:09 -0400 (0:00:00.168) 0:03:14.143 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 March 2026 19:28:09 -0400 (0:00:00.107) 0:03:14.250 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 March 2026 19:28:09 -0400 (0:00:00.107) 0:03:14.357 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 March 2026 19:28:09 -0400 (0:00:00.134) 0:03:14.492 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 March 2026 19:28:09 -0400 (0:00:00.130) 0:03:14.623 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 March 2026 19:28:09 -0400 (0:00:00.120) 0:03:14.744 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 March 2026 19:28:09 -0400 (0:00:00.095) 0:03:14.839 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 March 2026 19:28:10 -0400 (0:00:00.110) 0:03:14.950 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 March 2026 19:28:10 -0400 (0:00:00.103) 0:03:15.054 ******** skipping: [managed-node16] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 March 2026 19:28:10 -0400 (0:00:00.074) 0:03:15.129 ******** skipping: [managed-node16] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 March 2026 19:28:10 -0400 (0:00:00.107) 0:03:15.236 ******** skipping: [managed-node16] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 March 2026 19:28:10 -0400 (0:00:00.129) 0:03:15.366 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 14 March 2026 19:28:10 -0400 (0:00:00.148) 0:03:15.514 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 14 March 2026 19:28:10 -0400 (0:00:00.141) 0:03:15.655 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 14 March 2026 19:28:10 -0400 (0:00:00.111) 0:03:15.767 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 14 March 2026 19:28:11 -0400 (0:00:00.160) 0:03:15.928 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 14 March 2026 19:28:11 -0400 (0:00:00.195) 0:03:16.123 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 14 March 2026 19:28:11 -0400 (0:00:00.087) 0:03:16.210 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 14 March 2026 19:28:11 -0400 (0:00:00.045) 0:03:16.256 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 14 March 2026 19:28:11 -0400 (0:00:00.195) 0:03:16.452 ******** skipping: [managed-node16] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 14 March 2026 19:28:11 -0400 (0:00:00.092) 0:03:16.544 ******** skipping: [managed-node16] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 14 March 2026 19:28:11 -0400 (0:00:00.183) 0:03:16.728 ******** skipping: [managed-node16] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 14 March 2026 19:28:11 -0400 (0:00:00.132) 0:03:16.860 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 14 March 2026 19:28:12 -0400 (0:00:00.132) 0:03:16.993 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 14 March 2026 19:28:12 -0400 (0:00:00.118) 0:03:17.111 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 14 March 2026 19:28:12 -0400 (0:00:00.084) 0:03:17.196 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 14 March 2026 19:28:12 -0400 (0:00:00.078) 0:03:17.275 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 14 March 2026 19:28:12 -0400 (0:00:00.104) 0:03:17.379 ******** ok: [managed-node16] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 14 March 2026 19:28:12 -0400 (0:00:00.102) 0:03:17.482 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 14 March 2026 19:28:12 -0400 (0:00:00.128) 0:03:17.611 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 March 2026 19:28:12 -0400 (0:00:00.140) 0:03:17.751 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 March 2026 19:28:13 -0400 (0:00:00.172) 0:03:17.923 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 March 2026 19:28:13 -0400 (0:00:00.093) 0:03:18.017 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 March 2026 19:28:13 -0400 (0:00:00.183) 0:03:18.200 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 March 2026 19:28:13 -0400 (0:00:00.149) 0:03:18.350 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 March 2026 19:28:13 -0400 (0:00:00.125) 0:03:18.476 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 March 2026 19:28:13 -0400 (0:00:00.062) 0:03:18.538 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 March 2026 19:28:13 -0400 (0:00:00.080) 0:03:18.618 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 14 March 2026 19:28:13 -0400 (0:00:00.099) 0:03:18.718 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:86 Saturday 14 March 2026 19:28:13 -0400 (0:00:00.069) 0:03:18.787 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 March 2026 19:28:14 -0400 (0:00:00.269) 0:03:19.057 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 March 2026 19:28:14 -0400 (0:00:00.141) 0:03:19.198 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 March 2026 19:28:14 -0400 (0:00:00.103) 0:03:19.302 ******** skipping: [managed-node16] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node16] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 March 2026 19:28:14 -0400 (0:00:00.186) 0:03:19.488 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 March 2026 19:28:14 -0400 (0:00:00.236) 0:03:19.725 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 March 2026 19:28:14 -0400 (0:00:00.133) 0:03:19.859 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 March 2026 19:28:15 -0400 (0:00:00.113) 0:03:19.972 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 March 2026 19:28:15 -0400 (0:00:00.089) 0:03:20.062 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 March 2026 19:28:15 -0400 (0:00:00.201) 0:03:20.264 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 March 2026 19:28:15 -0400 (0:00:00.108) 0:03:20.373 ******** ok: [managed-node16] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 March 2026 19:28:15 -0400 (0:00:00.130) 0:03:20.504 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 March 2026 19:28:15 -0400 (0:00:00.074) 0:03:20.578 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 14 March 2026 19:28:15 -0400 (0:00:00.103) 0:03:20.681 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 14 March 2026 19:28:15 -0400 (0:00:00.129) 0:03:20.811 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 14 March 2026 19:28:16 -0400 (0:00:00.093) 0:03:20.904 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 14 March 2026 19:28:16 -0400 (0:00:00.148) 0:03:21.053 ******** ok: [managed-node16] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 14 March 2026 19:28:16 -0400 (0:00:00.173) 0:03:21.227 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 14 March 2026 19:28:16 -0400 (0:00:00.073) 0:03:21.300 ******** ok: [managed-node16] => { "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=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 14 March 2026 19:28:21 -0400 (0:00:04.626) 0:03:25.927 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 14 March 2026 19:28:21 -0400 (0:00:00.127) 0:03:26.054 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530871.6312008, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94a90c7948759c80a97767108f82d684ea976746", "ctime": 1773530871.6282008, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 356515990, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773530871.6282008, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "1573106669", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 14 March 2026 19:28:22 -0400 (0:00:00.969) 0:03:27.023 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 14 March 2026 19:28:22 -0400 (0:00:00.050) 0:03:27.073 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 14 March 2026 19:28:22 -0400 (0:00:00.023) 0:03:27.097 ******** ok: [managed-node16] => { "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=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 14 March 2026 19:28:22 -0400 (0:00:00.101) 0:03:27.199 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 14 March 2026 19:28:22 -0400 (0:00:00.096) 0:03:27.295 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 14 March 2026 19:28:22 -0400 (0:00:00.064) 0:03:27.359 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 14 March 2026 19:28:22 -0400 (0:00:00.068) 0:03:27.428 ******** ok: [managed-node16] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 14 March 2026 19:28:23 -0400 (0:00:00.882) 0:03:28.310 ******** ok: [managed-node16] => (item={'src': 'UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "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=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 14 March 2026 19:28:24 -0400 (0:00:00.689) 0:03:28.999 ******** skipping: [managed-node16] => (item={'src': 'UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "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=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 14 March 2026 19:28:24 -0400 (0:00:00.066) 0:03:29.066 ******** ok: [managed-node16] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 14 March 2026 19:28:25 -0400 (0:00:00.967) 0:03:30.034 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530575.667333, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1773530569.5873356, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893846, "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": 1773530569.5863357, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3572557426", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 14 March 2026 19:28:25 -0400 (0:00:00.640) 0:03:30.674 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 14 March 2026 19:28:25 -0400 (0:00:00.073) 0:03:30.748 ******** ok: [managed-node16] TASK [Verify results - 4] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:97 Saturday 14 March 2026 19:28:26 -0400 (0:00:01.118) 0:03:31.867 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node16 TASK [Print out pool information] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 14 March 2026 19:28:27 -0400 (0:00:00.162) 0:03:32.029 ******** skipping: [managed-node16] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 14 March 2026 19:28:27 -0400 (0:00:00.045) 0:03:32.075 ******** ok: [managed-node16] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "_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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 14 March 2026 19:28:27 -0400 (0:00:00.090) 0:03:32.165 ******** ok: [managed-node16] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "0d169134-6e0c-4fd6-9ac0-ecdce4b9f759" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "3645bd9d-81f3-46f7-985e-d997d9027ec7" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 14 March 2026 19:28:27 -0400 (0:00:00.729) 0:03:32.894 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003541", "end": "2026-03-14 19:28:28.609714", "rc": 0, "start": "2026-03-14 19:28:28.606173" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 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=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 14 March 2026 19:28:28 -0400 (0:00:00.693) 0:03:33.588 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002773", "end": "2026-03-14 19:28:29.213055", "failed_when_result": false, "rc": 0, "start": "2026-03-14 19:28:29.210282" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 14 March 2026 19:28:29 -0400 (0:00:00.660) 0:03:34.248 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 14 March 2026 19:28:29 -0400 (0:00:00.139) 0:03:34.388 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node16 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 March 2026 19:28:29 -0400 (0:00:00.214) 0:03:34.602 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 March 2026 19:28:29 -0400 (0:00:00.139) 0:03:34.742 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node16 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 March 2026 19:28:30 -0400 (0:00:00.360) 0:03:35.103 ******** ok: [managed-node16] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 March 2026 19:28:30 -0400 (0:00:00.188) 0:03:35.291 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 March 2026 19:28:30 -0400 (0:00:00.042) 0:03:35.334 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 14 March 2026 19:28:30 -0400 (0:00:00.072) 0:03:35.406 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 14 March 2026 19:28:30 -0400 (0:00:00.141) 0:03:35.548 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 14 March 2026 19:28:30 -0400 (0:00:00.138) 0:03:35.686 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 14 March 2026 19:28:30 -0400 (0:00:00.124) 0:03:35.810 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 14 March 2026 19:28:31 -0400 (0:00:00.161) 0:03:35.972 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 14 March 2026 19:28:31 -0400 (0:00:00.114) 0:03:36.086 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 14 March 2026 19:28:31 -0400 (0:00:00.208) 0:03:36.294 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 14 March 2026 19:28:31 -0400 (0:00:00.084) 0:03:36.379 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 March 2026 19:28:31 -0400 (0:00:00.075) 0:03:36.455 ******** ok: [managed-node16] => { "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=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759 " ], "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 March 2026 19:28:31 -0400 (0:00:00.257) 0:03:36.712 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 March 2026 19:28:31 -0400 (0:00:00.110) 0:03:36.823 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 March 2026 19:28:31 -0400 (0:00:00.067) 0:03:36.890 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 March 2026 19:28:32 -0400 (0:00:00.101) 0:03:36.992 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 14 March 2026 19:28:32 -0400 (0:00:00.111) 0:03:37.104 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 March 2026 19:28:32 -0400 (0:00:00.097) 0:03:37.201 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 March 2026 19:28:32 -0400 (0:00:00.082) 0:03:37.284 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 March 2026 19:28:32 -0400 (0:00:00.078) 0:03:37.362 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530866.340203, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1773530866.340203, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35656, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1773530866.340203, "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 March 2026 19:28:33 -0400 (0:00:00.658) 0:03:38.021 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 March 2026 19:28:33 -0400 (0:00:00.082) 0:03:38.103 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 March 2026 19:28:33 -0400 (0:00:00.025) 0:03:38.129 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 March 2026 19:28:33 -0400 (0:00:00.049) 0:03:38.179 ******** ok: [managed-node16] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 March 2026 19:28:33 -0400 (0:00:00.093) 0:03:38.272 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 March 2026 19:28:33 -0400 (0:00:00.096) 0:03:38.368 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 March 2026 19:28:33 -0400 (0:00:00.074) 0:03:38.443 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 March 2026 19:28:33 -0400 (0:00:00.036) 0:03:38.480 ******** ok: [managed-node16] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 March 2026 19:28:36 -0400 (0:00:03.151) 0:03:41.632 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 March 2026 19:28:36 -0400 (0:00:00.097) 0:03:41.730 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 March 2026 19:28:36 -0400 (0:00:00.125) 0:03:41.856 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 March 2026 19:28:37 -0400 (0:00:00.174) 0:03:42.031 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 March 2026 19:28:37 -0400 (0:00:00.066) 0:03:42.097 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 March 2026 19:28:37 -0400 (0:00:00.112) 0:03:42.210 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 14 March 2026 19:28:37 -0400 (0:00:00.166) 0:03:42.376 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 14 March 2026 19:28:37 -0400 (0:00:00.114) 0:03:42.491 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 14 March 2026 19:28:37 -0400 (0:00:00.067) 0:03:42.559 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 14 March 2026 19:28:37 -0400 (0:00:00.064) 0:03:42.623 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 14 March 2026 19:28:37 -0400 (0:00:00.212) 0:03:42.835 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 14 March 2026 19:28:38 -0400 (0:00:00.065) 0:03:42.901 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 14 March 2026 19:28:38 -0400 (0:00:00.048) 0:03:42.950 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 14 March 2026 19:28:38 -0400 (0:00:00.101) 0:03:43.051 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 March 2026 19:28:38 -0400 (0:00:00.106) 0:03:43.157 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 March 2026 19:28:38 -0400 (0:00:00.029) 0:03:43.187 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 March 2026 19:28:38 -0400 (0:00:00.051) 0:03:43.238 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 March 2026 19:28:38 -0400 (0:00:00.101) 0:03:43.340 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 March 2026 19:28:38 -0400 (0:00:00.121) 0:03:43.462 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 March 2026 19:28:38 -0400 (0:00:00.088) 0:03:43.550 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 March 2026 19:28:38 -0400 (0:00:00.124) 0:03:43.674 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 March 2026 19:28:38 -0400 (0:00:00.212) 0:03:43.886 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 March 2026 19:28:39 -0400 (0:00:00.080) 0:03:43.966 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 March 2026 19:28:39 -0400 (0:00:00.063) 0:03:44.030 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 March 2026 19:28:39 -0400 (0:00:00.081) 0:03:44.111 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 March 2026 19:28:39 -0400 (0:00:00.115) 0:03:44.227 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 March 2026 19:28:39 -0400 (0:00:00.119) 0:03:44.346 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 March 2026 19:28:39 -0400 (0:00:00.117) 0:03:44.464 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 March 2026 19:28:39 -0400 (0:00:00.158) 0:03:44.622 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 March 2026 19:28:39 -0400 (0:00:00.112) 0:03:44.735 ******** skipping: [managed-node16] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 March 2026 19:28:39 -0400 (0:00:00.138) 0:03:44.873 ******** skipping: [managed-node16] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 March 2026 19:28:40 -0400 (0:00:00.110) 0:03:44.984 ******** skipping: [managed-node16] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 March 2026 19:28:40 -0400 (0:00:00.149) 0:03:45.134 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 14 March 2026 19:28:40 -0400 (0:00:00.107) 0:03:45.241 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 14 March 2026 19:28:40 -0400 (0:00:00.084) 0:03:45.325 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 14 March 2026 19:28:40 -0400 (0:00:00.070) 0:03:45.396 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 14 March 2026 19:28:40 -0400 (0:00:00.070) 0:03:45.467 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 14 March 2026 19:28:40 -0400 (0:00:00.095) 0:03:45.562 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 14 March 2026 19:28:40 -0400 (0:00:00.064) 0:03:45.627 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 14 March 2026 19:28:40 -0400 (0:00:00.084) 0:03:45.711 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 14 March 2026 19:28:40 -0400 (0:00:00.053) 0:03:45.764 ******** skipping: [managed-node16] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 14 March 2026 19:28:40 -0400 (0:00:00.031) 0:03:45.796 ******** skipping: [managed-node16] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 14 March 2026 19:28:40 -0400 (0:00:00.074) 0:03:45.871 ******** skipping: [managed-node16] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 14 March 2026 19:28:41 -0400 (0:00:00.108) 0:03:45.979 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 14 March 2026 19:28:41 -0400 (0:00:00.104) 0:03:46.083 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 14 March 2026 19:28:41 -0400 (0:00:00.130) 0:03:46.214 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 14 March 2026 19:28:41 -0400 (0:00:00.088) 0:03:46.303 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 14 March 2026 19:28:41 -0400 (0:00:00.122) 0:03:46.425 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 14 March 2026 19:28:41 -0400 (0:00:00.141) 0:03:46.567 ******** ok: [managed-node16] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 14 March 2026 19:28:41 -0400 (0:00:00.048) 0:03:46.615 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 14 March 2026 19:28:41 -0400 (0:00:00.119) 0:03:46.735 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 March 2026 19:28:41 -0400 (0:00:00.055) 0:03:46.791 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 March 2026 19:28:41 -0400 (0:00:00.056) 0:03:46.847 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 March 2026 19:28:42 -0400 (0:00:00.088) 0:03:46.936 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 March 2026 19:28:42 -0400 (0:00:00.138) 0:03:47.074 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 March 2026 19:28:42 -0400 (0:00:00.119) 0:03:47.194 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 March 2026 19:28:42 -0400 (0:00:00.075) 0:03:47.269 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 March 2026 19:28:42 -0400 (0:00:00.079) 0:03:47.349 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 March 2026 19:28:42 -0400 (0:00:00.085) 0:03:47.434 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 14 March 2026 19:28:42 -0400 (0:00:00.073) 0:03:47.508 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:100 Saturday 14 March 2026 19:28:42 -0400 (0:00:00.070) 0:03:47.578 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 March 2026 19:28:42 -0400 (0:00:00.243) 0:03:47.822 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 March 2026 19:28:43 -0400 (0:00:00.112) 0:03:47.935 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 March 2026 19:28:43 -0400 (0:00:00.098) 0:03:48.033 ******** skipping: [managed-node16] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node16] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 March 2026 19:28:43 -0400 (0:00:00.219) 0:03:48.253 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 March 2026 19:28:43 -0400 (0:00:00.095) 0:03:48.348 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 March 2026 19:28:43 -0400 (0:00:00.090) 0:03:48.438 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 March 2026 19:28:43 -0400 (0:00:00.103) 0:03:48.542 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 March 2026 19:28:43 -0400 (0:00:00.067) 0:03:48.610 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 March 2026 19:28:43 -0400 (0:00:00.175) 0:03:48.785 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 March 2026 19:28:43 -0400 (0:00:00.046) 0:03:48.831 ******** ok: [managed-node16] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 March 2026 19:28:43 -0400 (0:00:00.031) 0:03:48.863 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 March 2026 19:28:44 -0400 (0:00:00.056) 0:03:48.919 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 14 March 2026 19:28:44 -0400 (0:00:00.039) 0:03:48.959 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 14 March 2026 19:28:44 -0400 (0:00:00.091) 0:03:49.051 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 14 March 2026 19:28:44 -0400 (0:00:00.092) 0:03:49.143 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 14 March 2026 19:28:44 -0400 (0:00:00.155) 0:03:49.299 ******** ok: [managed-node16] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 14 March 2026 19:28:44 -0400 (0:00:00.206) 0:03:49.506 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 14 March 2026 19:28:44 -0400 (0:00:00.057) 0:03:49.563 ******** changed: [managed-node16] => { "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=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "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=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 14 March 2026 19:28:49 -0400 (0:00:04.943) 0:03:54.507 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 14 March 2026 19:28:49 -0400 (0:00:00.092) 0:03:54.600 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530871.6312008, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "94a90c7948759c80a97767108f82d684ea976746", "ctime": 1773530871.6282008, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 356515990, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773530871.6282008, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "1573106669", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 14 March 2026 19:28:50 -0400 (0:00:00.835) 0:03:55.436 ******** ok: [managed-node16] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 14 March 2026 19:28:51 -0400 (0:00:00.749) 0:03:56.186 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 14 March 2026 19:28:51 -0400 (0:00:00.046) 0:03:56.232 ******** ok: [managed-node16] => { "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=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "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=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 14 March 2026 19:28:51 -0400 (0:00:00.042) 0:03:56.275 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 14 March 2026 19:28:51 -0400 (0:00:00.063) 0:03:56.339 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 14 March 2026 19:28:51 -0400 (0:00:00.097) 0:03:56.437 ******** changed: [managed-node16] => (item={'src': 'UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759', 'path': '/opt/test', 'state': 'absent', 'fstype': 'ext3'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "fstype": "ext3", "path": "/opt/test", "src": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=0d169134-6e0c-4fd6-9ac0-ecdce4b9f759" } ok: [managed-node16] => (item={'path': '/opt/test', 'state': '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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 14 March 2026 19:28:53 -0400 (0:00:01.529) 0:03:57.966 ******** ok: [managed-node16] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 14 March 2026 19:28:54 -0400 (0:00:00.947) 0:03:58.913 ******** changed: [managed-node16] => (item={'src': 'UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "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=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 14 March 2026 19:28:54 -0400 (0:00:00.742) 0:03:59.656 ******** skipping: [managed-node16] => (item={'src': 'UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "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=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 14 March 2026 19:28:54 -0400 (0:00:00.137) 0:03:59.793 ******** ok: [managed-node16] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 14 March 2026 19:28:55 -0400 (0:00:00.992) 0:04:00.786 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530575.667333, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1773530569.5873356, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893846, "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": 1773530569.5863357, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3572557426", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 14 March 2026 19:28:56 -0400 (0:00:00.688) 0:04:01.474 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 14 March 2026 19:28:56 -0400 (0:00:00.025) 0:04:01.500 ******** ok: [managed-node16] TASK [Verify results - 5] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:110 Saturday 14 March 2026 19:28:58 -0400 (0:00:01.422) 0:04:02.923 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node16 TASK [Print out pool information] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 14 March 2026 19:28:58 -0400 (0:00:00.154) 0:04:03.077 ******** skipping: [managed-node16] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 14 March 2026 19:28:58 -0400 (0:00:00.109) 0:04:03.187 ******** ok: [managed-node16] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "_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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 14 March 2026 19:28:58 -0400 (0:00:00.074) 0:04:03.262 ******** ok: [managed-node16] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "eb16a196-b649-4c1b-9f22-eea1a4cd765c" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "3645bd9d-81f3-46f7-985e-d997d9027ec7" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 14 March 2026 19:28:59 -0400 (0:00:00.854) 0:04:04.117 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002824", "end": "2026-03-14 19:28:59.805557", "rc": 0, "start": "2026-03-14 19:28:59.802733" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 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=eb16a196-b649-4c1b-9f22-eea1a4cd765c none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 14 March 2026 19:28:59 -0400 (0:00:00.688) 0:04:04.806 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002800", "end": "2026-03-14 19:29:00.320797", "failed_when_result": false, "rc": 0, "start": "2026-03-14 19:29:00.317997" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 14 March 2026 19:29:00 -0400 (0:00:00.536) 0:04:05.342 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 14 March 2026 19:29:00 -0400 (0:00:00.099) 0:04:05.441 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node16 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 March 2026 19:29:00 -0400 (0:00:00.138) 0:04:05.580 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 March 2026 19:29:00 -0400 (0:00:00.121) 0:04:05.701 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node16 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 March 2026 19:29:01 -0400 (0:00:00.312) 0:04:06.013 ******** ok: [managed-node16] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 March 2026 19:29:01 -0400 (0:00:00.055) 0:04:06.069 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 March 2026 19:29:01 -0400 (0:00:00.052) 0:04:06.122 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 14 March 2026 19:29:01 -0400 (0:00:00.049) 0:04:06.171 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 14 March 2026 19:29:01 -0400 (0:00:00.032) 0:04:06.203 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 14 March 2026 19:29:01 -0400 (0:00:00.027) 0:04:06.231 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 14 March 2026 19:29:01 -0400 (0:00:00.029) 0:04:06.260 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 14 March 2026 19:29:01 -0400 (0:00:00.033) 0:04:06.294 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002898", "end": "2026-03-14 19:29:01.977785", "rc": 0, "start": "2026-03-14 19:29:01.974887" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 14 March 2026 19:29:02 -0400 (0:00:00.708) 0:04:07.002 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002839", "end": "2026-03-14 19:29:02.717768", "rc": 0, "start": "2026-03-14 19:29:02.714929" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 14 March 2026 19:29:02 -0400 (0:00:00.734) 0:04:07.736 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 14 March 2026 19:29:02 -0400 (0:00:00.060) 0:04:07.797 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 March 2026 19:29:02 -0400 (0:00:00.050) 0:04:07.847 ******** ok: [managed-node16] => { "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=eb16a196-b649-4c1b-9f22-eea1a4cd765c " ], "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 March 2026 19:29:03 -0400 (0:00:00.120) 0:04:07.968 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 March 2026 19:29:03 -0400 (0:00:00.052) 0:04:08.021 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 March 2026 19:29:03 -0400 (0:00:00.050) 0:04:08.072 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 March 2026 19:29:03 -0400 (0:00:00.039) 0:04:08.111 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 14 March 2026 19:29:03 -0400 (0:00:00.046) 0:04:08.158 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 March 2026 19:29:03 -0400 (0:00:00.062) 0:04:08.221 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 March 2026 19:29:03 -0400 (0:00:00.049) 0:04:08.271 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 March 2026 19:29:03 -0400 (0:00:00.046) 0:04:08.317 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530929.409175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1773530929.392175, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35656, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1773530929.392175, "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 March 2026 19:29:04 -0400 (0:00:00.861) 0:04:09.179 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 March 2026 19:29:04 -0400 (0:00:00.049) 0:04:09.228 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 March 2026 19:29:04 -0400 (0:00:00.103) 0:04:09.332 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 March 2026 19:29:04 -0400 (0:00:00.126) 0:04:09.458 ******** ok: [managed-node16] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 March 2026 19:29:04 -0400 (0:00:00.048) 0:04:09.507 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 March 2026 19:29:04 -0400 (0:00:00.063) 0:04:09.570 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 March 2026 19:29:04 -0400 (0:00:00.056) 0:04:09.627 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 March 2026 19:29:04 -0400 (0:00:00.048) 0:04:09.676 ******** ok: [managed-node16] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 March 2026 19:29:07 -0400 (0:00:03.052) 0:04:12.728 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 March 2026 19:29:07 -0400 (0:00:00.070) 0:04:12.799 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 March 2026 19:29:07 -0400 (0:00:00.051) 0:04:12.851 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 March 2026 19:29:08 -0400 (0:00:00.140) 0:04:12.991 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 March 2026 19:29:08 -0400 (0:00:00.084) 0:04:13.076 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 March 2026 19:29:08 -0400 (0:00:00.098) 0:04:13.174 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 14 March 2026 19:29:08 -0400 (0:00:00.066) 0:04:13.241 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 14 March 2026 19:29:08 -0400 (0:00:00.068) 0:04:13.309 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 14 March 2026 19:29:08 -0400 (0:00:00.098) 0:04:13.408 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 14 March 2026 19:29:08 -0400 (0:00:00.112) 0:04:13.520 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 14 March 2026 19:29:08 -0400 (0:00:00.105) 0:04:13.625 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 14 March 2026 19:29:08 -0400 (0:00:00.078) 0:04:13.704 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 14 March 2026 19:29:08 -0400 (0:00:00.141) 0:04:13.846 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 14 March 2026 19:29:09 -0400 (0:00:00.053) 0:04:13.900 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 March 2026 19:29:09 -0400 (0:00:00.103) 0:04:14.003 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 March 2026 19:29:09 -0400 (0:00:00.127) 0:04:14.130 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 March 2026 19:29:09 -0400 (0:00:00.107) 0:04:14.238 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 March 2026 19:29:09 -0400 (0:00:00.095) 0:04:14.334 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 March 2026 19:29:09 -0400 (0:00:00.051) 0:04:14.385 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 March 2026 19:29:09 -0400 (0:00:00.093) 0:04:14.478 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 March 2026 19:29:09 -0400 (0:00:00.076) 0:04:14.555 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 March 2026 19:29:09 -0400 (0:00:00.072) 0:04:14.627 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 March 2026 19:29:09 -0400 (0:00:00.064) 0:04:14.692 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 March 2026 19:29:09 -0400 (0:00:00.097) 0:04:14.790 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 March 2026 19:29:10 -0400 (0:00:00.109) 0:04:14.900 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 March 2026 19:29:10 -0400 (0:00:00.142) 0:04:15.042 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 March 2026 19:29:10 -0400 (0:00:00.149) 0:04:15.192 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 March 2026 19:29:10 -0400 (0:00:00.110) 0:04:15.302 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 March 2026 19:29:10 -0400 (0:00:00.151) 0:04:15.454 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 March 2026 19:29:10 -0400 (0:00:00.206) 0:04:15.660 ******** skipping: [managed-node16] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 March 2026 19:29:10 -0400 (0:00:00.199) 0:04:15.860 ******** skipping: [managed-node16] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 March 2026 19:29:11 -0400 (0:00:00.110) 0:04:15.970 ******** skipping: [managed-node16] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 March 2026 19:29:11 -0400 (0:00:00.122) 0:04:16.092 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 14 March 2026 19:29:11 -0400 (0:00:00.081) 0:04:16.174 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 14 March 2026 19:29:11 -0400 (0:00:00.042) 0:04:16.216 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 14 March 2026 19:29:11 -0400 (0:00:00.043) 0:04:16.260 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 14 March 2026 19:29:11 -0400 (0:00:00.119) 0:04:16.379 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 14 March 2026 19:29:11 -0400 (0:00:00.141) 0:04:16.521 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 14 March 2026 19:29:11 -0400 (0:00:00.080) 0:04:16.601 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 14 March 2026 19:29:11 -0400 (0:00:00.065) 0:04:16.667 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 14 March 2026 19:29:11 -0400 (0:00:00.103) 0:04:16.770 ******** skipping: [managed-node16] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 14 March 2026 19:29:11 -0400 (0:00:00.097) 0:04:16.868 ******** skipping: [managed-node16] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.142) 0:04:17.010 ******** skipping: [managed-node16] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.136) 0:04:17.147 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.070) 0:04:17.217 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.041) 0:04:17.259 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.073) 0:04:17.332 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.086) 0:04:17.419 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.048) 0:04:17.468 ******** ok: [managed-node16] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.120) 0:04:17.589 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.033) 0:04:17.623 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.059) 0:04:17.682 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.047) 0:04:17.730 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.055) 0:04:17.786 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.040) 0:04:17.826 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 March 2026 19:29:12 -0400 (0:00:00.031) 0:04:17.857 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 March 2026 19:29:13 -0400 (0:00:00.111) 0:04:17.969 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 March 2026 19:29:13 -0400 (0:00:00.189) 0:04:18.159 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 March 2026 19:29:13 -0400 (0:00:00.171) 0:04:18.330 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 14 March 2026 19:29:13 -0400 (0:00:00.109) 0:04:18.440 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:113 Saturday 14 March 2026 19:29:13 -0400 (0:00:00.076) 0:04:18.516 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 March 2026 19:29:13 -0400 (0:00:00.292) 0:04:18.809 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 March 2026 19:29:13 -0400 (0:00:00.075) 0:04:18.884 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 March 2026 19:29:14 -0400 (0:00:00.159) 0:04:19.044 ******** skipping: [managed-node16] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node16] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 March 2026 19:29:14 -0400 (0:00:00.284) 0:04:19.328 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 March 2026 19:29:14 -0400 (0:00:00.140) 0:04:19.468 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 March 2026 19:29:14 -0400 (0:00:00.087) 0:04:19.556 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 March 2026 19:29:14 -0400 (0:00:00.108) 0:04:19.665 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 March 2026 19:29:14 -0400 (0:00:00.095) 0:04:19.760 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 March 2026 19:29:15 -0400 (0:00:00.209) 0:04:19.970 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 March 2026 19:29:15 -0400 (0:00:00.118) 0:04:20.089 ******** ok: [managed-node16] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 March 2026 19:29:15 -0400 (0:00:00.103) 0:04:20.192 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 March 2026 19:29:15 -0400 (0:00:00.119) 0:04:20.312 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 14 March 2026 19:29:15 -0400 (0:00:00.101) 0:04:20.413 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 14 March 2026 19:29:15 -0400 (0:00:00.084) 0:04:20.498 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 14 March 2026 19:29:15 -0400 (0:00:00.068) 0:04:20.567 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 14 March 2026 19:29:15 -0400 (0:00:00.029) 0:04:20.597 ******** ok: [managed-node16] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 14 March 2026 19:29:15 -0400 (0:00:00.113) 0:04:20.711 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 14 March 2026 19:29:15 -0400 (0:00:00.098) 0:04:20.809 ******** ok: [managed-node16] => { "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=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 14 March 2026 19:29:20 -0400 (0:00:04.608) 0:04:25.417 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 14 March 2026 19:29:20 -0400 (0:00:00.115) 0:04:25.533 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530935.655172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "952b5fa0cb89a853d6a3f57233f10e7c46acea58", "ctime": 1773530934.6491725, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 356515990, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773530934.6491725, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "1573106669", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 14 March 2026 19:29:21 -0400 (0:00:00.911) 0:04:26.445 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 14 March 2026 19:29:21 -0400 (0:00:00.118) 0:04:26.563 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 14 March 2026 19:29:21 -0400 (0:00:00.094) 0:04:26.658 ******** ok: [managed-node16] => { "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=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 14 March 2026 19:29:21 -0400 (0:00:00.127) 0:04:26.785 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 14 March 2026 19:29:21 -0400 (0:00:00.087) 0:04:26.872 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 14 March 2026 19:29:22 -0400 (0:00:00.175) 0:04:27.048 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 14 March 2026 19:29:22 -0400 (0:00:00.095) 0:04:27.144 ******** ok: [managed-node16] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 14 March 2026 19:29:23 -0400 (0:00:01.175) 0:04:28.319 ******** ok: [managed-node16] => (item={'src': 'UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "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=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 14 March 2026 19:29:24 -0400 (0:00:00.834) 0:04:29.153 ******** skipping: [managed-node16] => (item={'src': 'UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "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=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 14 March 2026 19:29:24 -0400 (0:00:00.176) 0:04:29.330 ******** ok: [managed-node16] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 14 March 2026 19:29:25 -0400 (0:00:01.157) 0:04:30.488 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530575.667333, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1773530569.5873356, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893846, "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": 1773530569.5863357, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3572557426", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 14 March 2026 19:29:26 -0400 (0:00:01.008) 0:04:31.496 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 14 March 2026 19:29:26 -0400 (0:00:00.099) 0:04:31.595 ******** ok: [managed-node16] TASK [Verify results - 6] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:123 Saturday 14 March 2026 19:29:28 -0400 (0:00:01.575) 0:04:33.171 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node16 TASK [Print out pool information] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 14 March 2026 19:29:28 -0400 (0:00:00.197) 0:04:33.368 ******** skipping: [managed-node16] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 14 March 2026 19:29:28 -0400 (0:00:00.080) 0:04:33.449 ******** ok: [managed-node16] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "_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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 14 March 2026 19:29:28 -0400 (0:00:00.041) 0:04:33.490 ******** ok: [managed-node16] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "eb16a196-b649-4c1b-9f22-eea1a4cd765c" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "3645bd9d-81f3-46f7-985e-d997d9027ec7" }, "/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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 14 March 2026 19:29:29 -0400 (0:00:00.661) 0:04:34.152 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002722", "end": "2026-03-14 19:29:29.898841", "rc": 0, "start": "2026-03-14 19:29:29.896119" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 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=eb16a196-b649-4c1b-9f22-eea1a4cd765c none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 14 March 2026 19:29:30 -0400 (0:00:00.778) 0:04:34.930 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002792", "end": "2026-03-14 19:29:30.550623", "failed_when_result": false, "rc": 0, "start": "2026-03-14 19:29:30.547831" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 14 March 2026 19:29:30 -0400 (0:00:00.712) 0:04:35.643 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 14 March 2026 19:29:30 -0400 (0:00:00.093) 0:04:35.736 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node16 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 March 2026 19:29:30 -0400 (0:00:00.108) 0:04:35.845 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 March 2026 19:29:30 -0400 (0:00:00.040) 0:04:35.885 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node16 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 March 2026 19:29:31 -0400 (0:00:00.322) 0:04:36.207 ******** ok: [managed-node16] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 March 2026 19:29:31 -0400 (0:00:00.031) 0:04:36.239 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 March 2026 19:29:31 -0400 (0:00:00.034) 0:04:36.273 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 14 March 2026 19:29:31 -0400 (0:00:00.096) 0:04:36.370 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 14 March 2026 19:29:31 -0400 (0:00:00.089) 0:04:36.459 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 14 March 2026 19:29:31 -0400 (0:00:00.035) 0:04:36.495 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 14 March 2026 19:29:31 -0400 (0:00:00.051) 0:04:36.547 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 14 March 2026 19:29:31 -0400 (0:00:00.044) 0:04:36.591 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002779", "end": "2026-03-14 19:29:32.142871", "rc": 0, "start": "2026-03-14 19:29:32.140092" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 14 March 2026 19:29:32 -0400 (0:00:00.548) 0:04:37.139 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002771", "end": "2026-03-14 19:29:32.651256", "rc": 0, "start": "2026-03-14 19:29:32.648485" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 14 March 2026 19:29:32 -0400 (0:00:00.516) 0:04:37.656 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 14 March 2026 19:29:32 -0400 (0:00:00.047) 0:04:37.703 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 March 2026 19:29:32 -0400 (0:00:00.043) 0:04:37.747 ******** ok: [managed-node16] => { "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=eb16a196-b649-4c1b-9f22-eea1a4cd765c " ], "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 March 2026 19:29:32 -0400 (0:00:00.082) 0:04:37.829 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 March 2026 19:29:32 -0400 (0:00:00.066) 0:04:37.896 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 March 2026 19:29:33 -0400 (0:00:00.073) 0:04:37.970 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 March 2026 19:29:33 -0400 (0:00:00.054) 0:04:38.025 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 14 March 2026 19:29:33 -0400 (0:00:00.057) 0:04:38.082 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 March 2026 19:29:33 -0400 (0:00:00.036) 0:04:38.118 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 March 2026 19:29:33 -0400 (0:00:00.098) 0:04:38.217 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 March 2026 19:29:33 -0400 (0:00:00.090) 0:04:38.308 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530929.409175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1773530929.392175, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35656, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1773530929.392175, "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 March 2026 19:29:34 -0400 (0:00:00.701) 0:04:39.010 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 March 2026 19:29:34 -0400 (0:00:00.040) 0:04:39.051 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 March 2026 19:29:34 -0400 (0:00:00.062) 0:04:39.113 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 March 2026 19:29:34 -0400 (0:00:00.051) 0:04:39.165 ******** ok: [managed-node16] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 March 2026 19:29:34 -0400 (0:00:00.044) 0:04:39.209 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 March 2026 19:29:34 -0400 (0:00:00.054) 0:04:39.264 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 March 2026 19:29:34 -0400 (0:00:00.050) 0:04:39.315 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 March 2026 19:29:34 -0400 (0:00:00.033) 0:04:39.348 ******** ok: [managed-node16] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 March 2026 19:29:37 -0400 (0:00:03.126) 0:04:42.474 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 March 2026 19:29:37 -0400 (0:00:00.039) 0:04:42.514 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 March 2026 19:29:37 -0400 (0:00:00.037) 0:04:42.551 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 March 2026 19:29:37 -0400 (0:00:00.047) 0:04:42.599 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 March 2026 19:29:37 -0400 (0:00:00.030) 0:04:42.629 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 March 2026 19:29:37 -0400 (0:00:00.025) 0:04:42.655 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 14 March 2026 19:29:37 -0400 (0:00:00.037) 0:04:42.692 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 14 March 2026 19:29:37 -0400 (0:00:00.039) 0:04:42.732 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 14 March 2026 19:29:37 -0400 (0:00:00.043) 0:04:42.775 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 14 March 2026 19:29:37 -0400 (0:00:00.066) 0:04:42.842 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 14 March 2026 19:29:37 -0400 (0:00:00.040) 0:04:42.882 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.033) 0:04:42.915 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.036) 0:04:42.952 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.041) 0:04:42.994 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.031) 0:04:43.026 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.026) 0:04:43.053 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.024) 0:04:43.077 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.018) 0:04:43.096 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.027) 0:04:43.124 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.019) 0:04:43.143 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.025) 0:04:43.169 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.017) 0:04:43.187 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.023) 0:04:43.210 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.030) 0:04:43.240 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.022) 0:04:43.263 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.032) 0:04:43.296 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.048) 0:04:43.344 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.027) 0:04:43.372 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.039) 0:04:43.411 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.030) 0:04:43.442 ******** skipping: [managed-node16] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.033) 0:04:43.475 ******** skipping: [managed-node16] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.028) 0:04:43.504 ******** skipping: [managed-node16] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.034) 0:04:43.538 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.043) 0:04:43.582 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.029) 0:04:43.612 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.028) 0:04:43.640 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.045) 0:04:43.686 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.057) 0:04:43.744 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.035) 0:04:43.780 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 14 March 2026 19:29:38 -0400 (0:00:00.106) 0:04:43.887 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.078) 0:04:43.966 ******** skipping: [managed-node16] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.119) 0:04:44.085 ******** skipping: [managed-node16] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.119) 0:04:44.204 ******** skipping: [managed-node16] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.112) 0:04:44.317 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.119) 0:04:44.436 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.061) 0:04:44.498 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.056) 0:04:44.555 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.031) 0:04:44.586 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.039) 0:04:44.626 ******** ok: [managed-node16] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.036) 0:04:44.662 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.060) 0:04:44.722 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.046) 0:04:44.769 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.067) 0:04:44.837 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 March 2026 19:29:39 -0400 (0:00:00.045) 0:04:44.883 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 March 2026 19:29:40 -0400 (0:00:00.045) 0:04:44.928 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 March 2026 19:29:40 -0400 (0:00:00.051) 0:04:44.980 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 March 2026 19:29:40 -0400 (0:00:00.055) 0:04:45.035 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 March 2026 19:29:40 -0400 (0:00:00.106) 0:04:45.142 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 March 2026 19:29:40 -0400 (0:00:00.163) 0:04:45.306 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 14 March 2026 19:29:40 -0400 (0:00:00.117) 0:04:45.424 ******** ok: [managed-node16] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:126 Saturday 14 March 2026 19:29:40 -0400 (0:00:00.116) 0:04:45.541 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 March 2026 19:29:41 -0400 (0:00:00.378) 0:04:45.919 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 March 2026 19:29:41 -0400 (0:00:00.101) 0:04:46.021 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 March 2026 19:29:41 -0400 (0:00:00.127) 0:04:46.149 ******** skipping: [managed-node16] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node16] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node16] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 March 2026 19:29:41 -0400 (0:00:00.186) 0:04:46.336 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 March 2026 19:29:41 -0400 (0:00:00.049) 0:04:46.385 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 March 2026 19:29:41 -0400 (0:00:00.065) 0:04:46.451 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 March 2026 19:29:41 -0400 (0:00:00.078) 0:04:46.530 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 March 2026 19:29:41 -0400 (0:00:00.026) 0:04:46.557 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node16 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 March 2026 19:29:41 -0400 (0:00:00.144) 0:04:46.701 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 March 2026 19:29:41 -0400 (0:00:00.118) 0:04:46.820 ******** ok: [managed-node16] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 March 2026 19:29:42 -0400 (0:00:00.139) 0:04:46.960 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 March 2026 19:29:42 -0400 (0:00:00.093) 0:04:47.053 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 14 March 2026 19:29:42 -0400 (0:00:00.102) 0:04:47.156 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 14 March 2026 19:29:42 -0400 (0:00:00.069) 0:04:47.225 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 14 March 2026 19:29:42 -0400 (0:00:00.080) 0:04:47.306 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 14 March 2026 19:29:42 -0400 (0:00:00.195) 0:04:47.501 ******** ok: [managed-node16] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 14 March 2026 19:29:42 -0400 (0:00:00.063) 0:04:47.564 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 14 March 2026 19:29:42 -0400 (0:00:00.048) 0:04:47.613 ******** changed: [managed-node16] => { "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=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "_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=3645bd9d-81f3-46f7-985e-d997d9027ec7", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 14 March 2026 19:29:47 -0400 (0:00:05.044) 0:04:52.657 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 14 March 2026 19:29:47 -0400 (0:00:00.151) 0:04:52.808 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530935.655172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "952b5fa0cb89a853d6a3f57233f10e7c46acea58", "ctime": 1773530934.6491725, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 356515990, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1773530934.6491725, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "1573106669", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 14 March 2026 19:29:48 -0400 (0:00:00.694) 0:04:53.503 ******** ok: [managed-node16] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 14 March 2026 19:29:49 -0400 (0:00:00.711) 0:04:54.214 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 14 March 2026 19:29:49 -0400 (0:00:00.043) 0:04:54.258 ******** ok: [managed-node16] => { "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=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "_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=3645bd9d-81f3-46f7-985e-d997d9027ec7", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 14 March 2026 19:29:49 -0400 (0:00:00.052) 0:04:54.310 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 14 March 2026 19:29:49 -0400 (0:00:00.071) 0:04:54.381 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "_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=3645bd9d-81f3-46f7-985e-d997d9027ec7", "_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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 14 March 2026 19:29:49 -0400 (0:00:00.086) 0:04:54.467 ******** changed: [managed-node16] => (item={'src': 'UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 14 March 2026 19:29:50 -0400 (0:00:00.494) 0:04:54.962 ******** ok: [managed-node16] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 14 March 2026 19:29:50 -0400 (0:00:00.777) 0:04:55.740 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 14 March 2026 19:29:50 -0400 (0:00:00.077) 0:04:55.818 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 14 March 2026 19:29:51 -0400 (0:00:00.080) 0:04:55.899 ******** ok: [managed-node16] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 14 March 2026 19:29:52 -0400 (0:00:01.002) 0:04:56.902 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530575.667333, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1773530569.5873356, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 6893846, "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": 1773530569.5863357, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3572557426", "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-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 14 March 2026 19:29:52 -0400 (0:00:00.681) 0:04:57.584 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 14 March 2026 19:29:52 -0400 (0:00:00.043) 0:04:57.627 ******** ok: [managed-node16] TASK [Verify results - 7] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:142 Saturday 14 March 2026 19:29:53 -0400 (0:00:00.847) 0:04:58.474 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node16 TASK [Print out pool information] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 14 March 2026 19:29:53 -0400 (0:00:00.059) 0:04:58.533 ******** skipping: [managed-node16] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 14 March 2026 19:29:53 -0400 (0:00:00.021) 0:04:58.555 ******** ok: [managed-node16] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=eb16a196-b649-4c1b-9f22-eea1a4cd765c", "_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=3645bd9d-81f3-46f7-985e-d997d9027ec7", "_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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 14 March 2026 19:29:53 -0400 (0:00:00.026) 0:04:58.582 ******** ok: [managed-node16] => { "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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 14 March 2026 19:29:54 -0400 (0:00:00.449) 0:04:59.032 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003143", "end": "2026-03-14 19:29:54.473182", "rc": 0, "start": "2026-03-14 19:29:54.470039" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 14 March 2026 19:29:54 -0400 (0:00:00.414) 0:04:59.446 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003196", "end": "2026-03-14 19:29:54.920157", "failed_when_result": false, "rc": 0, "start": "2026-03-14 19:29:54.916961" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 14 March 2026 19:29:54 -0400 (0:00:00.434) 0:04:59.881 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 14 March 2026 19:29:55 -0400 (0:00:00.045) 0:04:59.926 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node16 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 March 2026 19:29:55 -0400 (0:00:00.070) 0:04:59.997 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 March 2026 19:29:55 -0400 (0:00:00.060) 0:05:00.058 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node16 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 March 2026 19:29:55 -0400 (0:00:00.157) 0:05:00.215 ******** ok: [managed-node16] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 March 2026 19:29:55 -0400 (0:00:00.047) 0:05:00.263 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 March 2026 19:29:55 -0400 (0:00:00.065) 0:05:00.328 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 14 March 2026 19:29:55 -0400 (0:00:00.077) 0:05:00.406 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 14 March 2026 19:29:55 -0400 (0:00:00.050) 0:05:00.456 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 14 March 2026 19:29:55 -0400 (0:00:00.027) 0:05:00.484 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 14 March 2026 19:29:55 -0400 (0:00:00.040) 0:05:00.524 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 14 March 2026 19:29:55 -0400 (0:00:00.028) 0:05:00.552 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002801", "end": "2026-03-14 19:29:56.276797", "rc": 0, "start": "2026-03-14 19:29:56.273996" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 14 March 2026 19:29:56 -0400 (0:00:00.753) 0:05:01.306 ******** ok: [managed-node16] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002736", "end": "2026-03-14 19:29:57.043515", "rc": 0, "start": "2026-03-14 19:29:57.040779" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 14 March 2026 19:29:57 -0400 (0:00:00.758) 0:05:02.064 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 14 March 2026 19:29:57 -0400 (0:00:00.146) 0:05:02.210 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 March 2026 19:29:57 -0400 (0:00:00.070) 0:05:02.281 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 March 2026 19:29:57 -0400 (0:00:00.175) 0:05:02.456 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 March 2026 19:29:57 -0400 (0:00:00.105) 0:05:02.562 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 March 2026 19:29:57 -0400 (0:00:00.156) 0:05:02.718 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 March 2026 19:29:57 -0400 (0:00:00.113) 0:05:02.831 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 14 March 2026 19:29:58 -0400 (0:00:00.097) 0:05:02.929 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 March 2026 19:29:58 -0400 (0:00:00.097) 0:05:03.027 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 March 2026 19:29:58 -0400 (0:00:00.127) 0:05:03.155 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 March 2026 19:29:58 -0400 (0:00:00.109) 0:05:03.264 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530987.5341492, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1773530987.5341492, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35656, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1773530987.5341492, "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 March 2026 19:29:59 -0400 (0:00:00.718) 0:05:03.983 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 March 2026 19:29:59 -0400 (0:00:00.041) 0:05:04.024 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 March 2026 19:29:59 -0400 (0:00:00.085) 0:05:04.110 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 March 2026 19:29:59 -0400 (0:00:00.119) 0:05:04.229 ******** ok: [managed-node16] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 March 2026 19:29:59 -0400 (0:00:00.086) 0:05:04.316 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 March 2026 19:29:59 -0400 (0:00:00.100) 0:05:04.416 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 March 2026 19:29:59 -0400 (0:00:00.043) 0:05:04.460 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 March 2026 19:29:59 -0400 (0:00:00.028) 0:05:04.488 ******** ok: [managed-node16] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 March 2026 19:30:02 -0400 (0:00:03.206) 0:05:07.695 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 March 2026 19:30:02 -0400 (0:00:00.101) 0:05:07.796 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 March 2026 19:30:02 -0400 (0:00:00.039) 0:05:07.836 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 March 2026 19:30:03 -0400 (0:00:00.068) 0:05:07.904 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 March 2026 19:30:03 -0400 (0:00:00.140) 0:05:08.045 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 March 2026 19:30:03 -0400 (0:00:00.080) 0:05:08.126 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 14 March 2026 19:30:03 -0400 (0:00:00.060) 0:05:08.186 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 14 March 2026 19:30:03 -0400 (0:00:00.085) 0:05:08.271 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 14 March 2026 19:30:03 -0400 (0:00:00.056) 0:05:08.328 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 14 March 2026 19:30:03 -0400 (0:00:00.110) 0:05:08.438 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 14 March 2026 19:30:03 -0400 (0:00:00.086) 0:05:08.525 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 14 March 2026 19:30:03 -0400 (0:00:00.101) 0:05:08.626 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 14 March 2026 19:30:03 -0400 (0:00:00.108) 0:05:08.735 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 14 March 2026 19:30:03 -0400 (0:00:00.089) 0:05:08.824 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 March 2026 19:30:04 -0400 (0:00:00.113) 0:05:08.938 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 March 2026 19:30:04 -0400 (0:00:00.175) 0:05:09.114 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 March 2026 19:30:04 -0400 (0:00:00.129) 0:05:09.244 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 March 2026 19:30:04 -0400 (0:00:00.104) 0:05:09.348 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 March 2026 19:30:04 -0400 (0:00:00.097) 0:05:09.446 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 March 2026 19:30:04 -0400 (0:00:00.053) 0:05:09.499 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 March 2026 19:30:04 -0400 (0:00:00.066) 0:05:09.566 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 March 2026 19:30:04 -0400 (0:00:00.077) 0:05:09.644 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 March 2026 19:30:04 -0400 (0:00:00.066) 0:05:09.711 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 March 2026 19:30:04 -0400 (0:00:00.084) 0:05:09.795 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 March 2026 19:30:04 -0400 (0:00:00.061) 0:05:09.856 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 March 2026 19:30:05 -0400 (0:00:00.056) 0:05:09.913 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 March 2026 19:30:05 -0400 (0:00:00.067) 0:05:09.980 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 March 2026 19:30:05 -0400 (0:00:00.035) 0:05:10.016 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 March 2026 19:30:05 -0400 (0:00:00.117) 0:05:10.133 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 March 2026 19:30:05 -0400 (0:00:00.066) 0:05:10.200 ******** skipping: [managed-node16] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 March 2026 19:30:05 -0400 (0:00:00.087) 0:05:10.287 ******** skipping: [managed-node16] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 March 2026 19:30:05 -0400 (0:00:00.139) 0:05:10.427 ******** skipping: [managed-node16] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 March 2026 19:30:05 -0400 (0:00:00.105) 0:05:10.533 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 14 March 2026 19:30:05 -0400 (0:00:00.157) 0:05:10.691 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 14 March 2026 19:30:05 -0400 (0:00:00.077) 0:05:10.769 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 14 March 2026 19:30:06 -0400 (0:00:00.130) 0:05:10.900 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 14 March 2026 19:30:06 -0400 (0:00:00.127) 0:05:11.027 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 14 March 2026 19:30:06 -0400 (0:00:00.062) 0:05:11.090 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 14 March 2026 19:30:06 -0400 (0:00:00.082) 0:05:11.172 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 14 March 2026 19:30:06 -0400 (0:00:00.084) 0:05:11.256 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 14 March 2026 19:30:06 -0400 (0:00:00.060) 0:05:11.317 ******** skipping: [managed-node16] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 14 March 2026 19:30:06 -0400 (0:00:00.078) 0:05:11.395 ******** skipping: [managed-node16] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 14 March 2026 19:30:06 -0400 (0:00:00.111) 0:05:11.507 ******** skipping: [managed-node16] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 14 March 2026 19:30:06 -0400 (0:00:00.212) 0:05:11.720 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 14 March 2026 19:30:06 -0400 (0:00:00.161) 0:05:11.881 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 14 March 2026 19:30:07 -0400 (0:00:00.112) 0:05:11.994 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 14 March 2026 19:30:07 -0400 (0:00:00.198) 0:05:12.192 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 14 March 2026 19:30:07 -0400 (0:00:00.126) 0:05:12.318 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 14 March 2026 19:30:07 -0400 (0:00:00.076) 0:05:12.395 ******** ok: [managed-node16] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 14 March 2026 19:30:07 -0400 (0:00:00.074) 0:05:12.469 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 14 March 2026 19:30:07 -0400 (0:00:00.066) 0:05:12.536 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 March 2026 19:30:07 -0400 (0:00:00.119) 0:05:12.656 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 March 2026 19:30:07 -0400 (0:00:00.072) 0:05:12.728 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 March 2026 19:30:07 -0400 (0:00:00.096) 0:05:12.824 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 March 2026 19:30:08 -0400 (0:00:00.115) 0:05:12.940 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 March 2026 19:30:08 -0400 (0:00:00.085) 0:05:13.026 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 March 2026 19:30:08 -0400 (0:00:00.112) 0:05:13.138 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 March 2026 19:30:08 -0400 (0:00:00.094) 0:05:13.232 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 March 2026 19:30:08 -0400 (0:00:00.097) 0:05:13.330 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 14 March 2026 19:30:08 -0400 (0:00:00.081) 0:05:13.412 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 14 March 2026 19:30:08 -0400 (0:00:00.105) 0:05:13.517 ******** included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node16 included: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node16 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 14 March 2026 19:30:08 -0400 (0:00:00.294) 0:05:13.812 ******** ok: [managed-node16] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 14 March 2026 19:30:08 -0400 (0:00:00.070) 0:05:13.883 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 14 March 2026 19:30:09 -0400 (0:00:00.046) 0:05:13.929 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 14 March 2026 19:30:09 -0400 (0:00:00.080) 0:05:14.009 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 14 March 2026 19:30:09 -0400 (0:00:00.059) 0:05:14.069 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 14 March 2026 19:30:09 -0400 (0:00:00.099) 0:05:14.168 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 14 March 2026 19:30:09 -0400 (0:00:00.021) 0:05:14.190 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 14 March 2026 19:30:09 -0400 (0:00:00.091) 0:05:14.282 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 14 March 2026 19:30:09 -0400 (0:00:00.076) 0:05:14.358 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 14 March 2026 19:30:09 -0400 (0:00:00.037) 0:05:14.396 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 14 March 2026 19:30:09 -0400 (0:00:00.066) 0:05:14.462 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 14 March 2026 19:30:09 -0400 (0:00:00.053) 0:05:14.516 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 14 March 2026 19:30:09 -0400 (0:00:00.194) 0:05:14.711 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 14 March 2026 19:30:09 -0400 (0:00:00.057) 0:05:14.768 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 14 March 2026 19:30:09 -0400 (0:00:00.032) 0:05:14.801 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 14 March 2026 19:30:10 -0400 (0:00:00.134) 0:05:14.935 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 14 March 2026 19:30:10 -0400 (0:00:00.146) 0:05:15.082 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 14 March 2026 19:30:10 -0400 (0:00:00.112) 0:05:15.195 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 14 March 2026 19:30:10 -0400 (0:00:00.130) 0:05:15.326 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 14 March 2026 19:30:10 -0400 (0:00:00.178) 0:05:15.504 ******** ok: [managed-node16] => { "changed": false, "stat": { "atime": 1773530987.4851491, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1773530987.4851491, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35837, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1773530987.4851491, "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 14 March 2026 19:30:11 -0400 (0:00:01.021) 0:05:16.526 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 14 March 2026 19:30:11 -0400 (0:00:00.127) 0:05:16.653 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 14 March 2026 19:30:11 -0400 (0:00:00.074) 0:05:16.727 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 14 March 2026 19:30:11 -0400 (0:00:00.031) 0:05:16.759 ******** ok: [managed-node16] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 14 March 2026 19:30:11 -0400 (0:00:00.074) 0:05:16.833 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 14 March 2026 19:30:11 -0400 (0:00:00.053) 0:05:16.887 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 14 March 2026 19:30:12 -0400 (0:00:00.063) 0:05:16.951 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 14 March 2026 19:30:12 -0400 (0:00:00.096) 0:05:17.047 ******** ok: [managed-node16] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 14 March 2026 19:30:15 -0400 (0:00:02.970) 0:05:20.017 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.050) 0:05:20.067 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.031) 0:05:20.099 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.026) 0:05:20.126 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.031) 0:05:20.157 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.049) 0:05:20.206 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.029) 0:05:20.236 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.020) 0:05:20.257 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.036) 0:05:20.293 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.042) 0:05:20.335 ******** ok: [managed-node16] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.035) 0:05:20.371 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.067) 0:05:20.439 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.067) 0:05:20.506 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.041) 0:05:20.547 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.100) 0:05:20.647 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.103) 0:05:20.750 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 14 March 2026 19:30:15 -0400 (0:00:00.075) 0:05:20.826 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.094) 0:05:20.921 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.048) 0:05:20.969 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.085) 0:05:21.055 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.052) 0:05:21.107 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.046) 0:05:21.153 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.099) 0:05:21.252 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.056) 0:05:21.309 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.053) 0:05:21.362 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.039) 0:05:21.402 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.052) 0:05:21.454 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.065) 0:05:21.520 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.031) 0:05:21.552 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.066) 0:05:21.618 ******** skipping: [managed-node16] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.058) 0:05:21.677 ******** skipping: [managed-node16] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.025) 0:05:21.703 ******** skipping: [managed-node16] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.039) 0:05:21.742 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.058) 0:05:21.801 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.050) 0:05:21.851 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 14 March 2026 19:30:16 -0400 (0:00:00.047) 0:05:21.898 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.028) 0:05:21.927 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.061) 0:05:21.989 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.044) 0:05:22.033 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.055) 0:05:22.088 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.028) 0:05:22.116 ******** skipping: [managed-node16] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.071) 0:05:22.188 ******** skipping: [managed-node16] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.031) 0:05:22.219 ******** skipping: [managed-node16] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.057) 0:05:22.276 ******** skipping: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.056) 0:05:22.333 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.098) 0:05:22.432 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.025) 0:05:22.458 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.067) 0:05:22.525 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.033) 0:05:22.559 ******** ok: [managed-node16] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.042) 0:05:22.601 ******** ok: [managed-node16] => { "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-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.035) 0:05:22.636 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.031) 0:05:22.668 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.027) 0:05:22.696 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.026) 0:05:22.723 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.065) 0:05:22.788 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 14 March 2026 19:30:17 -0400 (0:00:00.083) 0:05:22.871 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 14 March 2026 19:30:18 -0400 (0:00:00.032) 0:05:22.903 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 14 March 2026 19:30:18 -0400 (0:00:00.026) 0:05:22.930 ******** skipping: [managed-node16] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 14 March 2026 19:30:18 -0400 (0:00:00.033) 0:05:22.963 ******** ok: [managed-node16] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 14 March 2026 19:30:18 -0400 (0:00:00.035) 0:05:22.998 ******** ok: [managed-node16] => { "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-node16 : ok=486 changed=11 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 14 March 2026 19:30:18 -0400 (0:00:00.033) 0:05:23.032 ******** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.47s /tmp/collections-A7v/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 --- 8.19s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure blivet is available ------- 6.10s /tmp/collections-A7v/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 --- 5.88s /tmp/collections-A7v/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.04s /tmp/collections-A7v/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.94s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Gathering Facts --------------------------------------------------------- 4.66s /tmp/collections-A7v/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 --- 4.63s /tmp/collections-A7v/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.61s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Ensure test packages ---------------------------------------------------- 4.56s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 4.32s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Ensure cryptsetup is present -------------------------------------------- 4.27s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure test packages ---------------------------------------------------- 3.95s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 fedora.linux_system_roles.storage : Get service facts ------------------- 3.88s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 fedora.linux_system_roles.storage : Make sure required packages are installed --- 3.84s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 fedora.linux_system_roles.storage : Get required packages --------------- 3.49s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Ensure cryptsetup is present -------------------------------------------- 3.41s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 3.21s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 3.15s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 3.13s /tmp/collections-A7v/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10