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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Saturday 25 October 2025 19:15:56 -0400 (0:00:00.208) 0:00:00.208 ****** ok: [managed-node5] META: ran handlers TASK [Include role to ensure packages are installed] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:10 Saturday 25 October 2025 19:16:01 -0400 (0:00:04.820) 0:00:05.029 ****** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 25 October 2025 19:16:02 -0400 (0:00:00.387) 0:00:05.417 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 25 October 2025 19:16:02 -0400 (0:00:00.440) 0:00:05.857 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 25 October 2025 19:16:03 -0400 (0:00:00.570) 0:00:06.428 ****** skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 25 October 2025 19:16:03 -0400 (0:00:00.880) 0:00:07.309 ****** ok: [managed-node5] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 25 October 2025 19:16:05 -0400 (0:00:01.755) 0:00:09.065 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 25 October 2025 19:16:06 -0400 (0:00:00.515) 0:00:09.580 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 25 October 2025 19:16:06 -0400 (0:00:00.227) 0:00:09.808 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 25 October 2025 19:16:06 -0400 (0:00:00.354) 0:00:10.163 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 25 October 2025 19:16:07 -0400 (0:00:00.777) 0:00:10.940 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 25 October 2025 19:16:13 -0400 (0:00:06.057) 0:00:16.998 ****** ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 25 October 2025 19:16:13 -0400 (0:00:00.309) 0:00:17.307 ****** ok: [managed-node5] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 25 October 2025 19:16:14 -0400 (0:00:00.301) 0:00:17.608 ****** ok: [managed-node5] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 25 October 2025 19:16:17 -0400 (0:00:03.432) 0:00:21.041 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 25 October 2025 19:16:18 -0400 (0:00:00.615) 0:00:21.657 ****** TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 25 October 2025 19:16:18 -0400 (0:00:00.165) 0:00:21.822 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 25 October 2025 19:16:18 -0400 (0:00:00.246) 0:00:22.068 ****** TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 25 October 2025 19:16:18 -0400 (0:00:00.207) 0:00:22.276 ****** ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 25 October 2025 19:16:23 -0400 (0:00:04.407) 0:00:26.683 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 25 October 2025 19:16:26 -0400 (0:00:03.562) 0:00:30.245 ****** ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 25 October 2025 19:16:27 -0400 (0:00:00.173) 0:00:30.419 ****** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 25 October 2025 19:16:27 -0400 (0:00:00.133) 0:00:30.552 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 25 October 2025 19:16:28 -0400 (0:00:01.555) 0:00:32.107 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 25 October 2025 19:16:28 -0400 (0:00:00.202) 0:00:32.310 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761433985.86721, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9d832489f611730b0321d6b5758ff755d80f5036", "ctime": 1761433985.8002098, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 318767254, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761433985.8002098, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "3162130246", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 25 October 2025 19:16:30 -0400 (0:00:01.513) 0:00:33.823 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 25 October 2025 19:16:30 -0400 (0:00:00.338) 0:00:34.162 ****** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 25 October 2025 19:16:30 -0400 (0:00:00.178) 0:00:34.340 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 25 October 2025 19:16:31 -0400 (0:00:00.206) 0:00:34.547 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 25 October 2025 19:16:31 -0400 (0:00:00.196) 0:00:34.743 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 25 October 2025 19:16:31 -0400 (0:00:00.183) 0:00:34.927 ****** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 25 October 2025 19:16:31 -0400 (0:00:00.162) 0:00:35.090 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 25 October 2025 19:16:31 -0400 (0:00:00.254) 0:00:35.344 ****** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 25 October 2025 19:16:32 -0400 (0:00:00.207) 0:00:35.552 ****** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 25 October 2025 19:16:32 -0400 (0:00:00.167) 0:00:35.719 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 25 October 2025 19:16:32 -0400 (0:00:00.260) 0:00:35.979 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761432766.327623, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1761432700.6993117, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 517996679, "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": 1761432700.6983118, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2474424686", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 25 October 2025 19:16:34 -0400 (0:00:01.433) 0:00:37.413 ****** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 25 October 2025 19:16:34 -0400 (0:00:00.182) 0:00:37.595 ****** ok: [managed-node5] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:14 Saturday 25 October 2025 19:16:36 -0400 (0:00:01.899) 0:00:39.495 ****** ok: [managed-node5] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:22 Saturday 25 October 2025 19:16:36 -0400 (0:00:00.326) 0:00:39.821 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node5 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 25 October 2025 19:16:36 -0400 (0:00:00.287) 0:00:40.109 ****** ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 25 October 2025 19:16:40 -0400 (0:00:03.675) 0:00:43.784 ****** ok: [managed-node5] => { "changed": false, "disks": [ "sdd" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [sda1] is a partition", "Disk [/dev/sda] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': '', 'ssize': '512'}] has partitions", "filename [sdb1] is a partition", "Disk [/dev/sdb] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': '', 'ssize': '512'}] has partitions", "filename [sdc1] is a partition", "Disk [/dev/sdc] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': '', 'ssize': '512'}] has partitions", "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 25 October 2025 19:16:43 -0400 (0:00:02.656) 0:00:46.440 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 25 October 2025 19:16:43 -0400 (0:00:00.477) 0:00:46.918 ****** ok: [managed-node5] => { "ansible_facts": { "unused_disks": [ "sdd" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 25 October 2025 19:16:43 -0400 (0:00:00.358) 0:00:47.277 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 25 October 2025 19:16:44 -0400 (0:00:00.224) 0:00:47.502 ****** ok: [managed-node5] => { "unused_disks": [ "sdd" ] } TASK [Save disk used for swap] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:30 Saturday 25 October 2025 19:16:44 -0400 (0:00:00.188) 0:00:47.691 ****** ok: [managed-node5] => { "ansible_facts": { "__swap_disk": "sdd" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:34 Saturday 25 October 2025 19:16:44 -0400 (0:00:00.216) 0:00:47.907 ****** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 25 October 2025 19:16:44 -0400 (0:00:00.388) 0:00:48.296 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 25 October 2025 19:16:45 -0400 (0:00:00.188) 0:00:48.484 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 25 October 2025 19:16:45 -0400 (0:00:00.228) 0:00:48.712 ****** skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 25 October 2025 19:16:45 -0400 (0:00:00.166) 0:00:48.878 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 25 October 2025 19:16:45 -0400 (0:00:00.071) 0:00:48.950 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 25 October 2025 19:16:45 -0400 (0:00:00.061) 0:00:49.011 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 25 October 2025 19:16:45 -0400 (0:00:00.084) 0:00:49.096 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 25 October 2025 19:16:45 -0400 (0:00:00.101) 0:00:49.197 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 25 October 2025 19:16:46 -0400 (0:00:00.381) 0:00:49.578 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 25 October 2025 19:16:46 -0400 (0:00:00.152) 0:00:49.731 ****** ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 25 October 2025 19:16:46 -0400 (0:00:00.143) 0:00:49.875 ****** ok: [managed-node5] => { "storage_volumes | d([])": [ { "disks": [ "sdd" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 25 October 2025 19:16:46 -0400 (0:00:00.145) 0:00:50.020 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 25 October 2025 19:16:46 -0400 (0:00:00.217) 0:00:50.238 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 25 October 2025 19:16:47 -0400 (0:00:00.201) 0:00:50.440 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 25 October 2025 19:16:47 -0400 (0:00:00.189) 0:00:50.629 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 25 October 2025 19:16:47 -0400 (0:00:00.172) 0:00:50.802 ****** ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 25 October 2025 19:16:47 -0400 (0:00:00.184) 0:00:50.986 ****** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 25 October 2025 19:16:47 -0400 (0:00:00.168) 0:00:51.155 ****** changed: [managed-node5] => { "actions": [ { "action": "create format", "device": "/dev/sdd", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38", "state": "present" } ], "packages": [ "mdadm", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 25 October 2025 19:16:53 -0400 (0:00:05.758) 0:00:56.914 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 25 October 2025 19:16:53 -0400 (0:00:00.198) 0:00:57.113 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761433985.86721, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9d832489f611730b0321d6b5758ff755d80f5036", "ctime": 1761433985.8002098, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 318767254, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761433985.8002098, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "3162130246", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 25 October 2025 19:16:55 -0400 (0:00:01.262) 0:00:58.375 ****** ok: [managed-node5] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 25 October 2025 19:16:56 -0400 (0:00:01.907) 0:01:00.282 ****** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 25 October 2025 19:16:57 -0400 (0:00:00.421) 0:01:00.704 ****** ok: [managed-node5] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdd", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38", "state": "present" } ], "packages": [ "mdadm", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 25 October 2025 19:16:57 -0400 (0:00:00.158) 0:01:00.863 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 25 October 2025 19:16:57 -0400 (0:00:00.235) 0:01:01.099 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 25 October 2025 19:16:57 -0400 (0:00:00.260) 0:01:01.359 ****** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 25 October 2025 19:16:58 -0400 (0:00:00.151) 0:01:01.511 ****** ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 25 October 2025 19:17:01 -0400 (0:00:03.657) 0:01:05.168 ****** changed: [managed-node5] => (item={'src': 'UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38', '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=a3879b4b-0b1f-4562-be9b-fbcef0024e38", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 25 October 2025 19:17:04 -0400 (0:00:02.302) 0:01:07.470 ****** skipping: [managed-node5] => (item={'src': 'UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38', '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=a3879b4b-0b1f-4562-be9b-fbcef0024e38", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 25 October 2025 19:17:04 -0400 (0:00:00.200) 0:01:07.671 ****** ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 25 October 2025 19:17:06 -0400 (0:00:01.941) 0:01:09.613 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761432766.327623, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1761432700.6993117, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 517996679, "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": 1761432700.6983118, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2474424686", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 25 October 2025 19:17:07 -0400 (0:00:01.513) 0:01:11.126 ****** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 25 October 2025 19:17:07 -0400 (0:00:00.147) 0:01:11.273 ****** ok: [managed-node5] TASK [Verify results] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:44 Saturday 25 October 2025 19:17:09 -0400 (0:00:01.812) 0:01:13.086 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node5 TASK [Print out pool information] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 25 October 2025 19:17:10 -0400 (0:00:00.318) 0:01:13.404 ****** skipping: [managed-node5] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 25 October 2025 19:17:10 -0400 (0:00:00.253) 0:01:13.657 ****** ok: [managed-node5] => { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 25 October 2025 19:17:10 -0400 (0:00:00.162) 0:01:13.820 ****** ok: [managed-node5] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "a2c98b3c-3e7a-48ed-8951-6fe9afc92b94" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdd": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "a3879b4b-0b1f-4562-be9b-fbcef0024e38" }, "/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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 25 October 2025 19:17:12 -0400 (0:00:02.498) 0:01:16.318 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002500", "end": "2025-10-25 19:17:15.391231", "rc": 0, "start": "2025-10-25 19:17:15.388731" } 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=a2c98b3c-3e7a-48ed-8951-6fe9afc92b94 /opt/test1 xfs defaults 0 0 UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 25 October 2025 19:17:15 -0400 (0:00:02.658) 0:01:18.977 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002067", "end": "2025-10-25 19:17:16.744551", "failed_when_result": false, "rc": 0, "start": "2025-10-25 19:17:16.742484" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 25 October 2025 19:17:17 -0400 (0:00:01.415) 0:01:20.393 ****** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 25 October 2025 19:17:17 -0400 (0:00:00.474) 0:01:20.867 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node5 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 25 October 2025 19:17:17 -0400 (0:00:00.494) 0:01:21.362 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 25 October 2025 19:17:18 -0400 (0:00:00.313) 0:01:21.676 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node5 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 25 October 2025 19:17:19 -0400 (0:00:01.546) 0:01:23.222 ****** ok: [managed-node5] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 25 October 2025 19:17:20 -0400 (0:00:00.249) 0:01:23.472 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 25 October 2025 19:17:20 -0400 (0:00:00.325) 0:01:23.798 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 25 October 2025 19:17:20 -0400 (0:00:00.319) 0:01:24.117 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 25 October 2025 19:17:21 -0400 (0:00:00.349) 0:01:24.467 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 25 October 2025 19:17:21 -0400 (0:00:00.308) 0:01:24.775 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 25 October 2025 19:17:21 -0400 (0:00:00.270) 0:01:25.046 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 25 October 2025 19:17:21 -0400 (0:00:00.191) 0:01:25.238 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "realpath", "/dev/sdd" ], "delta": "0:00:00.002962", "end": "2025-10-25 19:17:23.090254", "rc": 0, "start": "2025-10-25 19:17:23.087292" } STDOUT: /dev/sdd TASK [Gather swap info] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 25 October 2025 19:17:23 -0400 (0:00:01.473) 0:01:26.712 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002113", "end": "2025-10-25 19:17:24.595638", "rc": 0, "start": "2025-10-25 19:17:24.593525" } STDOUT: Filename Type Size Used Priority /dev/sdd partition 1073741820 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 25 October 2025 19:17:24 -0400 (0:00:01.546) 0:01:28.258 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 25 October 2025 19:17:25 -0400 (0:00:00.271) 0:01:28.530 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 25 October 2025 19:17:25 -0400 (0:00:00.167) 0:01:28.697 ****** ok: [managed-node5] => { "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=a3879b4b-0b1f-4562-be9b-fbcef0024e38 " ], "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 25 October 2025 19:17:25 -0400 (0:00:00.432) 0:01:29.129 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 25 October 2025 19:17:26 -0400 (0:00:00.324) 0:01:29.454 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 25 October 2025 19:17:26 -0400 (0:00:00.257) 0:01:29.711 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 25 October 2025 19:17:26 -0400 (0:00:00.216) 0:01:29.927 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 25 October 2025 19:17:26 -0400 (0:00:00.236) 0:01:30.164 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 25 October 2025 19:17:27 -0400 (0:00:00.235) 0:01:30.399 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 25 October 2025 19:17:27 -0400 (0:00:00.310) 0:01:30.710 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 25 October 2025 19:17:27 -0400 (0:00:00.274) 0:01:30.985 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434212.9762404, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1761434212.9572403, "dev": 6, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 37379, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1761434212.9572403, "nlink": 1, "path": "/dev/sdd", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 25 October 2025 19:17:28 -0400 (0:00:01.229) 0:01:32.215 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 25 October 2025 19:17:29 -0400 (0:00:00.237) 0:01:32.452 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 25 October 2025 19:17:29 -0400 (0:00:00.193) 0:01:32.646 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 25 October 2025 19:17:29 -0400 (0:00:00.230) 0:01:32.876 ****** ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 25 October 2025 19:17:29 -0400 (0:00:00.172) 0:01:33.048 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 25 October 2025 19:17:29 -0400 (0:00:00.179) 0:01:33.228 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 25 October 2025 19:17:30 -0400 (0:00:00.297) 0:01:33.526 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 25 October 2025 19:17:30 -0400 (0:00:00.284) 0:01:33.810 ****** ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 25 October 2025 19:17:34 -0400 (0:00:04.177) 0:01:37.987 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 25 October 2025 19:17:34 -0400 (0:00:00.166) 0:01:38.154 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 25 October 2025 19:17:35 -0400 (0:00:00.255) 0:01:38.409 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 25 October 2025 19:17:35 -0400 (0:00:00.215) 0:01:38.625 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 25 October 2025 19:17:35 -0400 (0:00:00.230) 0:01:38.855 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 25 October 2025 19:17:35 -0400 (0:00:00.165) 0:01:39.021 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 25 October 2025 19:17:35 -0400 (0:00:00.275) 0:01:39.297 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 25 October 2025 19:17:36 -0400 (0:00:00.258) 0:01:39.556 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 25 October 2025 19:17:36 -0400 (0:00:00.153) 0:01:39.710 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 25 October 2025 19:17:36 -0400 (0:00:00.383) 0:01:40.094 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 25 October 2025 19:17:37 -0400 (0:00:00.292) 0:01:40.386 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 25 October 2025 19:17:37 -0400 (0:00:00.262) 0:01:40.649 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 25 October 2025 19:17:37 -0400 (0:00:00.230) 0:01:40.879 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 25 October 2025 19:17:37 -0400 (0:00:00.190) 0:01:41.070 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 25 October 2025 19:17:37 -0400 (0:00:00.144) 0:01:41.215 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 25 October 2025 19:17:38 -0400 (0:00:00.260) 0:01:41.476 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 25 October 2025 19:17:38 -0400 (0:00:00.213) 0:01:41.689 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 25 October 2025 19:17:38 -0400 (0:00:00.207) 0:01:41.897 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 25 October 2025 19:17:38 -0400 (0:00:00.253) 0:01:42.150 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 25 October 2025 19:17:39 -0400 (0:00:00.269) 0:01:42.420 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 25 October 2025 19:17:39 -0400 (0:00:00.154) 0:01:42.574 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 25 October 2025 19:17:39 -0400 (0:00:00.167) 0:01:42.741 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 25 October 2025 19:17:39 -0400 (0:00:00.140) 0:01:42.882 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 25 October 2025 19:17:39 -0400 (0:00:00.228) 0:01:43.110 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 25 October 2025 19:17:39 -0400 (0:00:00.128) 0:01:43.239 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 25 October 2025 19:17:40 -0400 (0:00:00.209) 0:01:43.448 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 25 October 2025 19:17:40 -0400 (0:00:00.185) 0:01:43.633 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 25 October 2025 19:17:40 -0400 (0:00:00.236) 0:01:43.870 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 25 October 2025 19:17:40 -0400 (0:00:00.224) 0:01:44.095 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 25 October 2025 19:17:40 -0400 (0:00:00.226) 0:01:44.321 ****** skipping: [managed-node5] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 25 October 2025 19:17:41 -0400 (0:00:00.245) 0:01:44.567 ****** skipping: [managed-node5] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 25 October 2025 19:17:41 -0400 (0:00:00.375) 0:01:44.942 ****** skipping: [managed-node5] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 25 October 2025 19:17:41 -0400 (0:00:00.325) 0:01:45.267 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 25 October 2025 19:17:42 -0400 (0:00:00.251) 0:01:45.519 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 25 October 2025 19:17:42 -0400 (0:00:00.282) 0:01:45.802 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 25 October 2025 19:17:42 -0400 (0:00:00.261) 0:01:46.063 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 25 October 2025 19:17:43 -0400 (0:00:00.329) 0:01:46.392 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 25 October 2025 19:17:43 -0400 (0:00:00.312) 0:01:46.705 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 25 October 2025 19:17:43 -0400 (0:00:00.189) 0:01:46.894 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 25 October 2025 19:17:43 -0400 (0:00:00.230) 0:01:47.125 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 25 October 2025 19:17:43 -0400 (0:00:00.224) 0:01:47.349 ****** skipping: [managed-node5] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 25 October 2025 19:17:44 -0400 (0:00:00.181) 0:01:47.530 ****** skipping: [managed-node5] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 25 October 2025 19:17:44 -0400 (0:00:00.179) 0:01:47.710 ****** skipping: [managed-node5] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 25 October 2025 19:17:44 -0400 (0:00:00.161) 0:01:47.871 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 25 October 2025 19:17:44 -0400 (0:00:00.227) 0:01:48.099 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 25 October 2025 19:17:45 -0400 (0:00:00.373) 0:01:48.472 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 25 October 2025 19:17:45 -0400 (0:00:00.214) 0:01:48.686 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 25 October 2025 19:17:45 -0400 (0:00:00.260) 0:01:48.947 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 25 October 2025 19:17:45 -0400 (0:00:00.290) 0:01:49.237 ****** ok: [managed-node5] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 25 October 2025 19:17:46 -0400 (0:00:00.235) 0:01:49.473 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 25 October 2025 19:17:46 -0400 (0:00:00.232) 0:01:49.706 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 25 October 2025 19:17:46 -0400 (0:00:00.265) 0:01:49.971 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 25 October 2025 19:17:46 -0400 (0:00:00.223) 0:01:50.194 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 25 October 2025 19:17:47 -0400 (0:00:00.225) 0:01:50.420 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 25 October 2025 19:17:47 -0400 (0:00:00.246) 0:01:50.667 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 25 October 2025 19:17:47 -0400 (0:00:00.228) 0:01:50.895 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 25 October 2025 19:17:47 -0400 (0:00:00.259) 0:01:51.154 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 25 October 2025 19:17:47 -0400 (0:00:00.150) 0:01:51.305 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 25 October 2025 19:17:48 -0400 (0:00:00.108) 0:01:51.413 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 25 October 2025 19:17:48 -0400 (0:00:00.171) 0:01:51.585 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:47 Saturday 25 October 2025 19:17:48 -0400 (0:00:00.067) 0:01:51.653 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node5 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 25 October 2025 19:17:48 -0400 (0:00:00.079) 0:01:51.733 ****** ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 25 October 2025 19:17:52 -0400 (0:00:03.820) 0:01:55.553 ****** ok: [managed-node5] => { "changed": false, "disks": [ "sde" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"swap\" 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 [sda1] is a partition", "Disk [/dev/sda] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': '', 'ssize': '512'}] has partitions", "filename [sdb1] is a partition", "Disk [/dev/sdb] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': '', 'ssize': '512'}] has partitions", "filename [sdc1] is a partition", "Disk [/dev/sdc] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': '', 'ssize': '512'}] has partitions", "Disk [/dev/sdd] attrs [{'type': 'disk', 'size': '1099511627776', '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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 25 October 2025 19:17:53 -0400 (0:00:01.650) 0:01:57.203 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 25 October 2025 19:17:54 -0400 (0:00:00.181) 0:01:57.385 ****** ok: [managed-node5] => { "ansible_facts": { "unused_disks": [ "sde" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 25 October 2025 19:17:54 -0400 (0:00:00.200) 0:01:57.585 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 25 October 2025 19:17:54 -0400 (0:00:00.223) 0:01:57.808 ****** ok: [managed-node5] => { "unused_disks": [ "sde" ] } TASK [Save non-swap disk] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:54 Saturday 25 October 2025 19:17:54 -0400 (0:00:00.181) 0:01:57.990 ****** ok: [managed-node5] => { "ansible_facts": { "__non_swap_disk": "sde" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:58 Saturday 25 October 2025 19:17:54 -0400 (0:00:00.190) 0:01:58.181 ****** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 25 October 2025 19:17:55 -0400 (0:00:00.601) 0:01:58.783 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 25 October 2025 19:17:55 -0400 (0:00:00.346) 0:01:59.129 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 25 October 2025 19:17:55 -0400 (0:00:00.202) 0:01:59.332 ****** skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 25 October 2025 19:17:56 -0400 (0:00:00.410) 0:01:59.743 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 25 October 2025 19:17:56 -0400 (0:00:00.213) 0:01:59.956 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 25 October 2025 19:17:56 -0400 (0:00:00.214) 0:02:00.171 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 25 October 2025 19:17:56 -0400 (0:00:00.167) 0:02:00.339 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 25 October 2025 19:17:57 -0400 (0:00:00.198) 0:02:00.537 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 25 October 2025 19:17:58 -0400 (0:00:00.948) 0:02:01.486 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 25 October 2025 19:17:58 -0400 (0:00:00.282) 0:02:01.768 ****** ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 25 October 2025 19:17:58 -0400 (0:00:00.286) 0:02:02.054 ****** ok: [managed-node5] => { "storage_volumes | d([])": [ { "disks": [ "sde" ], "fs_type": "ext3", "mount_point": "none", "name": "test2", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 25 October 2025 19:17:58 -0400 (0:00:00.315) 0:02:02.370 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 25 October 2025 19:17:59 -0400 (0:00:00.238) 0:02:02.609 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 25 October 2025 19:17:59 -0400 (0:00:00.249) 0:02:02.858 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 25 October 2025 19:17:59 -0400 (0:00:00.262) 0:02:03.121 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 25 October 2025 19:17:59 -0400 (0:00:00.243) 0:02:03.364 ****** ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 25 October 2025 19:18:00 -0400 (0:00:00.437) 0:02:03.801 ****** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 25 October 2025 19:18:00 -0400 (0:00:00.203) 0:02:04.005 ****** changed: [managed-node5] => { "actions": [ { "action": "create format", "device": "/dev/sde", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "mdadm", "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sde", "_kernel_device": "/dev/sde", "_mount_id": "UUID=e358a62b-e6ce-461f-870a-2a27d8b2f0f5", "_raw_device": "/dev/sde", "_raw_kernel_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 25 October 2025 19:22:59 -0400 (0:04:58.506) 0:07:02.512 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 25 October 2025 19:22:59 -0400 (0:00:00.068) 0:07:02.580 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434225.7682981, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c91d1750eb37c6beafaa2d494496b3656102d439", "ctime": 1761434223.7932894, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 318767254, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761434223.7932894, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1478, "uid": 0, "version": "3162130246", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 25 October 2025 19:22:59 -0400 (0:00:00.528) 0:07:03.109 ****** ok: [managed-node5] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 25 October 2025 19:23:00 -0400 (0:00:00.758) 0:07:03.867 ****** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 25 October 2025 19:23:00 -0400 (0:00:00.102) 0:07:03.969 ****** ok: [managed-node5] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sde", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "mdadm", "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sde", "_kernel_device": "/dev/sde", "_mount_id": "UUID=e358a62b-e6ce-461f-870a-2a27d8b2f0f5", "_raw_device": "/dev/sde", "_raw_kernel_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 25 October 2025 19:23:00 -0400 (0:00:00.131) 0:07:04.100 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 25 October 2025 19:23:00 -0400 (0:00:00.085) 0:07:04.186 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sde", "_kernel_device": "/dev/sde", "_mount_id": "UUID=e358a62b-e6ce-461f-870a-2a27d8b2f0f5", "_raw_device": "/dev/sde", "_raw_kernel_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 25 October 2025 19:23:00 -0400 (0:00:00.098) 0:07:04.284 ****** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 25 October 2025 19:23:01 -0400 (0:00:00.100) 0:07:04.384 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 25 October 2025 19:23:01 -0400 (0:00:00.089) 0:07:04.474 ****** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 25 October 2025 19:23:01 -0400 (0:00:00.063) 0:07:04.537 ****** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 25 October 2025 19:23:01 -0400 (0:00:00.099) 0:07:04.637 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 25 October 2025 19:23:01 -0400 (0:00:00.076) 0:07:04.714 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761432766.327623, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1761432700.6993117, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 517996679, "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": 1761432700.6983118, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2474424686", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 25 October 2025 19:23:02 -0400 (0:00:00.759) 0:07:05.473 ****** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 25 October 2025 19:23:02 -0400 (0:00:00.061) 0:07:05.535 ****** ok: [managed-node5] TASK [Verify results - 2] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:69 Saturday 25 October 2025 19:23:03 -0400 (0:00:01.139) 0:07:06.675 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node5 TASK [Print out pool information] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 25 October 2025 19:23:03 -0400 (0:00:00.075) 0:07:06.750 ****** skipping: [managed-node5] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 25 October 2025 19:23:03 -0400 (0:00:00.091) 0:07:06.842 ****** ok: [managed-node5] => { "_storage_volumes_list": [ { "_device": "/dev/sde", "_kernel_device": "/dev/sde", "_mount_id": "UUID=e358a62b-e6ce-461f-870a-2a27d8b2f0f5", "_raw_device": "/dev/sde", "_raw_kernel_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 25 October 2025 19:23:03 -0400 (0:00:00.077) 0:07:06.920 ****** ok: [managed-node5] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "a2c98b3c-3e7a-48ed-8951-6fe9afc92b94" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdd": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "a3879b4b-0b1f-4562-be9b-fbcef0024e38" }, "/dev/sde": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "e358a62b-e6ce-461f-870a-2a27d8b2f0f5" }, "/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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 25 October 2025 19:23:04 -0400 (0:00:00.635) 0:07:07.556 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002175", "end": "2025-10-25 19:23:04.695370", "rc": 0, "start": "2025-10-25 19:23:04.693195" } 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=a2c98b3c-3e7a-48ed-8951-6fe9afc92b94 /opt/test1 xfs defaults 0 0 UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 25 October 2025 19:23:04 -0400 (0:00:00.680) 0:07:08.236 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002031", "end": "2025-10-25 19:23:05.366590", "failed_when_result": false, "rc": 0, "start": "2025-10-25 19:23:05.364559" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 25 October 2025 19:23:05 -0400 (0:00:00.723) 0:07:08.960 ****** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 25 October 2025 19:23:05 -0400 (0:00:00.034) 0:07:08.994 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node5 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 25 October 2025 19:23:05 -0400 (0:00:00.072) 0:07:09.066 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 25 October 2025 19:23:05 -0400 (0:00:00.130) 0:07:09.197 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node5 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 25 October 2025 19:23:06 -0400 (0:00:00.293) 0:07:09.490 ****** ok: [managed-node5] => { "ansible_facts": { "storage_test_device_path": "/dev/sde" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 25 October 2025 19:23:06 -0400 (0:00:00.130) 0:07:09.621 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 25 October 2025 19:23:06 -0400 (0:00:00.073) 0:07:09.694 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 25 October 2025 19:23:06 -0400 (0:00:00.049) 0:07:09.743 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 25 October 2025 19:23:06 -0400 (0:00:00.040) 0:07:09.784 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 25 October 2025 19:23:06 -0400 (0:00:00.088) 0:07:09.872 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 25 October 2025 19:23:06 -0400 (0:00:00.098) 0:07:09.971 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 25 October 2025 19:23:06 -0400 (0:00:00.130) 0:07:10.101 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 25 October 2025 19:23:06 -0400 (0:00:00.061) 0:07:10.163 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 25 October 2025 19:23:06 -0400 (0:00:00.048) 0:07:10.212 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 25 October 2025 19:23:06 -0400 (0:00:00.042) 0:07:10.254 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 25 October 2025 19:23:06 -0400 (0:00:00.043) 0:07:10.297 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 25 October 2025 19:23:07 -0400 (0:00:00.133) 0:07:10.431 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 25 October 2025 19:23:07 -0400 (0:00:00.061) 0:07:10.492 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 25 October 2025 19:23:07 -0400 (0:00:00.044) 0:07:10.537 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 25 October 2025 19:23:07 -0400 (0:00:00.073) 0:07:10.610 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 25 October 2025 19:23:07 -0400 (0:00:00.038) 0:07:10.648 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 25 October 2025 19:23:07 -0400 (0:00:00.071) 0:07:10.720 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 25 October 2025 19:23:07 -0400 (0:00:00.125) 0:07:10.846 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 25 October 2025 19:23:07 -0400 (0:00:00.160) 0:07:11.006 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434578.9808939, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1761434578.9808939, "dev": 6, "device_type": 2112, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 37652, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1761434578.9808939, "nlink": 1, "path": "/dev/sde", "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 25 October 2025 19:23:08 -0400 (0:00:00.768) 0:07:11.775 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 25 October 2025 19:23:08 -0400 (0:00:00.052) 0:07:11.827 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 25 October 2025 19:23:08 -0400 (0:00:00.158) 0:07:11.986 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 25 October 2025 19:23:08 -0400 (0:00:00.052) 0:07:12.039 ****** ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 25 October 2025 19:23:08 -0400 (0:00:00.043) 0:07:12.082 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 25 October 2025 19:23:08 -0400 (0:00:00.085) 0:07:12.168 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 25 October 2025 19:23:08 -0400 (0:00:00.091) 0:07:12.259 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 25 October 2025 19:23:08 -0400 (0:00:00.088) 0:07:12.348 ****** ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 25 October 2025 19:23:12 -0400 (0:00:03.102) 0:07:15.451 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 25 October 2025 19:23:12 -0400 (0:00:00.106) 0:07:15.558 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 25 October 2025 19:23:12 -0400 (0:00:00.102) 0:07:15.660 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 25 October 2025 19:23:12 -0400 (0:00:00.107) 0:07:15.768 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 25 October 2025 19:23:12 -0400 (0:00:00.069) 0:07:15.838 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 25 October 2025 19:23:12 -0400 (0:00:00.072) 0:07:15.910 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 25 October 2025 19:23:12 -0400 (0:00:00.068) 0:07:15.979 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 25 October 2025 19:23:12 -0400 (0:00:00.044) 0:07:16.023 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 25 October 2025 19:23:12 -0400 (0:00:00.064) 0:07:16.087 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 25 October 2025 19:23:12 -0400 (0:00:00.103) 0:07:16.191 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 25 October 2025 19:23:12 -0400 (0:00:00.110) 0:07:16.302 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 25 October 2025 19:23:13 -0400 (0:00:00.079) 0:07:16.381 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 25 October 2025 19:23:13 -0400 (0:00:00.086) 0:07:16.468 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 25 October 2025 19:23:13 -0400 (0:00:00.112) 0:07:16.581 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 25 October 2025 19:23:13 -0400 (0:00:00.089) 0:07:16.670 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 25 October 2025 19:23:13 -0400 (0:00:00.125) 0:07:16.795 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 25 October 2025 19:23:13 -0400 (0:00:00.067) 0:07:16.862 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 25 October 2025 19:23:13 -0400 (0:00:00.082) 0:07:16.945 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 25 October 2025 19:23:13 -0400 (0:00:00.082) 0:07:17.028 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 25 October 2025 19:23:13 -0400 (0:00:00.069) 0:07:17.098 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 25 October 2025 19:23:13 -0400 (0:00:00.093) 0:07:17.192 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 25 October 2025 19:23:13 -0400 (0:00:00.078) 0:07:17.270 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 25 October 2025 19:23:13 -0400 (0:00:00.073) 0:07:17.343 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 25 October 2025 19:23:14 -0400 (0:00:00.082) 0:07:17.426 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 25 October 2025 19:23:14 -0400 (0:00:00.077) 0:07:17.504 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 25 October 2025 19:23:14 -0400 (0:00:00.083) 0:07:17.588 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 25 October 2025 19:23:14 -0400 (0:00:00.086) 0:07:17.675 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 25 October 2025 19:23:14 -0400 (0:00:00.053) 0:07:17.728 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 25 October 2025 19:23:14 -0400 (0:00:00.105) 0:07:17.834 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 25 October 2025 19:23:14 -0400 (0:00:00.086) 0:07:17.921 ****** skipping: [managed-node5] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 25 October 2025 19:23:14 -0400 (0:00:00.092) 0:07:18.013 ****** skipping: [managed-node5] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 25 October 2025 19:23:14 -0400 (0:00:00.068) 0:07:18.081 ****** skipping: [managed-node5] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 25 October 2025 19:23:14 -0400 (0:00:00.095) 0:07:18.177 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 25 October 2025 19:23:14 -0400 (0:00:00.037) 0:07:18.214 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 25 October 2025 19:23:14 -0400 (0:00:00.085) 0:07:18.300 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 25 October 2025 19:23:14 -0400 (0:00:00.061) 0:07:18.362 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.071) 0:07:18.434 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.080) 0:07:18.514 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.068) 0:07:18.582 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.052) 0:07:18.634 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.062) 0:07:18.697 ****** skipping: [managed-node5] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.085) 0:07:18.782 ****** skipping: [managed-node5] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.089) 0:07:18.872 ****** skipping: [managed-node5] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.075) 0:07:18.948 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.111) 0:07:19.060 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.083) 0:07:19.143 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.031) 0:07:19.175 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.030) 0:07:19.206 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.043) 0:07:19.250 ****** ok: [managed-node5] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 25 October 2025 19:23:15 -0400 (0:00:00.120) 0:07:19.371 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 25 October 2025 19:23:16 -0400 (0:00:00.074) 0:07:19.445 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 25 October 2025 19:23:16 -0400 (0:00:00.091) 0:07:19.537 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 25 October 2025 19:23:16 -0400 (0:00:00.068) 0:07:19.605 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 25 October 2025 19:23:16 -0400 (0:00:00.084) 0:07:19.689 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 25 October 2025 19:23:16 -0400 (0:00:00.083) 0:07:19.772 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 25 October 2025 19:23:16 -0400 (0:00:00.066) 0:07:19.839 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 25 October 2025 19:23:16 -0400 (0:00:00.099) 0:07:19.939 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 25 October 2025 19:23:16 -0400 (0:00:00.045) 0:07:19.984 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 25 October 2025 19:23:16 -0400 (0:00:00.044) 0:07:20.028 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 25 October 2025 19:23:16 -0400 (0:00:00.077) 0:07:20.106 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:72 Saturday 25 October 2025 19:23:16 -0400 (0:00:00.032) 0:07:20.139 ****** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 25 October 2025 19:23:16 -0400 (0:00:00.137) 0:07:20.276 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 25 October 2025 19:23:17 -0400 (0:00:00.118) 0:07:20.395 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 25 October 2025 19:23:17 -0400 (0:00:00.107) 0:07:20.503 ****** skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 25 October 2025 19:23:17 -0400 (0:00:00.114) 0:07:20.617 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 25 October 2025 19:23:17 -0400 (0:00:00.102) 0:07:20.719 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 25 October 2025 19:23:17 -0400 (0:00:00.063) 0:07:20.782 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 25 October 2025 19:23:17 -0400 (0:00:00.071) 0:07:20.853 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 25 October 2025 19:23:17 -0400 (0:00:00.064) 0:07:20.918 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 25 October 2025 19:23:17 -0400 (0:00:00.141) 0:07:21.059 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 25 October 2025 19:23:17 -0400 (0:00:00.076) 0:07:21.136 ****** ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 25 October 2025 19:23:17 -0400 (0:00:00.104) 0:07:21.240 ****** ok: [managed-node5] => { "storage_volumes | d([])": [ { "disks": [ "sdd" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 25 October 2025 19:23:17 -0400 (0:00:00.055) 0:07:21.295 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 25 October 2025 19:23:18 -0400 (0:00:00.091) 0:07:21.387 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 25 October 2025 19:23:18 -0400 (0:00:00.095) 0:07:21.482 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 25 October 2025 19:23:18 -0400 (0:00:00.095) 0:07:21.577 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 25 October 2025 19:23:18 -0400 (0:00:00.091) 0:07:21.668 ****** ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 25 October 2025 19:23:18 -0400 (0:00:00.084) 0:07:21.753 ****** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 25 October 2025 19:23:18 -0400 (0:00:00.114) 0:07:21.867 ****** changed: [managed-node5] => { "actions": [ { "action": "destroy format", "device": "/dev/sdd", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "state": "mounted" } ], "packages": [ "mdadm", "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 25 October 2025 19:28:16 -0400 (0:04:57.829) 0:12:19.696 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 25 October 2025 19:28:16 -0400 (0:00:00.053) 0:12:19.750 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434225.7682981, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c91d1750eb37c6beafaa2d494496b3656102d439", "ctime": 1761434223.7932894, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 318767254, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761434223.7932894, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1478, "uid": 0, "version": "3162130246", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 25 October 2025 19:28:17 -0400 (0:00:00.672) 0:12:20.423 ****** ok: [managed-node5] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 25 October 2025 19:28:17 -0400 (0:00:00.462) 0:12:20.885 ****** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 25 October 2025 19:28:17 -0400 (0:00:00.020) 0:12:20.905 ****** ok: [managed-node5] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdd", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "state": "mounted" } ], "packages": [ "mdadm", "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 25 October 2025 19:28:17 -0400 (0:00:00.023) 0:12:20.928 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 25 October 2025 19:28:17 -0400 (0:00:00.022) 0:12:20.951 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 25 October 2025 19:28:17 -0400 (0:00:00.022) 0:12:20.973 ****** changed: [managed-node5] => (item={'src': 'UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38', '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=a3879b4b-0b1f-4562-be9b-fbcef0024e38", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=a3879b4b-0b1f-4562-be9b-fbcef0024e38" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 25 October 2025 19:28:17 -0400 (0:00:00.391) 0:12:21.365 ****** ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 25 October 2025 19:28:18 -0400 (0:00:00.691) 0:12:22.057 ****** changed: [managed-node5] => (item={'src': 'UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667', '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=42ee83de-5bda-4830-9b05-09c7dfcbc667", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 25 October 2025 19:28:19 -0400 (0:00:00.462) 0:12:22.520 ****** skipping: [managed-node5] => (item={'src': 'UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667', '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=42ee83de-5bda-4830-9b05-09c7dfcbc667", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 25 October 2025 19:28:19 -0400 (0:00:00.041) 0:12:22.561 ****** ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 25 October 2025 19:28:19 -0400 (0:00:00.641) 0:12:23.203 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761432766.327623, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1761432700.6993117, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 517996679, "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": 1761432700.6983118, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2474424686", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 25 October 2025 19:28:20 -0400 (0:00:00.341) 0:12:23.544 ****** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 25 October 2025 19:28:20 -0400 (0:00:00.030) 0:12:23.575 ****** ok: [managed-node5] TASK [Verify results - 3] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:83 Saturday 25 October 2025 19:28:20 -0400 (0:00:00.734) 0:12:24.309 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node5 TASK [Print out pool information] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 25 October 2025 19:28:20 -0400 (0:00:00.040) 0:12:24.349 ****** skipping: [managed-node5] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 25 October 2025 19:28:20 -0400 (0:00:00.019) 0:12:24.369 ****** ok: [managed-node5] => { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 25 October 2025 19:28:21 -0400 (0:00:00.048) 0:12:24.418 ****** ok: [managed-node5] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "a2c98b3c-3e7a-48ed-8951-6fe9afc92b94" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdd": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "42ee83de-5bda-4830-9b05-09c7dfcbc667" }, "/dev/sde": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "e358a62b-e6ce-461f-870a-2a27d8b2f0f5" }, "/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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 25 October 2025 19:28:21 -0400 (0:00:00.338) 0:12:24.756 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002154", "end": "2025-10-25 19:28:21.661051", "rc": 0, "start": "2025-10-25 19:28:21.658897" } 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=a2c98b3c-3e7a-48ed-8951-6fe9afc92b94 /opt/test1 xfs defaults 0 0 UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 25 October 2025 19:28:21 -0400 (0:00:00.328) 0:12:25.084 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002405", "end": "2025-10-25 19:28:21.988340", "failed_when_result": false, "rc": 0, "start": "2025-10-25 19:28:21.985935" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.328) 0:12:25.413 ****** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.018) 0:12:25.432 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node5 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.035) 0:12:25.468 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.022) 0:12:25.490 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node5 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.100) 0:12:25.591 ****** ok: [managed-node5] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.024) 0:12:25.615 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.025) 0:12:25.640 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.027) 0:12:25.667 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.022) 0:12:25.690 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.022) 0:12:25.713 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.022) 0:12:25.735 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.024) 0:12:25.759 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.018) 0:12:25.778 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.018) 0:12:25.796 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.018) 0:12:25.815 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.017) 0:12:25.832 ****** ok: [managed-node5] => { "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=42ee83de-5bda-4830-9b05-09c7dfcbc667 " ], "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.041) 0:12:25.874 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.024) 0:12:25.898 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.023) 0:12:25.922 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.019) 0:12:25.941 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.023) 0:12:25.964 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.018) 0:12:25.982 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.027) 0:12:26.010 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 25 October 2025 19:28:22 -0400 (0:00:00.028) 0:12:26.038 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434896.1683235, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1761434896.1683235, "dev": 6, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 37379, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1761434896.1683235, "nlink": 1, "path": "/dev/sdd", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 25 October 2025 19:28:23 -0400 (0:00:00.337) 0:12:26.375 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 25 October 2025 19:28:23 -0400 (0:00:00.026) 0:12:26.401 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 25 October 2025 19:28:23 -0400 (0:00:00.019) 0:12:26.421 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 25 October 2025 19:28:23 -0400 (0:00:00.026) 0:12:26.447 ****** ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 25 October 2025 19:28:23 -0400 (0:00:00.024) 0:12:26.472 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 25 October 2025 19:28:23 -0400 (0:00:00.035) 0:12:26.507 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 25 October 2025 19:28:23 -0400 (0:00:00.044) 0:12:26.551 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 25 October 2025 19:28:23 -0400 (0:00:00.031) 0:12:26.583 ****** ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 25 October 2025 19:28:25 -0400 (0:00:02.483) 0:12:29.067 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 25 October 2025 19:28:25 -0400 (0:00:00.020) 0:12:29.088 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 25 October 2025 19:28:25 -0400 (0:00:00.019) 0:12:29.107 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 25 October 2025 19:28:25 -0400 (0:00:00.031) 0:12:29.139 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 25 October 2025 19:28:25 -0400 (0:00:00.027) 0:12:29.167 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 25 October 2025 19:28:25 -0400 (0:00:00.039) 0:12:29.206 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 25 October 2025 19:28:25 -0400 (0:00:00.026) 0:12:29.232 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 25 October 2025 19:28:25 -0400 (0:00:00.021) 0:12:29.253 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 25 October 2025 19:28:25 -0400 (0:00:00.020) 0:12:29.274 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 25 October 2025 19:28:25 -0400 (0:00:00.031) 0:12:29.306 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 25 October 2025 19:28:25 -0400 (0:00:00.032) 0:12:29.338 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 25 October 2025 19:28:25 -0400 (0:00:00.027) 0:12:29.365 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.023) 0:12:29.389 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.020) 0:12:29.409 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.025) 0:12:29.434 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.023) 0:12:29.457 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.031) 0:12:29.489 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.034) 0:12:29.523 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.026) 0:12:29.549 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.028) 0:12:29.578 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.022) 0:12:29.600 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.023) 0:12:29.623 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.019) 0:12:29.642 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.024) 0:12:29.667 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.023) 0:12:29.691 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.027) 0:12:29.718 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.021) 0:12:29.740 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.020) 0:12:29.761 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.020) 0:12:29.781 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.022) 0:12:29.803 ****** skipping: [managed-node5] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.021) 0:12:29.825 ****** skipping: [managed-node5] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.025) 0:12:29.850 ****** skipping: [managed-node5] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.025) 0:12:29.876 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.033) 0:12:29.909 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.027) 0:12:29.936 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.037) 0:12:29.973 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.034) 0:12:30.008 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.031) 0:12:30.039 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.042) 0:12:30.082 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.037) 0:12:30.120 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.036) 0:12:30.156 ****** skipping: [managed-node5] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.030) 0:12:30.187 ****** skipping: [managed-node5] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.026) 0:12:30.213 ****** skipping: [managed-node5] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.023) 0:12:30.237 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.022) 0:12:30.259 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.023) 0:12:30.283 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.029) 0:12:30.312 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.025) 0:12:30.338 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 25 October 2025 19:28:26 -0400 (0:00:00.025) 0:12:30.364 ****** ok: [managed-node5] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.021) 0:12:30.386 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.021) 0:12:30.407 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.021) 0:12:30.429 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.019) 0:12:30.448 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.021) 0:12:30.469 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.019) 0:12:30.489 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.020) 0:12:30.509 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.020) 0:12:30.530 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.019) 0:12:30.550 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.020) 0:12:30.570 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.022) 0:12:30.593 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:86 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.018) 0:12:30.611 ****** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.059) 0:12:30.670 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.079) 0:12:30.750 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.040) 0:12:30.791 ****** skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.109) 0:12:30.900 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.049) 0:12:30.950 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.038) 0:12:30.988 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.027) 0:12:31.015 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.033) 0:12:31.049 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.082) 0:12:31.132 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.025) 0:12:31.157 ****** ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.031) 0:12:31.189 ****** ok: [managed-node5] => { "storage_volumes | d([])": [ { "disks": [ "sdd" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.033) 0:12:31.222 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.026) 0:12:31.248 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.027) 0:12:31.276 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.022) 0:12:31.298 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.021) 0:12:31.319 ****** ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 25 October 2025 19:28:27 -0400 (0:00:00.037) 0:12:31.356 ****** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 25 October 2025 19:28:28 -0400 (0:00:00.022) 0:12:31.379 ****** ok: [managed-node5] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 25 October 2025 19:28:32 -0400 (0:00:04.705) 0:12:36.084 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 25 October 2025 19:28:32 -0400 (0:00:00.031) 0:12:36.115 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434899.0463367, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "42ca82104f3f22800e1a69f28e5bb1484cbc88d2", "ctime": 1761434899.0443366, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 318767254, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761434899.0443366, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1483, "uid": 0, "version": "3162130246", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 25 October 2025 19:28:33 -0400 (0:00:00.593) 0:12:36.708 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 25 October 2025 19:28:33 -0400 (0:00:00.050) 0:12:36.759 ****** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 25 October 2025 19:28:33 -0400 (0:00:00.039) 0:12:36.799 ****** ok: [managed-node5] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 25 October 2025 19:28:33 -0400 (0:00:00.040) 0:12:36.840 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 25 October 2025 19:28:33 -0400 (0:00:00.044) 0:12:36.884 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 25 October 2025 19:28:33 -0400 (0:00:00.047) 0:12:36.931 ****** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 25 October 2025 19:28:33 -0400 (0:00:00.028) 0:12:36.959 ****** ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 25 October 2025 19:28:34 -0400 (0:00:00.781) 0:12:37.741 ****** ok: [managed-node5] => (item={'src': 'UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667', '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=42ee83de-5bda-4830-9b05-09c7dfcbc667", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 25 October 2025 19:28:34 -0400 (0:00:00.437) 0:12:38.179 ****** skipping: [managed-node5] => (item={'src': 'UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667', '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=42ee83de-5bda-4830-9b05-09c7dfcbc667", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 25 October 2025 19:28:34 -0400 (0:00:00.085) 0:12:38.265 ****** ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 25 October 2025 19:28:35 -0400 (0:00:00.943) 0:12:39.208 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761432766.327623, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1761432700.6993117, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 517996679, "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": 1761432700.6983118, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2474424686", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 25 October 2025 19:28:36 -0400 (0:00:00.602) 0:12:39.810 ****** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 25 October 2025 19:28:36 -0400 (0:00:00.053) 0:12:39.863 ****** ok: [managed-node5] TASK [Verify results - 4] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:97 Saturday 25 October 2025 19:28:37 -0400 (0:00:01.039) 0:12:40.903 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node5 TASK [Print out pool information] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 25 October 2025 19:28:37 -0400 (0:00:00.099) 0:12:41.003 ****** skipping: [managed-node5] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 25 October 2025 19:28:37 -0400 (0:00:00.060) 0:12:41.063 ****** ok: [managed-node5] => { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 25 October 2025 19:28:37 -0400 (0:00:00.039) 0:12:41.103 ****** ok: [managed-node5] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "a2c98b3c-3e7a-48ed-8951-6fe9afc92b94" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdd": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "42ee83de-5bda-4830-9b05-09c7dfcbc667" }, "/dev/sde": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "e358a62b-e6ce-461f-870a-2a27d8b2f0f5" }, "/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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 25 October 2025 19:28:38 -0400 (0:00:00.659) 0:12:41.763 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002082", "end": "2025-10-25 19:28:38.969090", "rc": 0, "start": "2025-10-25 19:28:38.967008" } 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=a2c98b3c-3e7a-48ed-8951-6fe9afc92b94 /opt/test1 xfs defaults 0 0 UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 25 October 2025 19:28:39 -0400 (0:00:00.702) 0:12:42.465 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002340", "end": "2025-10-25 19:28:39.641801", "failed_when_result": false, "rc": 0, "start": "2025-10-25 19:28:39.639461" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 25 October 2025 19:28:39 -0400 (0:00:00.628) 0:12:43.094 ****** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 25 October 2025 19:28:39 -0400 (0:00:00.027) 0:12:43.121 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node5 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 25 October 2025 19:28:39 -0400 (0:00:00.055) 0:12:43.177 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 25 October 2025 19:28:39 -0400 (0:00:00.036) 0:12:43.214 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node5 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.215) 0:12:43.430 ****** ok: [managed-node5] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.035) 0:12:43.466 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.095) 0:12:43.561 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.070) 0:12:43.632 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.075) 0:12:43.708 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.045) 0:12:43.753 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.057) 0:12:43.810 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.047) 0:12:43.858 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.070) 0:12:43.929 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.072) 0:12:44.001 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.077) 0:12:44.079 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.029) 0:12:44.108 ****** ok: [managed-node5] => { "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=42ee83de-5bda-4830-9b05-09c7dfcbc667 " ], "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.087) 0:12:44.195 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.040) 0:12:44.235 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.036) 0:12:44.272 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.030) 0:12:44.302 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.036) 0:12:44.339 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 25 October 2025 19:28:40 -0400 (0:00:00.027) 0:12:44.366 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 25 October 2025 19:28:41 -0400 (0:00:00.048) 0:12:44.415 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 25 October 2025 19:28:41 -0400 (0:00:00.042) 0:12:44.457 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434896.1683235, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1761434896.1683235, "dev": 6, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 37379, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1761434896.1683235, "nlink": 1, "path": "/dev/sdd", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 25 October 2025 19:28:41 -0400 (0:00:00.411) 0:12:44.869 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 25 October 2025 19:28:41 -0400 (0:00:00.048) 0:12:44.918 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 25 October 2025 19:28:41 -0400 (0:00:00.034) 0:12:44.952 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 25 October 2025 19:28:41 -0400 (0:00:00.047) 0:12:45.000 ****** ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 25 October 2025 19:28:41 -0400 (0:00:00.033) 0:12:45.033 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 25 October 2025 19:28:41 -0400 (0:00:00.035) 0:12:45.069 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 25 October 2025 19:28:41 -0400 (0:00:00.035) 0:12:45.105 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 25 October 2025 19:28:41 -0400 (0:00:00.030) 0:12:45.136 ****** ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 25 October 2025 19:28:44 -0400 (0:00:02.532) 0:12:47.668 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.029) 0:12:47.698 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.031) 0:12:47.729 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.039) 0:12:47.768 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.029) 0:12:47.798 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.028) 0:12:47.827 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.032) 0:12:47.859 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.029) 0:12:47.889 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.026) 0:12:47.916 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.039) 0:12:47.955 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.035) 0:12:47.990 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.029) 0:12:48.020 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.027) 0:12:48.047 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.025) 0:12:48.073 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.019) 0:12:48.092 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.026) 0:12:48.119 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.023) 0:12:48.142 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.018) 0:12:48.161 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.020) 0:12:48.181 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.019) 0:12:48.201 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.019) 0:12:48.220 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.019) 0:12:48.240 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.018) 0:12:48.258 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.018) 0:12:48.276 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.020) 0:12:48.297 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.026) 0:12:48.324 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 25 October 2025 19:28:44 -0400 (0:00:00.021) 0:12:48.345 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.033) 0:12:48.378 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.037) 0:12:48.416 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.038) 0:12:48.455 ****** skipping: [managed-node5] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.039) 0:12:48.494 ****** skipping: [managed-node5] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.023) 0:12:48.518 ****** skipping: [managed-node5] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.032) 0:12:48.551 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.037) 0:12:48.588 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.030) 0:12:48.618 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.035) 0:12:48.654 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.053) 0:12:48.708 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.033) 0:12:48.741 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.045) 0:12:48.786 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.042) 0:12:48.829 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.029) 0:12:48.859 ****** skipping: [managed-node5] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.031) 0:12:48.890 ****** skipping: [managed-node5] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.030) 0:12:48.921 ****** skipping: [managed-node5] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.035) 0:12:48.956 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.042) 0:12:48.999 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.035) 0:12:49.034 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.030) 0:12:49.065 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.061) 0:12:49.127 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.064) 0:12:49.191 ****** ok: [managed-node5] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.087) 0:12:49.279 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.046) 0:12:49.326 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 25 October 2025 19:28:45 -0400 (0:00:00.045) 0:12:49.372 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.038) 0:12:49.411 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.039) 0:12:49.450 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.046) 0:12:49.497 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.031) 0:12:49.528 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.032) 0:12:49.561 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.029) 0:12:49.591 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.028) 0:12:49.619 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.030) 0:12:49.650 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:100 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.034) 0:12:49.685 ****** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.097) 0:12:49.782 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.137) 0:12:49.919 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.072) 0:12:49.992 ****** skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.153) 0:12:50.145 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.031) 0:12:50.177 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.042) 0:12:50.220 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.056) 0:12:50.277 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 25 October 2025 19:28:46 -0400 (0:00:00.030) 0:12:50.307 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 25 October 2025 19:28:47 -0400 (0:00:00.087) 0:12:50.394 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 25 October 2025 19:28:47 -0400 (0:00:00.062) 0:12:50.457 ****** ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 25 October 2025 19:28:47 -0400 (0:00:00.085) 0:12:50.543 ****** ok: [managed-node5] => { "storage_volumes | d([])": [ { "disks": [ "sdd" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 25 October 2025 19:28:47 -0400 (0:00:00.041) 0:12:50.584 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 25 October 2025 19:28:47 -0400 (0:00:00.042) 0:12:50.626 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 25 October 2025 19:28:47 -0400 (0:00:00.085) 0:12:50.712 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 25 October 2025 19:28:47 -0400 (0:00:00.087) 0:12:50.800 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 25 October 2025 19:28:47 -0400 (0:00:00.064) 0:12:50.864 ****** ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 25 October 2025 19:28:47 -0400 (0:00:00.069) 0:12:50.934 ****** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 25 October 2025 19:28:47 -0400 (0:00:00.029) 0:12:50.963 ****** changed: [managed-node5] => { "actions": [ { "action": "destroy format", "device": "/dev/sdd", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "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=f16943e9-30a3-42c8-99e7-68127c909a6b", "state": "present" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 25 October 2025 19:28:52 -0400 (0:00:04.818) 0:12:55.781 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 25 October 2025 19:28:52 -0400 (0:00:00.033) 0:12:55.815 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434899.0463367, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "42ca82104f3f22800e1a69f28e5bb1484cbc88d2", "ctime": 1761434899.0443366, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 318767254, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761434899.0443366, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1483, "uid": 0, "version": "3162130246", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 25 October 2025 19:28:52 -0400 (0:00:00.370) 0:12:56.185 ****** ok: [managed-node5] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 25 October 2025 19:28:53 -0400 (0:00:00.344) 0:12:56.529 ****** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 25 October 2025 19:28:53 -0400 (0:00:00.019) 0:12:56.549 ****** ok: [managed-node5] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdd", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667", "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=f16943e9-30a3-42c8-99e7-68127c909a6b", "state": "present" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 25 October 2025 19:28:53 -0400 (0:00:00.035) 0:12:56.585 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 25 October 2025 19:28:53 -0400 (0:00:00.027) 0:12:56.612 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 25 October 2025 19:28:53 -0400 (0:00:00.023) 0:12:56.636 ****** changed: [managed-node5] => (item={'src': 'UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667', '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=42ee83de-5bda-4830-9b05-09c7dfcbc667", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=42ee83de-5bda-4830-9b05-09c7dfcbc667" } ok: [managed-node5] => (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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 25 October 2025 19:28:53 -0400 (0:00:00.686) 0:12:57.323 ****** ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 25 October 2025 19:28:54 -0400 (0:00:00.620) 0:12:57.943 ****** changed: [managed-node5] => (item={'src': 'UUID=f16943e9-30a3-42c8-99e7-68127c909a6b', '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=f16943e9-30a3-42c8-99e7-68127c909a6b", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 25 October 2025 19:28:54 -0400 (0:00:00.349) 0:12:58.292 ****** skipping: [managed-node5] => (item={'src': 'UUID=f16943e9-30a3-42c8-99e7-68127c909a6b', '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=f16943e9-30a3-42c8-99e7-68127c909a6b", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 25 October 2025 19:28:54 -0400 (0:00:00.028) 0:12:58.321 ****** ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 25 October 2025 19:28:55 -0400 (0:00:00.599) 0:12:58.921 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761432766.327623, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1761432700.6993117, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 517996679, "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": 1761432700.6983118, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2474424686", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 25 October 2025 19:28:55 -0400 (0:00:00.338) 0:12:59.259 ****** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 25 October 2025 19:28:55 -0400 (0:00:00.018) 0:12:59.278 ****** ok: [managed-node5] TASK [Verify results - 5] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:110 Saturday 25 October 2025 19:28:56 -0400 (0:00:00.733) 0:13:00.012 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node5 TASK [Print out pool information] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 25 October 2025 19:28:56 -0400 (0:00:00.080) 0:13:00.092 ****** skipping: [managed-node5] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 25 October 2025 19:28:56 -0400 (0:00:00.021) 0:13:00.113 ****** ok: [managed-node5] => { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 25 October 2025 19:28:56 -0400 (0:00:00.024) 0:13:00.138 ****** ok: [managed-node5] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "a2c98b3c-3e7a-48ed-8951-6fe9afc92b94" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdd": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "f16943e9-30a3-42c8-99e7-68127c909a6b" }, "/dev/sde": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "e358a62b-e6ce-461f-870a-2a27d8b2f0f5" }, "/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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 25 October 2025 19:28:57 -0400 (0:00:00.349) 0:13:00.488 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002092", "end": "2025-10-25 19:28:57.402340", "rc": 0, "start": "2025-10-25 19:28:57.400248" } 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=a2c98b3c-3e7a-48ed-8951-6fe9afc92b94 /opt/test1 xfs defaults 0 0 UUID=f16943e9-30a3-42c8-99e7-68127c909a6b none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 25 October 2025 19:28:57 -0400 (0:00:00.339) 0:13:00.828 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002307", "end": "2025-10-25 19:28:57.732055", "failed_when_result": false, "rc": 0, "start": "2025-10-25 19:28:57.729748" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 25 October 2025 19:28:57 -0400 (0:00:00.334) 0:13:01.162 ****** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 25 October 2025 19:28:57 -0400 (0:00:00.020) 0:13:01.183 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node5 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 25 October 2025 19:28:57 -0400 (0:00:00.035) 0:13:01.218 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 25 October 2025 19:28:57 -0400 (0:00:00.029) 0:13:01.248 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node5 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 25 October 2025 19:28:57 -0400 (0:00:00.097) 0:13:01.346 ****** ok: [managed-node5] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 25 October 2025 19:28:57 -0400 (0:00:00.024) 0:13:01.370 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 25 October 2025 19:28:58 -0400 (0:00:00.025) 0:13:01.396 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 25 October 2025 19:28:58 -0400 (0:00:00.022) 0:13:01.419 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 25 October 2025 19:28:58 -0400 (0:00:00.026) 0:13:01.445 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 25 October 2025 19:28:58 -0400 (0:00:00.024) 0:13:01.470 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 25 October 2025 19:28:58 -0400 (0:00:00.025) 0:13:01.495 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 25 October 2025 19:28:58 -0400 (0:00:00.030) 0:13:01.526 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "realpath", "/dev/sdd" ], "delta": "0:00:00.002704", "end": "2025-10-25 19:28:58.497924", "rc": 0, "start": "2025-10-25 19:28:58.495220" } STDOUT: /dev/sdd TASK [Gather swap info] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 25 October 2025 19:28:58 -0400 (0:00:00.412) 0:13:01.939 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002459", "end": "2025-10-25 19:28:58.876796", "rc": 0, "start": "2025-10-25 19:28:58.874337" } STDOUT: Filename Type Size Used Priority /dev/sdd partition 1073741820 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 25 October 2025 19:28:58 -0400 (0:00:00.370) 0:13:02.309 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 25 October 2025 19:28:58 -0400 (0:00:00.027) 0:13:02.336 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 25 October 2025 19:28:58 -0400 (0:00:00.018) 0:13:02.355 ****** ok: [managed-node5] => { "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=f16943e9-30a3-42c8-99e7-68127c909a6b " ], "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.039) 0:13:02.394 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.023) 0:13:02.418 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.022) 0:13:02.440 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.018) 0:13:02.459 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.024) 0:13:02.483 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.019) 0:13:02.503 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.030) 0:13:02.533 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.042) 0:13:02.576 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434932.0544853, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1761434932.034485, "dev": 6, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 37379, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1761434932.034485, "nlink": 1, "path": "/dev/sdd", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.355) 0:13:02.931 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.028) 0:13:02.959 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.058) 0:13:03.018 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.038) 0:13:03.056 ****** ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.033) 0:13:03.089 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.026) 0:13:03.116 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.036) 0:13:03.152 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 25 October 2025 19:28:59 -0400 (0:00:00.029) 0:13:03.182 ****** ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 25 October 2025 19:29:02 -0400 (0:00:02.518) 0:13:05.701 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.028) 0:13:05.729 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.027) 0:13:05.757 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.051) 0:13:05.808 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.039) 0:13:05.848 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.032) 0:13:05.881 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.025) 0:13:05.907 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.024) 0:13:05.931 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.025) 0:13:05.957 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.035) 0:13:05.992 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.051) 0:13:06.043 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.036) 0:13:06.079 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.031) 0:13:06.110 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.024) 0:13:06.135 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.026) 0:13:06.161 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.020) 0:13:06.182 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.026) 0:13:06.209 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.020) 0:13:06.229 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.022) 0:13:06.251 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.020) 0:13:06.272 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.021) 0:13:06.293 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.023) 0:13:06.317 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.019) 0:13:06.337 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 25 October 2025 19:29:02 -0400 (0:00:00.019) 0:13:06.356 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.020) 0:13:06.377 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.022) 0:13:06.399 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.028) 0:13:06.428 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.025) 0:13:06.453 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.035) 0:13:06.488 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.033) 0:13:06.521 ****** skipping: [managed-node5] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.030) 0:13:06.552 ****** skipping: [managed-node5] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.031) 0:13:06.584 ****** skipping: [managed-node5] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.033) 0:13:06.618 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.053) 0:13:06.672 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.057) 0:13:06.729 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.051) 0:13:06.780 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.034) 0:13:06.815 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.033) 0:13:06.848 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.043) 0:13:06.892 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.031) 0:13:06.923 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.040) 0:13:06.964 ****** skipping: [managed-node5] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.042) 0:13:07.007 ****** skipping: [managed-node5] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.034) 0:13:07.041 ****** skipping: [managed-node5] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.039) 0:13:07.081 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.032) 0:13:07.114 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.021) 0:13:07.135 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.024) 0:13:07.159 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.021) 0:13:07.181 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.022) 0:13:07.203 ****** ok: [managed-node5] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.026) 0:13:07.229 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.026) 0:13:07.255 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.030) 0:13:07.286 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.024) 0:13:07.310 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.032) 0:13:07.343 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 25 October 2025 19:29:03 -0400 (0:00:00.030) 0:13:07.373 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.027) 0:13:07.401 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.033) 0:13:07.435 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.036) 0:13:07.472 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.040) 0:13:07.512 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.055) 0:13:07.567 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:113 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.038) 0:13:07.606 ****** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.152) 0:13:07.758 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.037) 0:13:07.796 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.041) 0:13:07.837 ****** skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.067) 0:13:07.905 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.020) 0:13:07.925 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.020) 0:13:07.946 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.018) 0:13:07.965 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.021) 0:13:07.986 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.060) 0:13:08.046 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.046) 0:13:08.093 ****** ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.071) 0:13:08.164 ****** ok: [managed-node5] => { "storage_volumes | d([])": [ { "disks": [ "sdd" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.053) 0:13:08.217 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.030) 0:13:08.248 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.037) 0:13:08.285 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.036) 0:13:08.322 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 25 October 2025 19:29:04 -0400 (0:00:00.036) 0:13:08.358 ****** ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 25 October 2025 19:29:05 -0400 (0:00:00.057) 0:13:08.416 ****** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 25 October 2025 19:29:05 -0400 (0:00:00.037) 0:13:08.453 ****** ok: [managed-node5] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 25 October 2025 19:29:09 -0400 (0:00:04.428) 0:13:12.881 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 25 October 2025 19:29:09 -0400 (0:00:00.085) 0:13:12.967 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434935.3775003, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "42978141ddabc6c82df7b8b2c7f1c7eb755d73cd", "ctime": 1761434934.863498, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 318767254, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761434934.863498, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1478, "uid": 0, "version": "3162130246", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 25 October 2025 19:29:10 -0400 (0:00:00.739) 0:13:13.707 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 25 October 2025 19:29:10 -0400 (0:00:00.056) 0:13:13.764 ****** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 25 October 2025 19:29:10 -0400 (0:00:00.034) 0:13:13.798 ****** ok: [managed-node5] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 25 October 2025 19:29:10 -0400 (0:00:00.073) 0:13:13.872 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 25 October 2025 19:29:10 -0400 (0:00:00.057) 0:13:13.929 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 25 October 2025 19:29:10 -0400 (0:00:00.060) 0:13:13.990 ****** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 25 October 2025 19:29:10 -0400 (0:00:00.039) 0:13:14.029 ****** ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 25 October 2025 19:29:11 -0400 (0:00:00.872) 0:13:14.902 ****** ok: [managed-node5] => (item={'src': 'UUID=f16943e9-30a3-42c8-99e7-68127c909a6b', '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=f16943e9-30a3-42c8-99e7-68127c909a6b", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 25 October 2025 19:29:12 -0400 (0:00:00.736) 0:13:15.639 ****** skipping: [managed-node5] => (item={'src': 'UUID=f16943e9-30a3-42c8-99e7-68127c909a6b', '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=f16943e9-30a3-42c8-99e7-68127c909a6b", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 25 October 2025 19:29:12 -0400 (0:00:00.074) 0:13:15.713 ****** ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 25 October 2025 19:29:13 -0400 (0:00:00.911) 0:13:16.624 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761432766.327623, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1761432700.6993117, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 517996679, "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": 1761432700.6983118, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2474424686", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 25 October 2025 19:29:13 -0400 (0:00:00.634) 0:13:17.259 ****** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 25 October 2025 19:29:13 -0400 (0:00:00.071) 0:13:17.330 ****** ok: [managed-node5] TASK [Verify results - 6] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:123 Saturday 25 October 2025 19:29:14 -0400 (0:00:00.761) 0:13:18.092 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node5 TASK [Print out pool information] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 25 October 2025 19:29:14 -0400 (0:00:00.048) 0:13:18.140 ****** skipping: [managed-node5] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 25 October 2025 19:29:14 -0400 (0:00:00.019) 0:13:18.160 ****** ok: [managed-node5] => { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 25 October 2025 19:29:14 -0400 (0:00:00.030) 0:13:18.190 ****** ok: [managed-node5] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "a2c98b3c-3e7a-48ed-8951-6fe9afc92b94" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdd": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "f16943e9-30a3-42c8-99e7-68127c909a6b" }, "/dev/sde": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "e358a62b-e6ce-461f-870a-2a27d8b2f0f5" }, "/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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 25 October 2025 19:29:15 -0400 (0:00:00.389) 0:13:18.580 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002164", "end": "2025-10-25 19:29:15.527615", "rc": 0, "start": "2025-10-25 19:29:15.525451" } 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=a2c98b3c-3e7a-48ed-8951-6fe9afc92b94 /opt/test1 xfs defaults 0 0 UUID=f16943e9-30a3-42c8-99e7-68127c909a6b none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 25 October 2025 19:29:15 -0400 (0:00:00.373) 0:13:18.953 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002037", "end": "2025-10-25 19:29:15.857897", "failed_when_result": false, "rc": 0, "start": "2025-10-25 19:29:15.855860" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 25 October 2025 19:29:15 -0400 (0:00:00.328) 0:13:19.281 ****** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 25 October 2025 19:29:15 -0400 (0:00:00.019) 0:13:19.301 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node5 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 25 October 2025 19:29:15 -0400 (0:00:00.035) 0:13:19.336 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 25 October 2025 19:29:15 -0400 (0:00:00.024) 0:13:19.360 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node5 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 25 October 2025 19:29:16 -0400 (0:00:00.161) 0:13:19.522 ****** ok: [managed-node5] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 25 October 2025 19:29:16 -0400 (0:00:00.034) 0:13:19.557 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 25 October 2025 19:29:16 -0400 (0:00:00.040) 0:13:19.597 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 25 October 2025 19:29:16 -0400 (0:00:00.031) 0:13:19.628 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 25 October 2025 19:29:16 -0400 (0:00:00.036) 0:13:19.665 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 25 October 2025 19:29:16 -0400 (0:00:00.028) 0:13:19.694 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 25 October 2025 19:29:16 -0400 (0:00:00.030) 0:13:19.724 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 25 October 2025 19:29:16 -0400 (0:00:00.029) 0:13:19.753 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "realpath", "/dev/sdd" ], "delta": "0:00:00.002314", "end": "2025-10-25 19:29:16.713635", "rc": 0, "start": "2025-10-25 19:29:16.711321" } STDOUT: /dev/sdd TASK [Gather swap info] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 25 October 2025 19:29:16 -0400 (0:00:00.405) 0:13:20.158 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002002", "end": "2025-10-25 19:29:17.125133", "rc": 0, "start": "2025-10-25 19:29:17.123131" } STDOUT: Filename Type Size Used Priority /dev/sdd partition 1073741820 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 25 October 2025 19:29:17 -0400 (0:00:00.405) 0:13:20.564 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 25 October 2025 19:29:17 -0400 (0:00:00.040) 0:13:20.605 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 25 October 2025 19:29:17 -0400 (0:00:00.029) 0:13:20.634 ****** ok: [managed-node5] => { "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=f16943e9-30a3-42c8-99e7-68127c909a6b " ], "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 25 October 2025 19:29:17 -0400 (0:00:00.138) 0:13:20.772 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 25 October 2025 19:29:17 -0400 (0:00:00.037) 0:13:20.810 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 25 October 2025 19:29:17 -0400 (0:00:00.034) 0:13:20.845 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 25 October 2025 19:29:17 -0400 (0:00:00.029) 0:13:20.875 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 25 October 2025 19:29:17 -0400 (0:00:00.034) 0:13:20.909 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 25 October 2025 19:29:17 -0400 (0:00:00.028) 0:13:20.938 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 25 October 2025 19:29:17 -0400 (0:00:00.039) 0:13:20.977 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 25 October 2025 19:29:17 -0400 (0:00:00.037) 0:13:21.015 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434932.0544853, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1761434932.034485, "dev": 6, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 37379, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1761434932.034485, "nlink": 1, "path": "/dev/sdd", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 25 October 2025 19:29:18 -0400 (0:00:00.427) 0:13:21.443 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 25 October 2025 19:29:18 -0400 (0:00:00.043) 0:13:21.486 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 25 October 2025 19:29:18 -0400 (0:00:00.030) 0:13:21.516 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 25 October 2025 19:29:18 -0400 (0:00:00.047) 0:13:21.563 ****** ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 25 October 2025 19:29:18 -0400 (0:00:00.034) 0:13:21.598 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 25 October 2025 19:29:18 -0400 (0:00:00.042) 0:13:21.640 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 25 October 2025 19:29:18 -0400 (0:00:00.044) 0:13:21.685 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 25 October 2025 19:29:18 -0400 (0:00:00.040) 0:13:21.725 ****** ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 25 October 2025 19:29:21 -0400 (0:00:02.841) 0:13:24.567 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.039) 0:13:24.607 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.047) 0:13:24.654 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.074) 0:13:24.729 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.075) 0:13:24.805 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.069) 0:13:24.875 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.046) 0:13:24.922 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.065) 0:13:24.988 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.033) 0:13:25.022 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.038) 0:13:25.061 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.039) 0:13:25.101 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.067) 0:13:25.168 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.051) 0:13:25.219 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.033) 0:13:25.252 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.059) 0:13:25.312 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 25 October 2025 19:29:21 -0400 (0:00:00.039) 0:13:25.352 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.050) 0:13:25.402 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.054) 0:13:25.457 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.042) 0:13:25.499 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.082) 0:13:25.582 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.070) 0:13:25.652 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.084) 0:13:25.736 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.054) 0:13:25.791 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.030) 0:13:25.821 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.032) 0:13:25.854 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.039) 0:13:25.894 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.032) 0:13:25.927 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.054) 0:13:25.982 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.083) 0:13:26.065 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.047) 0:13:26.113 ****** skipping: [managed-node5] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.034) 0:13:26.148 ****** skipping: [managed-node5] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.042) 0:13:26.190 ****** skipping: [managed-node5] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.046) 0:13:26.237 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.032) 0:13:26.270 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.044) 0:13:26.314 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 25 October 2025 19:29:22 -0400 (0:00:00.033) 0:13:26.348 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.032) 0:13:26.381 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.037) 0:13:26.419 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.030) 0:13:26.449 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.030) 0:13:26.479 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.029) 0:13:26.509 ****** skipping: [managed-node5] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.029) 0:13:26.539 ****** skipping: [managed-node5] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.032) 0:13:26.571 ****** skipping: [managed-node5] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.035) 0:13:26.607 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.032) 0:13:26.639 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.037) 0:13:26.677 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.059) 0:13:26.736 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.066) 0:13:26.803 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.119) 0:13:26.923 ****** ok: [managed-node5] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.061) 0:13:26.984 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.099) 0:13:27.084 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.084) 0:13:27.169 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.057) 0:13:27.226 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.069) 0:13:27.295 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 25 October 2025 19:29:23 -0400 (0:00:00.050) 0:13:27.346 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.050) 0:13:27.397 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.053) 0:13:27.451 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.068) 0:13:27.519 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.071) 0:13:27.590 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.050) 0:13:27.641 ****** ok: [managed-node5] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:126 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.033) 0:13:27.674 ****** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.143) 0:13:27.817 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.063) 0:13:27.880 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.041) 0:13:27.922 ****** skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-2uC/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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.094) 0:13:28.017 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.032) 0:13:28.049 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.031) 0:13:28.081 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.028) 0:13:28.109 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.027) 0:13:28.136 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.071) 0:13:28.208 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.032) 0:13:28.240 ****** ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.034) 0:13:28.274 ****** ok: [managed-node5] => { "storage_volumes | d([])": [ { "disks": [ "sdd" ], "mount_point": "/opt/test", "name": "test1", "state": "absent", "type": "disk" }, { "disks": [ "sde" ], "mount_point": "none", "name": "test2", "state": "absent", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.036) 0:13:28.311 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 25 October 2025 19:29:24 -0400 (0:00:00.030) 0:13:28.342 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 25 October 2025 19:29:25 -0400 (0:00:00.032) 0:13:28.374 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 25 October 2025 19:29:25 -0400 (0:00:00.031) 0:13:28.405 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 25 October 2025 19:29:25 -0400 (0:00:00.034) 0:13:28.440 ****** ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 25 October 2025 19:29:25 -0400 (0:00:00.056) 0:13:28.497 ****** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 25 October 2025 19:29:25 -0400 (0:00:00.042) 0:13:28.540 ****** changed: [managed-node5] => { "actions": [ { "action": "destroy format", "device": "/dev/sde", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "state": "absent" } ], "packages": [ "mdadm", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_mount_id": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "_raw_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sde", "_mount_id": "UUID=e358a62b-e6ce-461f-870a-2a27d8b2f0f5", "_raw_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 25 October 2025 19:29:29 -0400 (0:00:04.621) 0:13:33.161 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 25 October 2025 19:29:29 -0400 (0:00:00.021) 0:13:33.183 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434935.3775003, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "42978141ddabc6c82df7b8b2c7f1c7eb755d73cd", "ctime": 1761434934.863498, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 318767254, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761434934.863498, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1478, "uid": 0, "version": "3162130246", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 25 October 2025 19:29:30 -0400 (0:00:00.344) 0:13:33.528 ****** ok: [managed-node5] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 25 October 2025 19:29:30 -0400 (0:00:00.370) 0:13:33.898 ****** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 25 October 2025 19:29:30 -0400 (0:00:00.021) 0:13:33.920 ****** ok: [managed-node5] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sde", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "state": "absent" } ], "packages": [ "mdadm", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_mount_id": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "_raw_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sde", "_mount_id": "UUID=e358a62b-e6ce-461f-870a-2a27d8b2f0f5", "_raw_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 25 October 2025 19:29:30 -0400 (0:00:00.029) 0:13:33.949 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 25 October 2025 19:29:30 -0400 (0:00:00.028) 0:13:33.977 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_mount_id": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "_raw_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sde", "_mount_id": "UUID=e358a62b-e6ce-461f-870a-2a27d8b2f0f5", "_raw_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 25 October 2025 19:29:30 -0400 (0:00:00.029) 0:13:34.006 ****** changed: [managed-node5] => (item={'src': 'UUID=f16943e9-30a3-42c8-99e7-68127c909a6b', '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=f16943e9-30a3-42c8-99e7-68127c909a6b", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 25 October 2025 19:29:30 -0400 (0:00:00.350) 0:13:34.356 ****** ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 25 October 2025 19:29:31 -0400 (0:00:00.612) 0:13:34.969 ****** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 25 October 2025 19:29:31 -0400 (0:00:00.023) 0:13:34.993 ****** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 25 October 2025 19:29:31 -0400 (0:00:00.026) 0:13:35.020 ****** ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 25 October 2025 19:29:32 -0400 (0:00:00.743) 0:13:35.764 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761432766.327623, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1761432700.6993117, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 517996679, "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": 1761432700.6983118, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2474424686", "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-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 25 October 2025 19:29:32 -0400 (0:00:00.423) 0:13:36.187 ****** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 25 October 2025 19:29:32 -0400 (0:00:00.027) 0:13:36.215 ****** ok: [managed-node5] TASK [Verify results - 7] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:142 Saturday 25 October 2025 19:29:33 -0400 (0:00:00.787) 0:13:37.003 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node5 TASK [Print out pool information] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 25 October 2025 19:29:33 -0400 (0:00:00.081) 0:13:37.085 ****** skipping: [managed-node5] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 25 October 2025 19:29:33 -0400 (0:00:00.037) 0:13:37.123 ****** ok: [managed-node5] => { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_mount_id": "UUID=f16943e9-30a3-42c8-99e7-68127c909a6b", "_raw_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sde", "_mount_id": "UUID=e358a62b-e6ce-461f-870a-2a27d8b2f0f5", "_raw_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 25 October 2025 19:29:33 -0400 (0:00:00.038) 0:13:37.161 ****** ok: [managed-node5] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "a2c98b3c-3e7a-48ed-8951-6fe9afc92b94" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "4397f2cb-bc92-00ef-f930-1c78cdf3d1c0" }, "/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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 25 October 2025 19:29:34 -0400 (0:00:00.460) 0:13:37.622 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002066", "end": "2025-10-25 19:29:34.561062", "rc": 0, "start": "2025-10-25 19:29:34.558996" } 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=a2c98b3c-3e7a-48ed-8951-6fe9afc92b94 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 25 October 2025 19:29:34 -0400 (0:00:00.401) 0:13:38.024 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002194", "end": "2025-10-25 19:29:35.012362", "failed_when_result": false, "rc": 0, "start": "2025-10-25 19:29:35.010168" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 25 October 2025 19:29:35 -0400 (0:00:00.413) 0:13:38.438 ****** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 25 October 2025 19:29:35 -0400 (0:00:00.019) 0:13:38.457 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node5 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 25 October 2025 19:29:35 -0400 (0:00:00.042) 0:13:38.500 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 25 October 2025 19:29:35 -0400 (0:00:00.023) 0:13:38.523 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node5 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 25 October 2025 19:29:35 -0400 (0:00:00.124) 0:13:38.648 ****** ok: [managed-node5] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 25 October 2025 19:29:35 -0400 (0:00:00.024) 0:13:38.673 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 25 October 2025 19:29:35 -0400 (0:00:00.025) 0:13:38.699 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 25 October 2025 19:29:35 -0400 (0:00:00.019) 0:13:38.718 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 25 October 2025 19:29:35 -0400 (0:00:00.015) 0:13:38.733 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 25 October 2025 19:29:35 -0400 (0:00:00.022) 0:13:38.755 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 25 October 2025 19:29:35 -0400 (0:00:00.015) 0:13:38.771 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 25 October 2025 19:29:35 -0400 (0:00:00.025) 0:13:38.796 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "realpath", "/dev/sdd" ], "delta": "0:00:00.002098", "end": "2025-10-25 19:29:35.711642", "rc": 0, "start": "2025-10-25 19:29:35.709544" } STDOUT: /dev/sdd TASK [Gather swap info] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 25 October 2025 19:29:35 -0400 (0:00:00.340) 0:13:39.136 ****** ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002308", "end": "2025-10-25 19:29:36.049105", "rc": 0, "start": "2025-10-25 19:29:36.046797" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.356) 0:13:39.493 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.032) 0:13:39.525 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.019) 0:13:39.545 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.049) 0:13:39.594 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.025) 0:13:39.620 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.025) 0:13:39.646 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.020) 0:13:39.666 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.024) 0:13:39.690 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.017) 0:13:39.708 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.020) 0:13:39.729 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.022) 0:13:39.751 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434969.6776547, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1761434969.6776547, "dev": 6, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 37379, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1761434969.6776547, "nlink": 1, "path": "/dev/sdd", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.338) 0:13:40.089 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.026) 0:13:40.115 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.019) 0:13:40.135 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.016) 0:13:40.152 ****** ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.023) 0:13:40.176 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.018) 0:13:40.194 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.016) 0:13:40.210 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 25 October 2025 19:29:36 -0400 (0:00:00.019) 0:13:40.229 ****** ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 25 October 2025 19:29:39 -0400 (0:00:02.457) 0:13:42.687 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.031) 0:13:42.719 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.029) 0:13:42.748 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.018) 0:13:42.767 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.024) 0:13:42.791 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.022) 0:13:42.814 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.018) 0:13:42.832 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.016) 0:13:42.849 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.023) 0:13:42.872 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.028) 0:13:42.900 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.026) 0:13:42.926 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.019) 0:13:42.946 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.020) 0:13:42.967 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.019) 0:13:42.986 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.020) 0:13:43.007 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.019) 0:13:43.027 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.019) 0:13:43.046 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.021) 0:13:43.067 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.019) 0:13:43.087 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.023) 0:13:43.111 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.025) 0:13:43.136 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.032) 0:13:43.168 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.030) 0:13:43.199 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.028) 0:13:43.227 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.025) 0:13:43.253 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.021) 0:13:43.274 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.026) 0:13:43.301 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.025) 0:13:43.326 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 25 October 2025 19:29:39 -0400 (0:00:00.027) 0:13:43.354 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.024) 0:13:43.378 ****** skipping: [managed-node5] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.019) 0:13:43.398 ****** skipping: [managed-node5] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.019) 0:13:43.418 ****** skipping: [managed-node5] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.021) 0:13:43.439 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.019) 0:13:43.458 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.019) 0:13:43.478 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.019) 0:13:43.497 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.020) 0:13:43.518 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.019) 0:13:43.537 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.025) 0:13:43.562 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.023) 0:13:43.586 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.032) 0:13:43.618 ****** skipping: [managed-node5] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.034) 0:13:43.653 ****** skipping: [managed-node5] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.030) 0:13:43.683 ****** skipping: [managed-node5] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.036) 0:13:43.720 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.031) 0:13:43.751 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.034) 0:13:43.786 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.037) 0:13:43.824 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.031) 0:13:43.856 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.040) 0:13:43.896 ****** ok: [managed-node5] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.031) 0:13:43.928 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.033) 0:13:43.962 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.038) 0:13:44.000 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.025) 0:13:44.026 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.029) 0:13:44.056 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.025) 0:13:44.081 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.022) 0:13:44.103 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.028) 0:13:44.132 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.023) 0:13:44.155 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.019) 0:13:44.175 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.017) 0:13:44.193 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.029) 0:13:44.222 ****** included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node5 included: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node5 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 25 October 2025 19:29:40 -0400 (0:00:00.096) 0:13:44.319 ****** ok: [managed-node5] => { "ansible_facts": { "storage_test_device_path": "/dev/sde" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.065) 0:13:44.384 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.040) 0:13:44.424 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.028) 0:13:44.453 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.017) 0:13:44.471 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.027) 0:13:44.499 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.016) 0:13:44.515 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.035) 0:13:44.551 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.021) 0:13:44.572 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.034) 0:13:44.607 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.030) 0:13:44.637 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.021) 0:13:44.659 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.049) 0:13:44.709 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.023) 0:13:44.733 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.024) 0:13:44.758 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.019) 0:13:44.777 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.023) 0:13:44.801 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.019) 0:13:44.820 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.026) 0:13:44.846 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.030) 0:13:44.877 ****** ok: [managed-node5] => { "changed": false, "stat": { "atime": 1761434969.6386547, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1761434969.6386547, "dev": 6, "device_type": 2112, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 37652, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1761434969.6386547, "nlink": 1, "path": "/dev/sde", "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.384) 0:13:45.262 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.037) 0:13:45.299 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.029) 0:13:45.329 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 25 October 2025 19:29:41 -0400 (0:00:00.024) 0:13:45.353 ****** ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 25 October 2025 19:29:42 -0400 (0:00:00.030) 0:13:45.384 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 25 October 2025 19:29:42 -0400 (0:00:00.029) 0:13:45.414 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 25 October 2025 19:29:42 -0400 (0:00:00.026) 0:13:45.440 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 25 October 2025 19:29:42 -0400 (0:00:00.029) 0:13:45.470 ****** ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 25 October 2025 19:29:44 -0400 (0:00:02.511) 0:13:47.981 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.021) 0:13:48.003 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.019) 0:13:48.022 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.015) 0:13:48.038 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.018) 0:13:48.056 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.019) 0:13:48.075 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.014) 0:13:48.090 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.017) 0:13:48.108 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.027) 0:13:48.135 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.039) 0:13:48.174 ****** ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.042) 0:13:48.217 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.034) 0:13:48.252 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.028) 0:13:48.280 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.025) 0:13:48.306 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.023) 0:13:48.329 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 25 October 2025 19:29:44 -0400 (0:00:00.021) 0:13:48.351 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.028) 0:13:48.379 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.020) 0:13:48.400 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.023) 0:13:48.424 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.027) 0:13:48.452 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.022) 0:13:48.474 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.029) 0:13:48.504 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.028) 0:13:48.533 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.027) 0:13:48.561 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.035) 0:13:48.596 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.066) 0:13:48.663 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.038) 0:13:48.701 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.030) 0:13:48.732 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.031) 0:13:48.763 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.081) 0:13:48.844 ****** skipping: [managed-node5] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.047) 0:13:48.892 ****** skipping: [managed-node5] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.036) 0:13:48.928 ****** skipping: [managed-node5] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.025) 0:13:48.954 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.031) 0:13:48.985 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.032) 0:13:49.018 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.033) 0:13:49.052 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.031) 0:13:49.084 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.024) 0:13:49.108 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.022) 0:13:49.131 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.021) 0:13:49.152 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.020) 0:13:49.172 ****** skipping: [managed-node5] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.020) 0:13:49.193 ****** skipping: [managed-node5] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.020) 0:13:49.213 ****** skipping: [managed-node5] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.021) 0:13:49.235 ****** skipping: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.020) 0:13:49.255 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.021) 0:13:49.277 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.027) 0:13:49.304 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.020) 0:13:49.325 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 25 October 2025 19:29:45 -0400 (0:00:00.029) 0:13:49.354 ****** ok: [managed-node5] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 25 October 2025 19:29:46 -0400 (0:00:00.036) 0:13:49.391 ****** ok: [managed-node5] => { "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-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 25 October 2025 19:29:46 -0400 (0:00:00.029) 0:13:49.420 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 25 October 2025 19:29:46 -0400 (0:00:00.031) 0:13:49.451 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 25 October 2025 19:29:46 -0400 (0:00:00.027) 0:13:49.479 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 25 October 2025 19:29:46 -0400 (0:00:00.023) 0:13:49.503 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 25 October 2025 19:29:46 -0400 (0:00:00.023) 0:13:49.526 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 25 October 2025 19:29:46 -0400 (0:00:00.027) 0:13:49.553 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 25 October 2025 19:29:46 -0400 (0:00:00.025) 0:13:49.579 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 25 October 2025 19:29:46 -0400 (0:00:00.023) 0:13:49.602 ****** skipping: [managed-node5] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 25 October 2025 19:29:46 -0400 (0:00:00.034) 0:13:49.637 ****** ok: [managed-node5] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 25 October 2025 19:29:46 -0400 (0:00:00.018) 0:13:49.656 ****** ok: [managed-node5] => { "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-node5 : 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 25 October 2025 19:29:46 -0400 (0:00:00.024) 0:13:49.681 ****** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state - 298.51s /tmp/collections-2uC/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 - 297.83s /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure blivet is available ------- 6.06s /tmp/collections-2uC/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.76s /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Gathering Facts --------------------------------------------------------- 4.82s /tmp/collections-2uC/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.82s /tmp/collections-2uC/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.71s /tmp/collections-2uC/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.62s /tmp/collections-2uC/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.43s /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure required packages are installed --- 4.41s /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Ensure cryptsetup is present -------------------------------------------- 4.18s /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure test packages ---------------------------------------------------- 3.82s /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Ensure test packages ---------------------------------------------------- 3.68s /tmp/collections-2uC/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 --- 3.66s /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 fedora.linux_system_roles.storage : Get service facts ------------------- 3.56s /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 fedora.linux_system_roles.storage : Get required packages --------------- 3.43s /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Ensure cryptsetup is present -------------------------------------------- 3.10s /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 2.84s /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Read the /etc/fstab file for volume existence --------------------------- 2.66s /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Find unused disks in the system ----------------------------------------- 2.66s /tmp/collections-2uC/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11