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 '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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Saturday 22 March 2025 18:52:01 -0400 (0:00:00.326) 0:00:00.326 ******** ok: [managed-node13] META: ran handlers TASK [Include role to ensure packages are installed] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:10 Saturday 22 March 2025 18:52:04 -0400 (0:00:03.669) 0:00:03.995 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 22 March 2025 18:52:05 -0400 (0:00:00.278) 0:00:04.274 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 22 March 2025 18:52:05 -0400 (0:00:00.395) 0:00:04.670 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 22 March 2025 18:52:06 -0400 (0:00:00.393) 0:00:05.063 ******** skipping: [managed-node13] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node13] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node13] => (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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node13] => (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-rL0/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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 22 March 2025 18:52:06 -0400 (0:00:00.625) 0:00:05.688 ******** ok: [managed-node13] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 22 March 2025 18:52:08 -0400 (0:00:01.902) 0:00:07.590 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 22 March 2025 18:52:08 -0400 (0:00:00.200) 0:00:07.791 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 22 March 2025 18:52:08 -0400 (0:00:00.112) 0:00:07.904 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 22 March 2025 18:52:09 -0400 (0:00:00.124) 0:00:08.028 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 22 March 2025 18:52:09 -0400 (0:00:00.693) 0:00:08.721 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 22 March 2025 18:52:15 -0400 (0:00:05.789) 0:00:14.511 ******** ok: [managed-node13] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 22 March 2025 18:52:15 -0400 (0:00:00.412) 0:00:14.923 ******** ok: [managed-node13] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 22 March 2025 18:52:16 -0400 (0:00:00.609) 0:00:15.532 ******** ok: [managed-node13] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 22 March 2025 18:52:19 -0400 (0:00:03.191) 0:00:18.724 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 22 March 2025 18:52:20 -0400 (0:00:00.695) 0:00:19.420 ******** TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 22 March 2025 18:52:20 -0400 (0:00:00.152) 0:00:19.572 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 22 March 2025 18:52:20 -0400 (0:00:00.205) 0:00:19.777 ******** TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 22 March 2025 18:52:20 -0400 (0:00:00.124) 0:00:19.902 ******** ok: [managed-node13] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 22 March 2025 18:52:25 -0400 (0:00:04.318) 0:00:24.221 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 22 March 2025 18:52:28 -0400 (0:00:03.687) 0:00:27.908 ******** ok: [managed-node13] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 22 March 2025 18:52:29 -0400 (0:00:00.322) 0:00:28.231 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 22 March 2025 18:52:29 -0400 (0:00:00.158) 0:00:28.390 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 22 March 2025 18:52:31 -0400 (0:00:01.768) 0:00:30.158 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 22 March 2025 18:52:31 -0400 (0:00:00.154) 0:00:30.313 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742683871.6437438, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1742683870.1907268, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 379584653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742683870.1907268, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1402300054", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 22 March 2025 18:52:32 -0400 (0:00:01.578) 0:00:31.892 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 22 March 2025 18:52:33 -0400 (0:00:00.256) 0:00:32.149 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 22 March 2025 18:52:33 -0400 (0:00:00.194) 0:00:32.343 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 22 March 2025 18:52:33 -0400 (0:00:00.225) 0:00:32.569 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 22 March 2025 18:52:33 -0400 (0:00:00.212) 0:00:32.781 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 22 March 2025 18:52:33 -0400 (0:00:00.113) 0:00:32.895 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 22 March 2025 18:52:34 -0400 (0:00:00.143) 0:00:33.039 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 22 March 2025 18:52:34 -0400 (0:00:00.144) 0:00:33.184 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 22 March 2025 18:52:34 -0400 (0:00:00.250) 0:00:33.434 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 22 March 2025 18:52:34 -0400 (0:00:00.402) 0:00:33.837 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 22 March 2025 18:52:35 -0400 (0:00:00.205) 0:00:34.043 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742682415.8933172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 22 March 2025 18:52:36 -0400 (0:00:01.189) 0:00:35.233 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 22 March 2025 18:52:36 -0400 (0:00:00.061) 0:00:35.294 ******** ok: [managed-node13] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:14 Saturday 22 March 2025 18:52:37 -0400 (0:00:01.591) 0:00:36.886 ******** ok: [managed-node13] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:22 Saturday 22 March 2025 18:52:38 -0400 (0:00:00.222) 0:00:37.109 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node13 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 22 March 2025 18:52:38 -0400 (0:00:00.274) 0:00:37.383 ******** ok: [managed-node13] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 22 March 2025 18:52:42 -0400 (0:00:04.388) 0:00:41.772 ******** ok: [managed-node13] => { "changed": false, "disks": [ "sda" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 22 March 2025 18:52:45 -0400 (0:00:03.122) 0:00:44.894 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 22 March 2025 18:52:46 -0400 (0:00:00.336) 0:00:45.231 ******** ok: [managed-node13] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 22 March 2025 18:52:46 -0400 (0:00:00.253) 0:00:45.484 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 22 March 2025 18:52:46 -0400 (0:00:00.221) 0:00:45.706 ******** ok: [managed-node13] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:30 Saturday 22 March 2025 18:52:46 -0400 (0:00:00.164) 0:00:45.871 ******** ok: [managed-node13] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:34 Saturday 22 March 2025 18:52:47 -0400 (0:00:00.224) 0:00:46.095 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 22 March 2025 18:52:47 -0400 (0:00:00.406) 0:00:46.502 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 22 March 2025 18:52:47 -0400 (0:00:00.440) 0:00:46.943 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 22 March 2025 18:52:48 -0400 (0:00:00.231) 0:00:47.174 ******** skipping: [managed-node13] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node13] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node13] => (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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node13] => (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-rL0/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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 22 March 2025 18:52:48 -0400 (0:00:00.470) 0:00:47.645 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 22 March 2025 18:52:48 -0400 (0:00:00.229) 0:00:47.874 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 22 March 2025 18:52:49 -0400 (0:00:00.193) 0:00:48.068 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 22 March 2025 18:52:49 -0400 (0:00:00.154) 0:00:48.223 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 22 March 2025 18:52:49 -0400 (0:00:00.200) 0:00:48.423 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 22 March 2025 18:52:49 -0400 (0:00:00.439) 0:00:48.862 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 22 March 2025 18:52:50 -0400 (0:00:00.218) 0:00:49.081 ******** ok: [managed-node13] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 22 March 2025 18:52:50 -0400 (0:00:00.213) 0:00:49.294 ******** ok: [managed-node13] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 22 March 2025 18:52:50 -0400 (0:00:00.230) 0:00:49.524 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 22 March 2025 18:52:50 -0400 (0:00:00.433) 0:00:49.958 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 22 March 2025 18:52:51 -0400 (0:00:00.204) 0:00:50.162 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 22 March 2025 18:52:51 -0400 (0:00:00.219) 0:00:50.382 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 22 March 2025 18:52:51 -0400 (0:00:00.272) 0:00:50.654 ******** ok: [managed-node13] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 22 March 2025 18:52:51 -0400 (0:00:00.338) 0:00:50.992 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 22 March 2025 18:52:52 -0400 (0:00:00.132) 0:00:51.125 ******** changed: [managed-node13] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=e2677d27-3e38-4eaf-9d60-88af8fc4d66b", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=e2677d27-3e38-4eaf-9d60-88af8fc4d66b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 22 March 2025 18:52:57 -0400 (0:00:05.420) 0:00:56.545 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 22 March 2025 18:52:57 -0400 (0:00:00.250) 0:00:56.795 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742683871.6437438, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1742683870.1907268, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 379584653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742683870.1907268, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1402300054", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 22 March 2025 18:52:58 -0400 (0:00:01.099) 0:00:57.895 ******** ok: [managed-node13] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 22 March 2025 18:53:01 -0400 (0:00:02.195) 0:01:00.090 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 22 March 2025 18:53:01 -0400 (0:00:00.245) 0:01:00.336 ******** ok: [managed-node13] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=e2677d27-3e38-4eaf-9d60-88af8fc4d66b", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=e2677d27-3e38-4eaf-9d60-88af8fc4d66b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 22 March 2025 18:53:01 -0400 (0:00:00.274) 0:01:00.610 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 22 March 2025 18:53:01 -0400 (0:00:00.268) 0:01:00.879 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=e2677d27-3e38-4eaf-9d60-88af8fc4d66b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 22 March 2025 18:53:02 -0400 (0:00:00.239) 0:01:01.118 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 22 March 2025 18:53:02 -0400 (0:00:00.208) 0:01:01.327 ******** ok: [managed-node13] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 22 March 2025 18:53:06 -0400 (0:00:03.729) 0:01:05.056 ******** changed: [managed-node13] => (item={'src': 'UUID=e2677d27-3e38-4eaf-9d60-88af8fc4d66b', '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=e2677d27-3e38-4eaf-9d60-88af8fc4d66b", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=e2677d27-3e38-4eaf-9d60-88af8fc4d66b" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 22 March 2025 18:53:08 -0400 (0:00:02.443) 0:01:07.500 ******** skipping: [managed-node13] => (item={'src': 'UUID=e2677d27-3e38-4eaf-9d60-88af8fc4d66b', '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=e2677d27-3e38-4eaf-9d60-88af8fc4d66b", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 22 March 2025 18:53:08 -0400 (0:00:00.296) 0:01:07.796 ******** ok: [managed-node13] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 22 March 2025 18:53:10 -0400 (0:00:02.140) 0:01:09.937 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742682415.8933172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 22 March 2025 18:53:12 -0400 (0:00:01.734) 0:01:11.671 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 22 March 2025 18:53:12 -0400 (0:00:00.253) 0:01:11.924 ******** ok: [managed-node13] TASK [Verify results] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:44 Saturday 22 March 2025 18:53:14 -0400 (0:00:01.848) 0:01:13.772 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node13 TASK [Print out pool information] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 22 March 2025 18:53:15 -0400 (0:00:00.400) 0:01:14.173 ******** skipping: [managed-node13] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 22 March 2025 18:53:15 -0400 (0:00:00.339) 0:01:14.512 ******** ok: [managed-node13] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=e2677d27-3e38-4eaf-9d60-88af8fc4d66b", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 22 March 2025 18:53:15 -0400 (0:00:00.283) 0:01:14.796 ******** ok: [managed-node13] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "e2677d27-3e38-4eaf-9d60-88af8fc4d66b" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 22 March 2025 18:53:18 -0400 (0:00:02.431) 0:01:17.228 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003188", "end": "2025-03-22 18:53:20.068815", "rc": 0, "start": "2025-03-22 18:53:20.065627" } 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=e2677d27-3e38-4eaf-9d60-88af8fc4d66b none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 22 March 2025 18:53:20 -0400 (0:00:02.059) 0:01:19.288 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.003234", "end": "2025-03-22 18:53:22.430107", "failed_when_result": false, "rc": 0, "start": "2025-03-22 18:53:21.426873" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 22 March 2025 18:53:22 -0400 (0:00:02.588) 0:01:21.876 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 22 March 2025 18:53:23 -0400 (0:00:00.184) 0:01:22.060 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node13 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 22 March 2025 18:53:23 -0400 (0:00:00.311) 0:01:22.372 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 22 March 2025 18:53:23 -0400 (0:00:00.177) 0:01:22.550 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node13 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 22 March 2025 18:53:24 -0400 (0:00:01.133) 0:01:23.683 ******** ok: [managed-node13] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 22 March 2025 18:53:24 -0400 (0:00:00.244) 0:01:23.928 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 22 March 2025 18:53:25 -0400 (0:00:00.275) 0:01:24.204 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 22 March 2025 18:53:25 -0400 (0:00:00.270) 0:01:24.475 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 22 March 2025 18:53:25 -0400 (0:00:00.261) 0:01:24.737 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 22 March 2025 18:53:25 -0400 (0:00:00.121) 0:01:24.859 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 22 March 2025 18:53:26 -0400 (0:00:00.220) 0:01:25.080 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 22 March 2025 18:53:26 -0400 (0:00:00.247) 0:01:25.327 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003672", "end": "2025-03-22 18:53:27.659262", "rc": 0, "start": "2025-03-22 18:53:27.655590" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 22 March 2025 18:53:27 -0400 (0:00:01.660) 0:01:26.987 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002953", "end": "2025-03-22 18:53:28.863756", "rc": 0, "start": "2025-03-22 18:53:28.860803" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 22 March 2025 18:53:29 -0400 (0:00:01.305) 0:01:28.292 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 22 March 2025 18:53:29 -0400 (0:00:00.306) 0:01:28.598 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 22 March 2025 18:53:29 -0400 (0:00:00.200) 0:01:28.798 ******** ok: [managed-node13] => { "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=e2677d27-3e38-4eaf-9d60-88af8fc4d66b " ], "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 22 March 2025 18:53:30 -0400 (0:00:00.432) 0:01:29.231 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 22 March 2025 18:53:30 -0400 (0:00:00.302) 0:01:29.534 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 22 March 2025 18:53:30 -0400 (0:00:00.299) 0:01:29.833 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 22 March 2025 18:53:31 -0400 (0:00:00.329) 0:01:30.163 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 22 March 2025 18:53:31 -0400 (0:00:00.276) 0:01:30.440 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 22 March 2025 18:53:31 -0400 (0:00:00.260) 0:01:30.700 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 22 March 2025 18:53:32 -0400 (0:00:00.379) 0:01:31.080 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 22 March 2025 18:53:32 -0400 (0:00:00.470) 0:01:31.551 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742683977.1019678, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1742683977.0869677, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36871, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1742683977.0869677, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 22 March 2025 18:53:33 -0400 (0:00:01.440) 0:01:32.992 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 22 March 2025 18:53:34 -0400 (0:00:00.239) 0:01:33.231 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 22 March 2025 18:53:34 -0400 (0:00:00.207) 0:01:33.438 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 22 March 2025 18:53:34 -0400 (0:00:00.327) 0:01:33.766 ******** ok: [managed-node13] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 22 March 2025 18:53:35 -0400 (0:00:00.302) 0:01:34.069 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 22 March 2025 18:53:35 -0400 (0:00:00.309) 0:01:34.378 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 22 March 2025 18:53:35 -0400 (0:00:00.250) 0:01:34.629 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 22 March 2025 18:53:35 -0400 (0:00:00.289) 0:01:34.919 ******** ok: [managed-node13] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 22 March 2025 18:53:40 -0400 (0:00:04.552) 0:01:39.472 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 22 March 2025 18:53:40 -0400 (0:00:00.148) 0:01:39.620 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 22 March 2025 18:53:40 -0400 (0:00:00.196) 0:01:39.816 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 22 March 2025 18:53:41 -0400 (0:00:00.224) 0:01:40.041 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 22 March 2025 18:53:41 -0400 (0:00:00.183) 0:01:40.224 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 22 March 2025 18:53:41 -0400 (0:00:00.197) 0:01:40.422 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 22 March 2025 18:53:41 -0400 (0:00:00.234) 0:01:40.656 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 22 March 2025 18:53:41 -0400 (0:00:00.263) 0:01:40.919 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 22 March 2025 18:53:42 -0400 (0:00:00.233) 0:01:41.153 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 22 March 2025 18:53:42 -0400 (0:00:00.217) 0:01:41.370 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 22 March 2025 18:53:42 -0400 (0:00:00.327) 0:01:41.698 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 22 March 2025 18:53:42 -0400 (0:00:00.166) 0:01:41.864 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 22 March 2025 18:53:43 -0400 (0:00:00.204) 0:01:42.069 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 22 March 2025 18:53:43 -0400 (0:00:00.114) 0:01:42.183 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 22 March 2025 18:53:43 -0400 (0:00:00.161) 0:01:42.344 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 22 March 2025 18:53:43 -0400 (0:00:00.279) 0:01:42.623 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 22 March 2025 18:53:43 -0400 (0:00:00.159) 0:01:42.783 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 22 March 2025 18:53:44 -0400 (0:00:00.242) 0:01:43.026 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 22 March 2025 18:53:44 -0400 (0:00:00.201) 0:01:43.227 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 22 March 2025 18:53:44 -0400 (0:00:00.209) 0:01:43.436 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 22 March 2025 18:53:44 -0400 (0:00:00.446) 0:01:43.883 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 22 March 2025 18:53:45 -0400 (0:00:00.269) 0:01:44.152 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 22 March 2025 18:53:45 -0400 (0:00:00.194) 0:01:44.347 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 22 March 2025 18:53:45 -0400 (0:00:00.333) 0:01:44.681 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 22 March 2025 18:53:45 -0400 (0:00:00.300) 0:01:44.981 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 22 March 2025 18:53:46 -0400 (0:00:00.349) 0:01:45.330 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 22 March 2025 18:53:46 -0400 (0:00:00.250) 0:01:45.581 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 22 March 2025 18:53:46 -0400 (0:00:00.197) 0:01:45.778 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 22 March 2025 18:53:47 -0400 (0:00:00.298) 0:01:46.076 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 22 March 2025 18:53:47 -0400 (0:00:00.308) 0:01:46.384 ******** skipping: [managed-node13] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 22 March 2025 18:53:47 -0400 (0:00:00.215) 0:01:46.600 ******** skipping: [managed-node13] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 22 March 2025 18:53:47 -0400 (0:00:00.246) 0:01:46.846 ******** skipping: [managed-node13] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 22 March 2025 18:53:48 -0400 (0:00:00.292) 0:01:47.139 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 22 March 2025 18:53:48 -0400 (0:00:00.226) 0:01:47.365 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 22 March 2025 18:53:48 -0400 (0:00:00.269) 0:01:47.634 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 22 March 2025 18:53:48 -0400 (0:00:00.283) 0:01:47.918 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 22 March 2025 18:53:49 -0400 (0:00:00.173) 0:01:48.092 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 22 March 2025 18:53:49 -0400 (0:00:00.294) 0:01:48.386 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 22 March 2025 18:53:49 -0400 (0:00:00.228) 0:01:48.615 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 22 March 2025 18:53:49 -0400 (0:00:00.214) 0:01:48.830 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 22 March 2025 18:53:50 -0400 (0:00:00.210) 0:01:49.040 ******** skipping: [managed-node13] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 22 March 2025 18:53:50 -0400 (0:00:00.202) 0:01:49.243 ******** skipping: [managed-node13] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 22 March 2025 18:53:50 -0400 (0:00:00.258) 0:01:49.501 ******** skipping: [managed-node13] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 22 March 2025 18:53:50 -0400 (0:00:00.315) 0:01:49.817 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 22 March 2025 18:53:51 -0400 (0:00:00.311) 0:01:50.129 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 22 March 2025 18:53:51 -0400 (0:00:00.301) 0:01:50.430 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 22 March 2025 18:53:51 -0400 (0:00:00.565) 0:01:50.995 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 22 March 2025 18:53:52 -0400 (0:00:00.360) 0:01:51.356 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 22 March 2025 18:53:52 -0400 (0:00:00.182) 0:01:51.538 ******** ok: [managed-node13] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 22 March 2025 18:53:52 -0400 (0:00:00.275) 0:01:51.814 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 22 March 2025 18:53:52 -0400 (0:00:00.166) 0:01:51.981 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 22 March 2025 18:53:53 -0400 (0:00:00.268) 0:01:52.249 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 22 March 2025 18:53:53 -0400 (0:00:00.226) 0:01:52.476 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 22 March 2025 18:53:53 -0400 (0:00:00.265) 0:01:52.741 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 22 March 2025 18:53:54 -0400 (0:00:00.338) 0:01:53.080 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 22 March 2025 18:53:54 -0400 (0:00:00.456) 0:01:53.536 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 22 March 2025 18:53:54 -0400 (0:00:00.261) 0:01:53.798 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 22 March 2025 18:53:55 -0400 (0:00:00.235) 0:01:54.033 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 22 March 2025 18:53:55 -0400 (0:00:00.218) 0:01:54.252 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 22 March 2025 18:53:55 -0400 (0:00:00.233) 0:01:54.486 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:47 Saturday 22 March 2025 18:53:55 -0400 (0:00:00.165) 0:01:54.651 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node13 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 22 March 2025 18:53:55 -0400 (0:00:00.288) 0:01:54.939 ******** ok: [managed-node13] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 22 March 2025 18:54:00 -0400 (0:00:04.891) 0:01:59.831 ******** ok: [managed-node13] => { "changed": false, "disks": [ "sdb" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"swap\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Disk [/dev/sda] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': 'swap', 'ssize': '512'}] has fstype", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 22 March 2025 18:54:03 -0400 (0:00:02.659) 0:02:02.491 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 22 March 2025 18:54:03 -0400 (0:00:00.334) 0:02:02.825 ******** ok: [managed-node13] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 22 March 2025 18:54:04 -0400 (0:00:00.271) 0:02:03.096 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 22 March 2025 18:54:04 -0400 (0:00:00.271) 0:02:03.368 ******** ok: [managed-node13] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:54 Saturday 22 March 2025 18:54:04 -0400 (0:00:00.191) 0:02:03.560 ******** ok: [managed-node13] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:58 Saturday 22 March 2025 18:54:04 -0400 (0:00:00.271) 0:02:03.831 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 22 March 2025 18:54:05 -0400 (0:00:00.532) 0:02:04.363 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 22 March 2025 18:54:05 -0400 (0:00:00.377) 0:02:04.741 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 22 March 2025 18:54:05 -0400 (0:00:00.254) 0:02:04.996 ******** skipping: [managed-node13] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node13] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node13] => (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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node13] => (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-rL0/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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 22 March 2025 18:54:06 -0400 (0:00:00.573) 0:02:05.569 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 22 March 2025 18:54:06 -0400 (0:00:00.265) 0:02:05.835 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 22 March 2025 18:54:07 -0400 (0:00:00.299) 0:02:06.135 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 22 March 2025 18:54:07 -0400 (0:00:00.295) 0:02:06.431 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 22 March 2025 18:54:07 -0400 (0:00:00.208) 0:02:06.640 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 22 March 2025 18:54:08 -0400 (0:00:00.467) 0:02:07.107 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 22 March 2025 18:54:08 -0400 (0:00:00.688) 0:02:07.796 ******** ok: [managed-node13] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 22 March 2025 18:54:09 -0400 (0:00:00.310) 0:02:08.107 ******** ok: [managed-node13] => { "storage_volumes": [ { "disks": [ "sdb" ], "fs_type": "ext3", "mount_point": "none", "name": "test2", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 22 March 2025 18:54:09 -0400 (0:00:00.257) 0:02:08.365 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 22 March 2025 18:54:09 -0400 (0:00:00.136) 0:02:08.502 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 22 March 2025 18:54:09 -0400 (0:00:00.261) 0:02:08.764 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 22 March 2025 18:54:10 -0400 (0:00:00.290) 0:02:09.054 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 22 March 2025 18:54:10 -0400 (0:00:00.253) 0:02:09.308 ******** ok: [managed-node13] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 22 March 2025 18:54:10 -0400 (0:00:00.325) 0:02:09.633 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 22 March 2025 18:54:10 -0400 (0:00:00.162) 0:02:09.796 ******** changed: [managed-node13] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=bf858635-0312-4755-99af-c574b8877a51", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 22 March 2025 18:54:19 -0400 (0:00:08.756) 0:02:18.553 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 22 March 2025 18:54:19 -0400 (0:00:00.298) 0:02:18.851 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742683990.4731216, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8062c1e984bba66e108d056e7b7d434e6087aad8", "ctime": 1742683988.1220946, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 379584653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742683988.1220946, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "1402300054", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 22 March 2025 18:54:21 -0400 (0:00:01.553) 0:02:20.405 ******** ok: [managed-node13] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 22 March 2025 18:54:23 -0400 (0:00:01.622) 0:02:22.027 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 22 March 2025 18:54:23 -0400 (0:00:00.213) 0:02:22.241 ******** ok: [managed-node13] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=bf858635-0312-4755-99af-c574b8877a51", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 22 March 2025 18:54:23 -0400 (0:00:00.304) 0:02:22.545 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 22 March 2025 18:54:23 -0400 (0:00:00.304) 0:02:22.850 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=bf858635-0312-4755-99af-c574b8877a51", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 22 March 2025 18:54:24 -0400 (0:00:00.267) 0:02:23.118 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 22 March 2025 18:54:24 -0400 (0:00:00.203) 0:02:23.321 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 22 March 2025 18:54:24 -0400 (0:00:00.184) 0:02:23.505 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 22 March 2025 18:54:24 -0400 (0:00:00.220) 0:02:23.726 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 22 March 2025 18:54:24 -0400 (0:00:00.242) 0:02:23.969 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 22 March 2025 18:54:25 -0400 (0:00:00.243) 0:02:24.212 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742682415.8933172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 22 March 2025 18:54:26 -0400 (0:00:01.526) 0:02:25.739 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 22 March 2025 18:54:26 -0400 (0:00:00.221) 0:02:25.960 ******** ok: [managed-node13] TASK [Verify results] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:69 Saturday 22 March 2025 18:54:28 -0400 (0:00:02.053) 0:02:28.014 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node13 TASK [Print out pool information] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 22 March 2025 18:54:29 -0400 (0:00:00.482) 0:02:28.496 ******** skipping: [managed-node13] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 22 March 2025 18:54:29 -0400 (0:00:00.272) 0:02:28.768 ******** ok: [managed-node13] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=bf858635-0312-4755-99af-c574b8877a51", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 22 March 2025 18:54:30 -0400 (0:00:00.291) 0:02:29.060 ******** ok: [managed-node13] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "e2677d27-3e38-4eaf-9d60-88af8fc4d66b" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "bf858635-0312-4755-99af-c574b8877a51" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 22 March 2025 18:54:31 -0400 (0:00:01.678) 0:02:30.738 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002760", "end": "2025-03-22 18:54:33.086070", "rc": 0, "start": "2025-03-22 18:54:33.083310" } 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=e2677d27-3e38-4eaf-9d60-88af8fc4d66b none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 22 March 2025 18:54:33 -0400 (0:00:01.672) 0:02:32.410 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002264", "end": "2025-03-22 18:54:34.675157", "failed_when_result": false, "rc": 0, "start": "2025-03-22 18:54:34.672893" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 22 March 2025 18:54:34 -0400 (0:00:01.601) 0:02:34.011 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 22 March 2025 18:54:35 -0400 (0:00:00.178) 0:02:34.190 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node13 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 22 March 2025 18:54:35 -0400 (0:00:00.369) 0:02:34.559 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 22 March 2025 18:54:35 -0400 (0:00:00.318) 0:02:34.877 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node13 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 22 March 2025 18:54:36 -0400 (0:00:01.139) 0:02:36.017 ******** ok: [managed-node13] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 22 March 2025 18:54:37 -0400 (0:00:00.193) 0:02:36.211 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 22 March 2025 18:54:37 -0400 (0:00:00.210) 0:02:36.422 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 22 March 2025 18:54:37 -0400 (0:00:00.206) 0:02:36.628 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 22 March 2025 18:54:37 -0400 (0:00:00.348) 0:02:36.977 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 22 March 2025 18:54:38 -0400 (0:00:00.305) 0:02:37.283 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 22 March 2025 18:54:38 -0400 (0:00:00.279) 0:02:37.563 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 22 March 2025 18:54:38 -0400 (0:00:00.253) 0:02:37.816 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 22 March 2025 18:54:39 -0400 (0:00:00.297) 0:02:38.114 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 22 March 2025 18:54:39 -0400 (0:00:00.319) 0:02:38.434 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 22 March 2025 18:54:39 -0400 (0:00:00.213) 0:02:38.647 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 22 March 2025 18:54:39 -0400 (0:00:00.196) 0:02:38.844 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 22 March 2025 18:54:40 -0400 (0:00:00.379) 0:02:39.223 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 22 March 2025 18:54:40 -0400 (0:00:00.339) 0:02:39.563 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 22 March 2025 18:54:40 -0400 (0:00:00.234) 0:02:39.797 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 22 March 2025 18:54:40 -0400 (0:00:00.209) 0:02:40.006 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 22 March 2025 18:54:41 -0400 (0:00:00.313) 0:02:40.320 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 22 March 2025 18:54:41 -0400 (0:00:00.278) 0:02:40.598 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 22 March 2025 18:54:41 -0400 (0:00:00.296) 0:02:40.895 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 22 March 2025 18:54:42 -0400 (0:00:00.315) 0:02:41.210 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742684059.226912, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1742684059.226912, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 37053, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1742684059.226912, "nlink": 1, "path": "/dev/sdb", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 22 March 2025 18:54:43 -0400 (0:00:01.568) 0:02:42.779 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 22 March 2025 18:54:44 -0400 (0:00:00.308) 0:02:43.087 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 22 March 2025 18:54:44 -0400 (0:00:00.217) 0:02:43.305 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 22 March 2025 18:54:44 -0400 (0:00:00.209) 0:02:43.514 ******** ok: [managed-node13] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 22 March 2025 18:54:44 -0400 (0:00:00.231) 0:02:43.746 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 22 March 2025 18:54:45 -0400 (0:00:00.277) 0:02:44.023 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 22 March 2025 18:54:45 -0400 (0:00:00.234) 0:02:44.258 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 22 March 2025 18:54:45 -0400 (0:00:00.226) 0:02:44.484 ******** ok: [managed-node13] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 22 March 2025 18:54:49 -0400 (0:00:04.427) 0:02:48.912 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 22 March 2025 18:54:50 -0400 (0:00:00.274) 0:02:49.186 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 22 March 2025 18:54:50 -0400 (0:00:00.158) 0:02:49.344 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 22 March 2025 18:54:50 -0400 (0:00:00.272) 0:02:49.617 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 22 March 2025 18:54:51 -0400 (0:00:00.505) 0:02:50.123 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 22 March 2025 18:54:51 -0400 (0:00:00.312) 0:02:50.436 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 22 March 2025 18:54:51 -0400 (0:00:00.263) 0:02:50.700 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 22 March 2025 18:54:51 -0400 (0:00:00.287) 0:02:50.987 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 22 March 2025 18:54:52 -0400 (0:00:00.324) 0:02:51.311 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 22 March 2025 18:54:52 -0400 (0:00:00.340) 0:02:51.652 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 22 March 2025 18:54:52 -0400 (0:00:00.291) 0:02:51.943 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 22 March 2025 18:54:53 -0400 (0:00:00.292) 0:02:52.236 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 22 March 2025 18:54:53 -0400 (0:00:00.364) 0:02:52.600 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 22 March 2025 18:54:53 -0400 (0:00:00.269) 0:02:52.870 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 22 March 2025 18:54:54 -0400 (0:00:00.262) 0:02:53.132 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 22 March 2025 18:54:54 -0400 (0:00:00.275) 0:02:53.408 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 22 March 2025 18:54:54 -0400 (0:00:00.247) 0:02:53.655 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 22 March 2025 18:54:54 -0400 (0:00:00.300) 0:02:53.956 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 22 March 2025 18:54:55 -0400 (0:00:00.242) 0:02:54.199 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 22 March 2025 18:54:55 -0400 (0:00:00.114) 0:02:54.313 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 22 March 2025 18:54:55 -0400 (0:00:00.255) 0:02:54.569 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 22 March 2025 18:54:55 -0400 (0:00:00.256) 0:02:54.825 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 22 March 2025 18:54:56 -0400 (0:00:00.239) 0:02:55.064 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 22 March 2025 18:54:56 -0400 (0:00:00.206) 0:02:55.271 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 22 March 2025 18:54:56 -0400 (0:00:00.209) 0:02:55.480 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 22 March 2025 18:54:56 -0400 (0:00:00.297) 0:02:55.778 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 22 March 2025 18:54:56 -0400 (0:00:00.210) 0:02:55.988 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 22 March 2025 18:54:57 -0400 (0:00:00.311) 0:02:56.300 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 22 March 2025 18:54:57 -0400 (0:00:00.286) 0:02:56.587 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 22 March 2025 18:54:57 -0400 (0:00:00.196) 0:02:56.784 ******** skipping: [managed-node13] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 22 March 2025 18:54:58 -0400 (0:00:00.247) 0:02:57.032 ******** skipping: [managed-node13] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 22 March 2025 18:54:58 -0400 (0:00:00.291) 0:02:57.323 ******** skipping: [managed-node13] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 22 March 2025 18:54:58 -0400 (0:00:00.255) 0:02:57.579 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 22 March 2025 18:54:58 -0400 (0:00:00.237) 0:02:57.816 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 22 March 2025 18:54:59 -0400 (0:00:00.355) 0:02:58.172 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 22 March 2025 18:54:59 -0400 (0:00:00.227) 0:02:58.399 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 22 March 2025 18:54:59 -0400 (0:00:00.210) 0:02:58.609 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 22 March 2025 18:54:59 -0400 (0:00:00.245) 0:02:58.855 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 22 March 2025 18:55:00 -0400 (0:00:00.209) 0:02:59.064 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 22 March 2025 18:55:00 -0400 (0:00:00.320) 0:02:59.384 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 22 March 2025 18:55:00 -0400 (0:00:00.284) 0:02:59.669 ******** skipping: [managed-node13] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 22 March 2025 18:55:00 -0400 (0:00:00.286) 0:02:59.955 ******** skipping: [managed-node13] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 22 March 2025 18:55:01 -0400 (0:00:00.297) 0:03:00.253 ******** skipping: [managed-node13] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 22 March 2025 18:55:01 -0400 (0:00:00.299) 0:03:00.552 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 22 March 2025 18:55:01 -0400 (0:00:00.330) 0:03:00.883 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 22 March 2025 18:55:02 -0400 (0:00:00.304) 0:03:01.188 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 22 March 2025 18:55:02 -0400 (0:00:00.220) 0:03:01.408 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 22 March 2025 18:55:02 -0400 (0:00:00.181) 0:03:01.590 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 22 March 2025 18:55:02 -0400 (0:00:00.205) 0:03:01.796 ******** ok: [managed-node13] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 22 March 2025 18:55:03 -0400 (0:00:00.279) 0:03:02.076 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 22 March 2025 18:55:03 -0400 (0:00:00.315) 0:03:02.392 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 22 March 2025 18:55:03 -0400 (0:00:00.331) 0:03:02.723 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 22 March 2025 18:55:03 -0400 (0:00:00.268) 0:03:02.992 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 22 March 2025 18:55:04 -0400 (0:00:00.344) 0:03:03.337 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 22 March 2025 18:55:04 -0400 (0:00:00.249) 0:03:03.587 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 22 March 2025 18:55:04 -0400 (0:00:00.256) 0:03:03.843 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 22 March 2025 18:55:05 -0400 (0:00:00.271) 0:03:04.114 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 22 March 2025 18:55:05 -0400 (0:00:00.236) 0:03:04.351 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 22 March 2025 18:55:05 -0400 (0:00:00.202) 0:03:04.554 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 22 March 2025 18:55:05 -0400 (0:00:00.172) 0:03:04.726 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:72 Saturday 22 March 2025 18:55:05 -0400 (0:00:00.173) 0:03:04.900 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 22 March 2025 18:55:06 -0400 (0:00:00.529) 0:03:05.430 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 22 March 2025 18:55:07 -0400 (0:00:00.730) 0:03:06.161 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 22 March 2025 18:55:07 -0400 (0:00:00.265) 0:03:06.427 ******** skipping: [managed-node13] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node13] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node13] => (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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node13] => (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-rL0/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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 22 March 2025 18:55:07 -0400 (0:00:00.386) 0:03:06.813 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 22 March 2025 18:55:08 -0400 (0:00:00.212) 0:03:07.026 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 22 March 2025 18:55:08 -0400 (0:00:00.191) 0:03:07.218 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 22 March 2025 18:55:08 -0400 (0:00:00.159) 0:03:07.378 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 22 March 2025 18:55:08 -0400 (0:00:00.145) 0:03:07.524 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 22 March 2025 18:55:09 -0400 (0:00:00.518) 0:03:08.043 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 22 March 2025 18:55:09 -0400 (0:00:00.350) 0:03:08.393 ******** ok: [managed-node13] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 22 March 2025 18:55:09 -0400 (0:00:00.159) 0:03:08.553 ******** ok: [managed-node13] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 22 March 2025 18:55:09 -0400 (0:00:00.129) 0:03:08.683 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 22 March 2025 18:55:09 -0400 (0:00:00.166) 0:03:08.849 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 22 March 2025 18:55:09 -0400 (0:00:00.109) 0:03:08.959 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 22 March 2025 18:55:10 -0400 (0:00:00.072) 0:03:09.032 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 22 March 2025 18:55:10 -0400 (0:00:00.151) 0:03:09.183 ******** ok: [managed-node13] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 22 March 2025 18:55:10 -0400 (0:00:00.093) 0:03:09.277 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 22 March 2025 18:55:10 -0400 (0:00:00.120) 0:03:09.398 ******** changed: [managed-node13] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=e2677d27-3e38-4eaf-9d60-88af8fc4d66b", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 22 March 2025 18:55:18 -0400 (0:00:08.536) 0:03:17.935 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 22 March 2025 18:55:19 -0400 (0:00:00.250) 0:03:18.186 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742683990.4731216, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8062c1e984bba66e108d056e7b7d434e6087aad8", "ctime": 1742683988.1220946, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 379584653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742683988.1220946, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "1402300054", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 22 March 2025 18:55:20 -0400 (0:00:01.314) 0:03:19.500 ******** ok: [managed-node13] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 22 March 2025 18:55:21 -0400 (0:00:01.115) 0:03:20.616 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 22 March 2025 18:55:21 -0400 (0:00:00.109) 0:03:20.726 ******** ok: [managed-node13] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=e2677d27-3e38-4eaf-9d60-88af8fc4d66b", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 22 March 2025 18:55:21 -0400 (0:00:00.201) 0:03:20.928 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 22 March 2025 18:55:22 -0400 (0:00:00.251) 0:03:21.179 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 22 March 2025 18:55:22 -0400 (0:00:00.207) 0:03:21.386 ******** changed: [managed-node13] => (item={'src': 'UUID=e2677d27-3e38-4eaf-9d60-88af8fc4d66b', '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=e2677d27-3e38-4eaf-9d60-88af8fc4d66b", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=e2677d27-3e38-4eaf-9d60-88af8fc4d66b" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 22 March 2025 18:55:23 -0400 (0:00:01.130) 0:03:22.517 ******** ok: [managed-node13] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 22 March 2025 18:55:25 -0400 (0:00:01.507) 0:03:24.024 ******** changed: [managed-node13] => (item={'src': 'UUID=a7d156bf-bd06-4f35-9080-10f83616e474', '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=a7d156bf-bd06-4f35-9080-10f83616e474", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 22 March 2025 18:55:26 -0400 (0:00:01.523) 0:03:25.548 ******** skipping: [managed-node13] => (item={'src': 'UUID=a7d156bf-bd06-4f35-9080-10f83616e474', '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=a7d156bf-bd06-4f35-9080-10f83616e474", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 22 March 2025 18:55:26 -0400 (0:00:00.204) 0:03:25.753 ******** ok: [managed-node13] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 22 March 2025 18:55:28 -0400 (0:00:01.743) 0:03:27.496 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742682415.8933172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 22 March 2025 18:55:29 -0400 (0:00:01.422) 0:03:28.919 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 22 March 2025 18:55:30 -0400 (0:00:00.163) 0:03:29.082 ******** ok: [managed-node13] TASK [Verify results] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:83 Saturday 22 March 2025 18:55:31 -0400 (0:00:01.544) 0:03:30.627 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node13 TASK [Print out pool information] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 22 March 2025 18:55:31 -0400 (0:00:00.319) 0:03:30.947 ******** skipping: [managed-node13] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 22 March 2025 18:55:32 -0400 (0:00:00.180) 0:03:31.127 ******** ok: [managed-node13] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 22 March 2025 18:55:32 -0400 (0:00:00.208) 0:03:31.336 ******** ok: [managed-node13] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "a7d156bf-bd06-4f35-9080-10f83616e474" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "bf858635-0312-4755-99af-c574b8877a51" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 22 March 2025 18:55:33 -0400 (0:00:01.206) 0:03:32.542 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002655", "end": "2025-03-22 18:55:34.541163", "rc": 0, "start": "2025-03-22 18:55:34.538508" } 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=a7d156bf-bd06-4f35-9080-10f83616e474 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 22 March 2025 18:55:34 -0400 (0:00:01.282) 0:03:33.825 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.003694", "end": "2025-03-22 18:55:36.618576", "failed_when_result": false, "rc": 0, "start": "2025-03-22 18:55:35.614882" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 22 March 2025 18:55:36 -0400 (0:00:02.045) 0:03:35.871 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 22 March 2025 18:55:36 -0400 (0:00:00.131) 0:03:36.002 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node13 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 22 March 2025 18:55:37 -0400 (0:00:00.246) 0:03:36.249 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 22 March 2025 18:55:37 -0400 (0:00:00.179) 0:03:36.429 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node13 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 22 March 2025 18:55:38 -0400 (0:00:00.832) 0:03:37.261 ******** ok: [managed-node13] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 22 March 2025 18:55:38 -0400 (0:00:00.316) 0:03:37.578 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 22 March 2025 18:55:38 -0400 (0:00:00.257) 0:03:37.835 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 22 March 2025 18:55:39 -0400 (0:00:00.212) 0:03:38.048 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 22 March 2025 18:55:39 -0400 (0:00:00.270) 0:03:38.319 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 22 March 2025 18:55:39 -0400 (0:00:00.161) 0:03:38.480 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 22 March 2025 18:55:39 -0400 (0:00:00.183) 0:03:38.664 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 22 March 2025 18:55:39 -0400 (0:00:00.325) 0:03:38.989 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 22 March 2025 18:55:40 -0400 (0:00:00.457) 0:03:39.447 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 22 March 2025 18:55:40 -0400 (0:00:00.300) 0:03:39.748 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 22 March 2025 18:55:40 -0400 (0:00:00.229) 0:03:39.977 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 22 March 2025 18:55:41 -0400 (0:00:00.151) 0:03:40.129 ******** ok: [managed-node13] => { "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=a7d156bf-bd06-4f35-9080-10f83616e474 " ], "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 22 March 2025 18:55:41 -0400 (0:00:00.432) 0:03:40.561 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 22 March 2025 18:55:41 -0400 (0:00:00.208) 0:03:40.769 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 22 March 2025 18:55:42 -0400 (0:00:00.272) 0:03:41.042 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 22 March 2025 18:55:42 -0400 (0:00:00.176) 0:03:41.218 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 22 March 2025 18:55:42 -0400 (0:00:00.237) 0:03:41.456 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 22 March 2025 18:55:42 -0400 (0:00:00.208) 0:03:41.665 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 22 March 2025 18:55:42 -0400 (0:00:00.308) 0:03:41.973 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 22 March 2025 18:55:43 -0400 (0:00:00.332) 0:03:42.306 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742684118.6495953, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1742684118.6495953, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36871, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1742684118.6495953, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 22 March 2025 18:55:44 -0400 (0:00:01.248) 0:03:43.554 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 22 March 2025 18:55:44 -0400 (0:00:00.140) 0:03:43.695 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 22 March 2025 18:55:44 -0400 (0:00:00.188) 0:03:43.883 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 22 March 2025 18:55:45 -0400 (0:00:00.179) 0:03:44.063 ******** ok: [managed-node13] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 22 March 2025 18:55:45 -0400 (0:00:00.254) 0:03:44.318 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 22 March 2025 18:55:45 -0400 (0:00:00.271) 0:03:44.590 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 22 March 2025 18:55:45 -0400 (0:00:00.245) 0:03:44.835 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 22 March 2025 18:55:46 -0400 (0:00:00.223) 0:03:45.058 ******** ok: [managed-node13] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 22 March 2025 18:55:50 -0400 (0:00:04.670) 0:03:49.728 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 22 March 2025 18:55:50 -0400 (0:00:00.289) 0:03:50.018 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 22 March 2025 18:55:51 -0400 (0:00:00.236) 0:03:50.255 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 22 March 2025 18:55:51 -0400 (0:00:00.329) 0:03:50.585 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 22 March 2025 18:55:51 -0400 (0:00:00.243) 0:03:50.828 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 22 March 2025 18:55:52 -0400 (0:00:00.279) 0:03:51.107 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 22 March 2025 18:55:52 -0400 (0:00:00.184) 0:03:51.292 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 22 March 2025 18:55:52 -0400 (0:00:00.220) 0:03:51.513 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 22 March 2025 18:55:52 -0400 (0:00:00.268) 0:03:51.782 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 22 March 2025 18:55:53 -0400 (0:00:00.378) 0:03:52.160 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 22 March 2025 18:55:53 -0400 (0:00:00.254) 0:03:52.414 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 22 March 2025 18:55:53 -0400 (0:00:00.278) 0:03:52.693 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 22 March 2025 18:55:54 -0400 (0:00:00.337) 0:03:53.031 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 22 March 2025 18:55:54 -0400 (0:00:00.237) 0:03:53.268 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 22 March 2025 18:55:54 -0400 (0:00:00.188) 0:03:53.457 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 22 March 2025 18:55:54 -0400 (0:00:00.332) 0:03:53.789 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 22 March 2025 18:55:55 -0400 (0:00:00.312) 0:03:54.102 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 22 March 2025 18:55:55 -0400 (0:00:00.257) 0:03:54.359 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 22 March 2025 18:55:55 -0400 (0:00:00.292) 0:03:54.651 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 22 March 2025 18:55:55 -0400 (0:00:00.324) 0:03:54.976 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 22 March 2025 18:55:56 -0400 (0:00:00.210) 0:03:55.186 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 22 March 2025 18:55:56 -0400 (0:00:00.190) 0:03:55.376 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 22 March 2025 18:55:56 -0400 (0:00:00.254) 0:03:55.631 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 22 March 2025 18:55:56 -0400 (0:00:00.233) 0:03:55.864 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 22 March 2025 18:55:57 -0400 (0:00:00.186) 0:03:56.051 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 22 March 2025 18:55:57 -0400 (0:00:00.209) 0:03:56.260 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 22 March 2025 18:55:57 -0400 (0:00:00.277) 0:03:56.538 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 22 March 2025 18:55:57 -0400 (0:00:00.352) 0:03:56.890 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 22 March 2025 18:55:58 -0400 (0:00:00.340) 0:03:57.231 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 22 March 2025 18:55:58 -0400 (0:00:00.412) 0:03:57.644 ******** skipping: [managed-node13] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 22 March 2025 18:55:58 -0400 (0:00:00.264) 0:03:57.908 ******** skipping: [managed-node13] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 22 March 2025 18:55:59 -0400 (0:00:00.282) 0:03:58.191 ******** skipping: [managed-node13] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 22 March 2025 18:55:59 -0400 (0:00:00.181) 0:03:58.372 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 22 March 2025 18:55:59 -0400 (0:00:00.249) 0:03:58.622 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 22 March 2025 18:55:59 -0400 (0:00:00.157) 0:03:58.780 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 22 March 2025 18:55:59 -0400 (0:00:00.192) 0:03:58.973 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 22 March 2025 18:56:00 -0400 (0:00:00.309) 0:03:59.282 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 22 March 2025 18:56:00 -0400 (0:00:00.247) 0:03:59.530 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 22 March 2025 18:56:00 -0400 (0:00:00.275) 0:03:59.805 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 22 March 2025 18:56:01 -0400 (0:00:00.255) 0:04:00.061 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 22 March 2025 18:56:01 -0400 (0:00:00.238) 0:04:00.300 ******** skipping: [managed-node13] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 22 March 2025 18:56:01 -0400 (0:00:00.234) 0:04:00.535 ******** skipping: [managed-node13] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 22 March 2025 18:56:01 -0400 (0:00:00.263) 0:04:00.798 ******** skipping: [managed-node13] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 22 March 2025 18:56:02 -0400 (0:00:00.260) 0:04:01.059 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 22 March 2025 18:56:02 -0400 (0:00:00.292) 0:04:01.351 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 22 March 2025 18:56:02 -0400 (0:00:00.225) 0:04:01.577 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 22 March 2025 18:56:02 -0400 (0:00:00.225) 0:04:01.802 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 22 March 2025 18:56:03 -0400 (0:00:00.624) 0:04:02.427 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 22 March 2025 18:56:03 -0400 (0:00:00.262) 0:04:02.690 ******** ok: [managed-node13] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 22 March 2025 18:56:03 -0400 (0:00:00.286) 0:04:02.976 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 22 March 2025 18:56:04 -0400 (0:00:00.309) 0:04:03.286 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 22 March 2025 18:56:04 -0400 (0:00:00.296) 0:04:03.582 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 22 March 2025 18:56:04 -0400 (0:00:00.182) 0:04:03.764 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 22 March 2025 18:56:05 -0400 (0:00:00.341) 0:04:04.106 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 22 March 2025 18:56:05 -0400 (0:00:00.261) 0:04:04.367 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 22 March 2025 18:56:05 -0400 (0:00:00.389) 0:04:04.757 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 22 March 2025 18:56:06 -0400 (0:00:00.364) 0:04:05.122 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 22 March 2025 18:56:06 -0400 (0:00:00.269) 0:04:05.391 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 22 March 2025 18:56:06 -0400 (0:00:00.185) 0:04:05.577 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 22 March 2025 18:56:06 -0400 (0:00:00.241) 0:04:05.819 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:86 Saturday 22 March 2025 18:56:07 -0400 (0:00:00.239) 0:04:06.058 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 22 March 2025 18:56:07 -0400 (0:00:00.683) 0:04:06.741 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 22 March 2025 18:56:08 -0400 (0:00:00.354) 0:04:07.096 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 22 March 2025 18:56:08 -0400 (0:00:00.344) 0:04:07.440 ******** skipping: [managed-node13] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node13] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node13] => (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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node13] => (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-rL0/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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 22 March 2025 18:56:09 -0400 (0:00:00.623) 0:04:08.063 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 22 March 2025 18:56:09 -0400 (0:00:00.240) 0:04:08.304 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 22 March 2025 18:56:09 -0400 (0:00:00.278) 0:04:08.583 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 22 March 2025 18:56:09 -0400 (0:00:00.189) 0:04:08.772 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 22 March 2025 18:56:09 -0400 (0:00:00.197) 0:04:08.969 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 22 March 2025 18:56:10 -0400 (0:00:00.499) 0:04:09.468 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 22 March 2025 18:56:10 -0400 (0:00:00.280) 0:04:09.748 ******** ok: [managed-node13] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 22 March 2025 18:56:11 -0400 (0:00:00.301) 0:04:10.050 ******** ok: [managed-node13] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 22 March 2025 18:56:11 -0400 (0:00:00.276) 0:04:10.326 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 22 March 2025 18:56:11 -0400 (0:00:00.158) 0:04:10.484 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 22 March 2025 18:56:11 -0400 (0:00:00.251) 0:04:10.736 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 22 March 2025 18:56:11 -0400 (0:00:00.194) 0:04:10.931 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 22 March 2025 18:56:12 -0400 (0:00:00.217) 0:04:11.148 ******** ok: [managed-node13] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 22 March 2025 18:56:12 -0400 (0:00:00.377) 0:04:11.526 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 22 March 2025 18:56:12 -0400 (0:00:00.197) 0:04:11.724 ******** ok: [managed-node13] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 22 March 2025 18:56:17 -0400 (0:00:05.258) 0:04:16.982 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 22 March 2025 18:56:18 -0400 (0:00:00.320) 0:04:17.303 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742684126.0156798, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0c2ddd76654ea0e31347fd5f7f57eed9d8ae6868", "ctime": 1742684126.0126798, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 379584653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742684126.0126798, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "1402300054", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 22 March 2025 18:56:19 -0400 (0:00:01.698) 0:04:19.001 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 22 March 2025 18:56:20 -0400 (0:00:00.298) 0:04:19.300 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 22 March 2025 18:56:20 -0400 (0:00:00.604) 0:04:19.905 ******** ok: [managed-node13] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 22 March 2025 18:56:21 -0400 (0:00:00.209) 0:04:20.114 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 22 March 2025 18:56:21 -0400 (0:00:00.236) 0:04:20.350 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 22 March 2025 18:56:21 -0400 (0:00:00.341) 0:04:20.692 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 22 March 2025 18:56:21 -0400 (0:00:00.214) 0:04:20.907 ******** ok: [managed-node13] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 22 March 2025 18:56:23 -0400 (0:00:01.774) 0:04:22.681 ******** ok: [managed-node13] => (item={'src': 'UUID=a7d156bf-bd06-4f35-9080-10f83616e474', '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=a7d156bf-bd06-4f35-9080-10f83616e474", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 22 March 2025 18:56:25 -0400 (0:00:01.716) 0:04:24.397 ******** skipping: [managed-node13] => (item={'src': 'UUID=a7d156bf-bd06-4f35-9080-10f83616e474', '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=a7d156bf-bd06-4f35-9080-10f83616e474", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 22 March 2025 18:56:25 -0400 (0:00:00.440) 0:04:24.838 ******** ok: [managed-node13] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 22 March 2025 18:56:27 -0400 (0:00:01.788) 0:04:26.626 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742682415.8933172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 22 March 2025 18:56:29 -0400 (0:00:01.743) 0:04:28.370 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 22 March 2025 18:56:29 -0400 (0:00:00.160) 0:04:28.530 ******** ok: [managed-node13] TASK [Verify results] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:97 Saturday 22 March 2025 18:56:31 -0400 (0:00:02.074) 0:04:30.605 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node13 TASK [Print out pool information] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 22 March 2025 18:56:32 -0400 (0:00:00.460) 0:04:31.065 ******** skipping: [managed-node13] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 22 March 2025 18:56:32 -0400 (0:00:00.262) 0:04:31.328 ******** ok: [managed-node13] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 22 March 2025 18:56:32 -0400 (0:00:00.450) 0:04:31.778 ******** ok: [managed-node13] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "a7d156bf-bd06-4f35-9080-10f83616e474" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "bf858635-0312-4755-99af-c574b8877a51" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 22 March 2025 18:56:34 -0400 (0:00:01.553) 0:04:33.332 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003118", "end": "2025-03-22 18:56:35.708985", "rc": 0, "start": "2025-03-22 18:56:35.705867" } 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=a7d156bf-bd06-4f35-9080-10f83616e474 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 22 March 2025 18:56:36 -0400 (0:00:01.744) 0:04:35.076 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002426", "end": "2025-03-22 18:56:37.329431", "failed_when_result": false, "rc": 0, "start": "2025-03-22 18:56:37.327005" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 22 March 2025 18:56:37 -0400 (0:00:01.512) 0:04:36.589 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 22 March 2025 18:56:37 -0400 (0:00:00.149) 0:04:36.738 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node13 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 22 March 2025 18:56:38 -0400 (0:00:00.434) 0:04:37.173 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 22 March 2025 18:56:38 -0400 (0:00:00.260) 0:04:37.434 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node13 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 22 March 2025 18:56:39 -0400 (0:00:01.164) 0:04:38.599 ******** ok: [managed-node13] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 22 March 2025 18:56:39 -0400 (0:00:00.358) 0:04:38.957 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 22 March 2025 18:56:40 -0400 (0:00:00.234) 0:04:39.192 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 22 March 2025 18:56:40 -0400 (0:00:00.223) 0:04:39.416 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 22 March 2025 18:56:40 -0400 (0:00:00.395) 0:04:39.812 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 22 March 2025 18:56:41 -0400 (0:00:00.289) 0:04:40.101 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 22 March 2025 18:56:41 -0400 (0:00:00.273) 0:04:40.374 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 22 March 2025 18:56:41 -0400 (0:00:00.296) 0:04:40.671 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 22 March 2025 18:56:41 -0400 (0:00:00.298) 0:04:40.969 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 22 March 2025 18:56:42 -0400 (0:00:00.325) 0:04:41.295 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 22 March 2025 18:56:42 -0400 (0:00:00.263) 0:04:41.558 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 22 March 2025 18:56:42 -0400 (0:00:00.190) 0:04:41.748 ******** ok: [managed-node13] => { "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=a7d156bf-bd06-4f35-9080-10f83616e474 " ], "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 22 March 2025 18:56:43 -0400 (0:00:00.474) 0:04:42.223 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 22 March 2025 18:56:43 -0400 (0:00:00.241) 0:04:42.465 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 22 March 2025 18:56:43 -0400 (0:00:00.206) 0:04:42.672 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 22 March 2025 18:56:43 -0400 (0:00:00.193) 0:04:42.865 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 22 March 2025 18:56:44 -0400 (0:00:00.319) 0:04:43.184 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 22 March 2025 18:56:44 -0400 (0:00:00.134) 0:04:43.319 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 22 March 2025 18:56:44 -0400 (0:00:00.325) 0:04:43.644 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 22 March 2025 18:56:44 -0400 (0:00:00.355) 0:04:44.000 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742684118.6495953, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1742684118.6495953, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36871, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1742684118.6495953, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 22 March 2025 18:56:46 -0400 (0:00:01.532) 0:04:45.532 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 22 March 2025 18:56:46 -0400 (0:00:00.245) 0:04:45.778 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 22 March 2025 18:56:47 -0400 (0:00:00.248) 0:04:46.027 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 22 March 2025 18:56:47 -0400 (0:00:00.258) 0:04:46.285 ******** ok: [managed-node13] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 22 March 2025 18:56:47 -0400 (0:00:00.197) 0:04:46.482 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 22 March 2025 18:56:47 -0400 (0:00:00.234) 0:04:46.717 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 22 March 2025 18:56:48 -0400 (0:00:00.317) 0:04:47.035 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 22 March 2025 18:56:48 -0400 (0:00:00.195) 0:04:47.230 ******** ok: [managed-node13] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 22 March 2025 18:56:52 -0400 (0:00:04.376) 0:04:51.606 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 22 March 2025 18:56:52 -0400 (0:00:00.213) 0:04:51.820 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 22 March 2025 18:56:53 -0400 (0:00:00.263) 0:04:52.083 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 22 March 2025 18:56:53 -0400 (0:00:00.422) 0:04:52.505 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 22 March 2025 18:56:53 -0400 (0:00:00.261) 0:04:52.767 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 22 March 2025 18:56:54 -0400 (0:00:00.304) 0:04:53.072 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 22 March 2025 18:56:54 -0400 (0:00:00.348) 0:04:53.421 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 22 March 2025 18:56:54 -0400 (0:00:00.301) 0:04:53.722 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 22 March 2025 18:56:54 -0400 (0:00:00.190) 0:04:53.913 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 22 March 2025 18:56:55 -0400 (0:00:00.274) 0:04:54.188 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 22 March 2025 18:56:55 -0400 (0:00:00.308) 0:04:54.497 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 22 March 2025 18:56:55 -0400 (0:00:00.405) 0:04:54.902 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 22 March 2025 18:56:56 -0400 (0:00:00.652) 0:04:55.554 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 22 March 2025 18:56:56 -0400 (0:00:00.317) 0:04:55.872 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 22 March 2025 18:56:57 -0400 (0:00:00.195) 0:04:56.068 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 22 March 2025 18:56:57 -0400 (0:00:00.302) 0:04:56.370 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 22 March 2025 18:56:57 -0400 (0:00:00.269) 0:04:56.640 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 22 March 2025 18:56:57 -0400 (0:00:00.289) 0:04:56.930 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 22 March 2025 18:56:58 -0400 (0:00:00.238) 0:04:57.169 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 22 March 2025 18:56:58 -0400 (0:00:00.341) 0:04:57.511 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 22 March 2025 18:56:58 -0400 (0:00:00.263) 0:04:57.774 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 22 March 2025 18:56:59 -0400 (0:00:00.341) 0:04:58.116 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 22 March 2025 18:56:59 -0400 (0:00:00.286) 0:04:58.402 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 22 March 2025 18:56:59 -0400 (0:00:00.216) 0:04:58.619 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 22 March 2025 18:56:59 -0400 (0:00:00.172) 0:04:58.792 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 22 March 2025 18:57:00 -0400 (0:00:00.342) 0:04:59.134 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 22 March 2025 18:57:00 -0400 (0:00:00.319) 0:04:59.454 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 22 March 2025 18:57:00 -0400 (0:00:00.235) 0:04:59.689 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 22 March 2025 18:57:00 -0400 (0:00:00.294) 0:04:59.984 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 22 March 2025 18:57:01 -0400 (0:00:00.267) 0:05:00.251 ******** skipping: [managed-node13] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 22 March 2025 18:57:01 -0400 (0:00:00.226) 0:05:00.478 ******** skipping: [managed-node13] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 22 March 2025 18:57:01 -0400 (0:00:00.415) 0:05:00.893 ******** skipping: [managed-node13] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 22 March 2025 18:57:02 -0400 (0:00:00.252) 0:05:01.145 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 22 March 2025 18:57:02 -0400 (0:00:00.246) 0:05:01.391 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 22 March 2025 18:57:02 -0400 (0:00:00.322) 0:05:01.714 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 22 March 2025 18:57:02 -0400 (0:00:00.280) 0:05:01.994 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 22 March 2025 18:57:03 -0400 (0:00:00.264) 0:05:02.258 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 22 March 2025 18:57:03 -0400 (0:00:00.226) 0:05:02.484 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 22 March 2025 18:57:03 -0400 (0:00:00.212) 0:05:02.697 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 22 March 2025 18:57:03 -0400 (0:00:00.237) 0:05:02.935 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 22 March 2025 18:57:04 -0400 (0:00:00.164) 0:05:03.099 ******** skipping: [managed-node13] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 22 March 2025 18:57:04 -0400 (0:00:00.339) 0:05:03.439 ******** skipping: [managed-node13] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 22 March 2025 18:57:04 -0400 (0:00:00.274) 0:05:03.713 ******** skipping: [managed-node13] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 22 March 2025 18:57:04 -0400 (0:00:00.270) 0:05:03.984 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 22 March 2025 18:57:05 -0400 (0:00:00.367) 0:05:04.352 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 22 March 2025 18:57:05 -0400 (0:00:00.375) 0:05:04.728 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 22 March 2025 18:57:06 -0400 (0:00:00.353) 0:05:05.082 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 22 March 2025 18:57:06 -0400 (0:00:00.292) 0:05:05.374 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 22 March 2025 18:57:06 -0400 (0:00:00.300) 0:05:05.675 ******** ok: [managed-node13] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 22 March 2025 18:57:06 -0400 (0:00:00.271) 0:05:05.946 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 22 March 2025 18:57:07 -0400 (0:00:00.270) 0:05:06.217 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 22 March 2025 18:57:07 -0400 (0:00:00.282) 0:05:06.499 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 22 March 2025 18:57:07 -0400 (0:00:00.264) 0:05:06.764 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 22 March 2025 18:57:07 -0400 (0:00:00.240) 0:05:07.005 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 22 March 2025 18:57:08 -0400 (0:00:00.265) 0:05:07.271 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 22 March 2025 18:57:08 -0400 (0:00:00.269) 0:05:07.540 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 22 March 2025 18:57:08 -0400 (0:00:00.332) 0:05:07.872 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 22 March 2025 18:57:09 -0400 (0:00:00.236) 0:05:08.109 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 22 March 2025 18:57:09 -0400 (0:00:00.193) 0:05:08.303 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 22 March 2025 18:57:09 -0400 (0:00:00.248) 0:05:08.551 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:100 Saturday 22 March 2025 18:57:09 -0400 (0:00:00.252) 0:05:08.804 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 22 March 2025 18:57:10 -0400 (0:00:00.691) 0:05:09.495 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 22 March 2025 18:57:10 -0400 (0:00:00.398) 0:05:09.894 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 22 March 2025 18:57:11 -0400 (0:00:00.741) 0:05:10.636 ******** skipping: [managed-node13] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node13] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node13] => (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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node13] => (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-rL0/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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 22 March 2025 18:57:12 -0400 (0:00:00.582) 0:05:11.218 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 22 March 2025 18:57:12 -0400 (0:00:00.218) 0:05:11.436 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 22 March 2025 18:57:12 -0400 (0:00:00.192) 0:05:11.629 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 22 March 2025 18:57:12 -0400 (0:00:00.143) 0:05:11.772 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 22 March 2025 18:57:12 -0400 (0:00:00.146) 0:05:11.919 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 22 March 2025 18:57:13 -0400 (0:00:00.420) 0:05:12.339 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 22 March 2025 18:57:13 -0400 (0:00:00.272) 0:05:12.612 ******** ok: [managed-node13] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 22 March 2025 18:57:13 -0400 (0:00:00.213) 0:05:12.825 ******** ok: [managed-node13] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 22 March 2025 18:57:14 -0400 (0:00:00.281) 0:05:13.107 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 22 March 2025 18:57:14 -0400 (0:00:00.250) 0:05:13.358 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 22 March 2025 18:57:14 -0400 (0:00:00.142) 0:05:13.501 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 22 March 2025 18:57:14 -0400 (0:00:00.223) 0:05:13.724 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 22 March 2025 18:57:14 -0400 (0:00:00.293) 0:05:14.017 ******** ok: [managed-node13] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 22 March 2025 18:57:15 -0400 (0:00:00.446) 0:05:14.464 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 22 March 2025 18:57:15 -0400 (0:00:00.213) 0:05:14.678 ******** changed: [managed-node13] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "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=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 22 March 2025 18:57:21 -0400 (0:00:05.395) 0:05:20.074 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 22 March 2025 18:57:21 -0400 (0:00:00.326) 0:05:20.400 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742684126.0156798, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0c2ddd76654ea0e31347fd5f7f57eed9d8ae6868", "ctime": 1742684126.0126798, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 379584653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742684126.0126798, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "1402300054", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 22 March 2025 18:57:22 -0400 (0:00:01.267) 0:05:21.668 ******** ok: [managed-node13] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 22 March 2025 18:57:23 -0400 (0:00:01.348) 0:05:23.017 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 22 March 2025 18:57:24 -0400 (0:00:00.213) 0:05:23.231 ******** ok: [managed-node13] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474", "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=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 22 March 2025 18:57:24 -0400 (0:00:00.197) 0:05:23.428 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 22 March 2025 18:57:24 -0400 (0:00:00.174) 0:05:23.603 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 22 March 2025 18:57:24 -0400 (0:00:00.156) 0:05:23.759 ******** changed: [managed-node13] => (item={'src': 'UUID=a7d156bf-bd06-4f35-9080-10f83616e474', '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=a7d156bf-bd06-4f35-9080-10f83616e474", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=a7d156bf-bd06-4f35-9080-10f83616e474" } ok: [managed-node13] => (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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 22 March 2025 18:57:27 -0400 (0:00:02.534) 0:05:26.294 ******** ok: [managed-node13] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 22 March 2025 18:57:28 -0400 (0:00:01.645) 0:05:27.939 ******** changed: [managed-node13] => (item={'src': 'UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae', '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=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 22 March 2025 18:57:30 -0400 (0:00:01.368) 0:05:29.308 ******** skipping: [managed-node13] => (item={'src': 'UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae', '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=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 22 March 2025 18:57:30 -0400 (0:00:00.374) 0:05:29.683 ******** ok: [managed-node13] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 22 March 2025 18:57:32 -0400 (0:00:01.798) 0:05:31.481 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742682415.8933172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 22 March 2025 18:57:34 -0400 (0:00:01.584) 0:05:33.065 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 22 March 2025 18:57:34 -0400 (0:00:00.229) 0:05:33.295 ******** ok: [managed-node13] TASK [Verify results] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:110 Saturday 22 March 2025 18:57:36 -0400 (0:00:02.114) 0:05:35.409 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node13 TASK [Print out pool information] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 22 March 2025 18:57:36 -0400 (0:00:00.490) 0:05:35.900 ******** skipping: [managed-node13] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 22 March 2025 18:57:37 -0400 (0:00:00.253) 0:05:36.153 ******** ok: [managed-node13] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 22 March 2025 18:57:37 -0400 (0:00:00.305) 0:05:36.458 ******** ok: [managed-node13] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "45e7ea4e-61d4-463f-a08f-80bdb51962ae" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "bf858635-0312-4755-99af-c574b8877a51" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 22 March 2025 18:57:39 -0400 (0:00:01.619) 0:05:38.078 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002648", "end": "2025-03-22 18:57:40.211878", "rc": 0, "start": "2025-03-22 18:57:40.209230" } 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=45e7ea4e-61d4-463f-a08f-80bdb51962ae none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 22 March 2025 18:57:40 -0400 (0:00:01.395) 0:05:39.473 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002537", "end": "2025-03-22 18:57:41.758570", "failed_when_result": false, "rc": 0, "start": "2025-03-22 18:57:41.756033" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 22 March 2025 18:57:42 -0400 (0:00:01.600) 0:05:41.074 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 22 March 2025 18:57:42 -0400 (0:00:00.189) 0:05:41.263 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node13 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 22 March 2025 18:57:42 -0400 (0:00:00.461) 0:05:41.725 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 22 March 2025 18:57:43 -0400 (0:00:00.330) 0:05:42.055 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node13 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 22 March 2025 18:57:44 -0400 (0:00:01.108) 0:05:43.164 ******** ok: [managed-node13] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 22 March 2025 18:57:44 -0400 (0:00:00.100) 0:05:43.265 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 22 March 2025 18:57:44 -0400 (0:00:00.108) 0:05:43.373 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 22 March 2025 18:57:44 -0400 (0:00:00.166) 0:05:43.540 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 22 March 2025 18:57:44 -0400 (0:00:00.172) 0:05:43.713 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 22 March 2025 18:57:44 -0400 (0:00:00.153) 0:05:43.866 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 22 March 2025 18:57:45 -0400 (0:00:00.185) 0:05:44.052 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 22 March 2025 18:57:45 -0400 (0:00:00.138) 0:05:44.191 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002306", "end": "2025-03-22 18:57:46.071504", "rc": 0, "start": "2025-03-22 18:57:46.069198" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 22 March 2025 18:57:46 -0400 (0:00:01.125) 0:05:45.316 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002595", "end": "2025-03-22 18:57:47.281498", "rc": 0, "start": "2025-03-22 18:57:47.278903" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 22 March 2025 18:57:47 -0400 (0:00:01.245) 0:05:46.561 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 22 March 2025 18:57:47 -0400 (0:00:00.348) 0:05:46.910 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 22 March 2025 18:57:48 -0400 (0:00:00.212) 0:05:47.122 ******** ok: [managed-node13] => { "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=45e7ea4e-61d4-463f-a08f-80bdb51962ae " ], "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 22 March 2025 18:57:48 -0400 (0:00:00.418) 0:05:47.541 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 22 March 2025 18:57:48 -0400 (0:00:00.127) 0:05:47.668 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 22 March 2025 18:57:48 -0400 (0:00:00.181) 0:05:47.850 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 22 March 2025 18:57:49 -0400 (0:00:00.206) 0:05:48.056 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 22 March 2025 18:57:49 -0400 (0:00:00.283) 0:05:48.340 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 22 March 2025 18:57:49 -0400 (0:00:00.126) 0:05:48.466 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 22 March 2025 18:57:49 -0400 (0:00:00.149) 0:05:48.616 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 22 March 2025 18:57:49 -0400 (0:00:00.214) 0:05:48.830 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742684240.7569983, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1742684240.740998, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36871, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1742684240.740998, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 22 March 2025 18:57:51 -0400 (0:00:01.316) 0:05:50.147 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 22 March 2025 18:57:51 -0400 (0:00:00.240) 0:05:50.388 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 22 March 2025 18:57:51 -0400 (0:00:00.222) 0:05:50.610 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 22 March 2025 18:57:51 -0400 (0:00:00.181) 0:05:50.792 ******** ok: [managed-node13] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 22 March 2025 18:57:51 -0400 (0:00:00.171) 0:05:50.964 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 22 March 2025 18:57:52 -0400 (0:00:00.336) 0:05:51.301 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 22 March 2025 18:57:52 -0400 (0:00:00.173) 0:05:51.474 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 22 March 2025 18:57:52 -0400 (0:00:00.205) 0:05:51.680 ******** ok: [managed-node13] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 22 March 2025 18:57:57 -0400 (0:00:04.875) 0:05:56.555 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 22 March 2025 18:57:57 -0400 (0:00:00.220) 0:05:56.776 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 22 March 2025 18:57:58 -0400 (0:00:00.288) 0:05:57.064 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 22 March 2025 18:57:58 -0400 (0:00:00.314) 0:05:57.378 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 22 March 2025 18:57:58 -0400 (0:00:00.295) 0:05:57.674 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 22 March 2025 18:57:58 -0400 (0:00:00.341) 0:05:58.015 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 22 March 2025 18:57:59 -0400 (0:00:00.397) 0:05:58.412 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 22 March 2025 18:57:59 -0400 (0:00:00.188) 0:05:58.601 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 22 March 2025 18:57:59 -0400 (0:00:00.279) 0:05:58.881 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 22 March 2025 18:58:00 -0400 (0:00:00.264) 0:05:59.145 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 22 March 2025 18:58:00 -0400 (0:00:00.223) 0:05:59.368 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 22 March 2025 18:58:00 -0400 (0:00:00.205) 0:05:59.574 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 22 March 2025 18:58:00 -0400 (0:00:00.191) 0:05:59.765 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 22 March 2025 18:58:01 -0400 (0:00:00.287) 0:06:00.053 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 22 March 2025 18:58:01 -0400 (0:00:00.180) 0:06:00.233 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 22 March 2025 18:58:01 -0400 (0:00:00.227) 0:06:00.461 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 22 March 2025 18:58:01 -0400 (0:00:00.371) 0:06:00.833 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 22 March 2025 18:58:02 -0400 (0:00:00.268) 0:06:01.102 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 22 March 2025 18:58:02 -0400 (0:00:00.298) 0:06:01.400 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 22 March 2025 18:58:02 -0400 (0:00:00.273) 0:06:01.674 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 22 March 2025 18:58:02 -0400 (0:00:00.275) 0:06:01.949 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 22 March 2025 18:58:03 -0400 (0:00:00.144) 0:06:02.094 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 22 March 2025 18:58:03 -0400 (0:00:00.197) 0:06:02.292 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 22 March 2025 18:58:03 -0400 (0:00:00.224) 0:06:02.516 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 22 March 2025 18:58:03 -0400 (0:00:00.259) 0:06:02.776 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 22 March 2025 18:58:04 -0400 (0:00:00.287) 0:06:03.064 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 22 March 2025 18:58:04 -0400 (0:00:00.280) 0:06:03.344 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 22 March 2025 18:58:04 -0400 (0:00:00.275) 0:06:03.620 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 22 March 2025 18:58:04 -0400 (0:00:00.286) 0:06:03.906 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 22 March 2025 18:58:05 -0400 (0:00:00.228) 0:06:04.134 ******** skipping: [managed-node13] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 22 March 2025 18:58:05 -0400 (0:00:00.292) 0:06:04.426 ******** skipping: [managed-node13] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 22 March 2025 18:58:05 -0400 (0:00:00.205) 0:06:04.632 ******** skipping: [managed-node13] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 22 March 2025 18:58:05 -0400 (0:00:00.229) 0:06:04.862 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 22 March 2025 18:58:06 -0400 (0:00:00.219) 0:06:05.081 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 22 March 2025 18:58:06 -0400 (0:00:00.146) 0:06:05.228 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 22 March 2025 18:58:06 -0400 (0:00:00.227) 0:06:05.456 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 22 March 2025 18:58:06 -0400 (0:00:00.254) 0:06:05.711 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 22 March 2025 18:58:06 -0400 (0:00:00.176) 0:06:05.887 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 22 March 2025 18:58:07 -0400 (0:00:00.187) 0:06:06.075 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 22 March 2025 18:58:07 -0400 (0:00:00.136) 0:06:06.211 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 22 March 2025 18:58:07 -0400 (0:00:00.114) 0:06:06.326 ******** skipping: [managed-node13] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 22 March 2025 18:58:07 -0400 (0:00:00.178) 0:06:06.504 ******** skipping: [managed-node13] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 22 March 2025 18:58:07 -0400 (0:00:00.143) 0:06:06.647 ******** skipping: [managed-node13] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 22 March 2025 18:58:07 -0400 (0:00:00.113) 0:06:06.761 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 22 March 2025 18:58:07 -0400 (0:00:00.109) 0:06:06.870 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 22 March 2025 18:58:07 -0400 (0:00:00.097) 0:06:06.968 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 22 March 2025 18:58:08 -0400 (0:00:00.073) 0:06:07.041 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 22 March 2025 18:58:08 -0400 (0:00:00.107) 0:06:07.149 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 22 March 2025 18:58:08 -0400 (0:00:00.145) 0:06:07.294 ******** ok: [managed-node13] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 22 March 2025 18:58:08 -0400 (0:00:00.193) 0:06:07.488 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 22 March 2025 18:58:08 -0400 (0:00:00.221) 0:06:07.710 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 22 March 2025 18:58:08 -0400 (0:00:00.241) 0:06:07.951 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 22 March 2025 18:58:09 -0400 (0:00:00.245) 0:06:08.196 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 22 March 2025 18:58:09 -0400 (0:00:00.278) 0:06:08.475 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 22 March 2025 18:58:09 -0400 (0:00:00.168) 0:06:08.644 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 22 March 2025 18:58:09 -0400 (0:00:00.168) 0:06:08.812 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 22 March 2025 18:58:10 -0400 (0:00:00.231) 0:06:09.044 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 22 March 2025 18:58:10 -0400 (0:00:00.200) 0:06:09.244 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 22 March 2025 18:58:10 -0400 (0:00:00.246) 0:06:09.490 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 22 March 2025 18:58:10 -0400 (0:00:00.178) 0:06:09.669 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:113 Saturday 22 March 2025 18:58:10 -0400 (0:00:00.172) 0:06:09.841 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 22 March 2025 18:58:11 -0400 (0:00:01.142) 0:06:10.984 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 22 March 2025 18:58:12 -0400 (0:00:00.272) 0:06:11.257 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 22 March 2025 18:58:12 -0400 (0:00:00.274) 0:06:11.531 ******** skipping: [managed-node13] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node13] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node13] => (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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node13] => (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-rL0/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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 22 March 2025 18:58:13 -0400 (0:00:00.567) 0:06:12.098 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 22 March 2025 18:58:13 -0400 (0:00:00.327) 0:06:12.425 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 22 March 2025 18:58:13 -0400 (0:00:00.182) 0:06:12.608 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 22 March 2025 18:58:13 -0400 (0:00:00.164) 0:06:12.773 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 22 March 2025 18:58:14 -0400 (0:00:00.337) 0:06:13.110 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 22 March 2025 18:58:14 -0400 (0:00:00.591) 0:06:13.702 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 22 March 2025 18:58:14 -0400 (0:00:00.296) 0:06:13.999 ******** ok: [managed-node13] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 22 March 2025 18:58:15 -0400 (0:00:00.209) 0:06:14.209 ******** ok: [managed-node13] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 22 March 2025 18:58:15 -0400 (0:00:00.178) 0:06:14.388 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 22 March 2025 18:58:15 -0400 (0:00:00.241) 0:06:14.629 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 22 March 2025 18:58:15 -0400 (0:00:00.236) 0:06:14.865 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 22 March 2025 18:58:16 -0400 (0:00:00.390) 0:06:15.256 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 22 March 2025 18:58:16 -0400 (0:00:00.196) 0:06:15.452 ******** ok: [managed-node13] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 22 March 2025 18:58:16 -0400 (0:00:00.365) 0:06:15.818 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 22 March 2025 18:58:17 -0400 (0:00:00.245) 0:06:16.063 ******** ok: [managed-node13] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 22 March 2025 18:58:22 -0400 (0:00:05.159) 0:06:21.222 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 22 March 2025 18:58:22 -0400 (0:00:00.249) 0:06:21.471 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742684252.0531278, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f1baf35b583662e2b075574c815896bf91b1574b", "ctime": 1742684249.969104, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 379584653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742684249.969104, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "1402300054", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 22 March 2025 18:58:23 -0400 (0:00:01.217) 0:06:22.688 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 22 March 2025 18:58:23 -0400 (0:00:00.302) 0:06:22.991 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 22 March 2025 18:58:24 -0400 (0:00:00.209) 0:06:23.201 ******** ok: [managed-node13] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 22 March 2025 18:58:24 -0400 (0:00:00.199) 0:06:23.400 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 22 March 2025 18:58:24 -0400 (0:00:00.237) 0:06:23.637 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 22 March 2025 18:58:24 -0400 (0:00:00.309) 0:06:23.947 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 22 March 2025 18:58:25 -0400 (0:00:00.147) 0:06:24.094 ******** ok: [managed-node13] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 22 March 2025 18:58:26 -0400 (0:00:01.466) 0:06:25.560 ******** ok: [managed-node13] => (item={'src': 'UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae', '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=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 22 March 2025 18:58:28 -0400 (0:00:01.574) 0:06:27.135 ******** skipping: [managed-node13] => (item={'src': 'UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae', '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=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 22 March 2025 18:58:28 -0400 (0:00:00.329) 0:06:27.464 ******** ok: [managed-node13] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 22 March 2025 18:58:30 -0400 (0:00:01.640) 0:06:29.105 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742682415.8933172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 22 March 2025 18:58:31 -0400 (0:00:01.117) 0:06:30.222 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 22 March 2025 18:58:31 -0400 (0:00:00.157) 0:06:30.380 ******** ok: [managed-node13] TASK [Verify results] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:123 Saturday 22 March 2025 18:58:33 -0400 (0:00:01.762) 0:06:32.142 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node13 TASK [Print out pool information] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 22 March 2025 18:58:33 -0400 (0:00:00.607) 0:06:32.750 ******** skipping: [managed-node13] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 22 March 2025 18:58:33 -0400 (0:00:00.129) 0:06:32.879 ******** ok: [managed-node13] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 22 March 2025 18:58:34 -0400 (0:00:00.230) 0:06:33.110 ******** ok: [managed-node13] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "45e7ea4e-61d4-463f-a08f-80bdb51962ae" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "bf858635-0312-4755-99af-c574b8877a51" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 22 March 2025 18:58:35 -0400 (0:00:01.404) 0:06:34.514 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002523", "end": "2025-03-22 18:58:36.510117", "rc": 0, "start": "2025-03-22 18:58:36.507594" } 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=45e7ea4e-61d4-463f-a08f-80bdb51962ae none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 22 March 2025 18:58:36 -0400 (0:00:01.271) 0:06:35.786 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002556", "end": "2025-03-22 18:58:38.037290", "failed_when_result": false, "rc": 0, "start": "2025-03-22 18:58:38.034734" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 22 March 2025 18:58:38 -0400 (0:00:01.539) 0:06:37.325 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 22 March 2025 18:58:38 -0400 (0:00:00.128) 0:06:37.454 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node13 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 22 March 2025 18:58:38 -0400 (0:00:00.252) 0:06:37.706 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 22 March 2025 18:58:38 -0400 (0:00:00.232) 0:06:37.939 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node13 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 22 March 2025 18:58:39 -0400 (0:00:00.633) 0:06:38.573 ******** ok: [managed-node13] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 22 March 2025 18:58:39 -0400 (0:00:00.152) 0:06:38.726 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 22 March 2025 18:58:39 -0400 (0:00:00.100) 0:06:38.826 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 22 March 2025 18:58:39 -0400 (0:00:00.180) 0:06:39.006 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 22 March 2025 18:58:40 -0400 (0:00:00.179) 0:06:39.186 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 22 March 2025 18:58:40 -0400 (0:00:00.503) 0:06:39.690 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 22 March 2025 18:58:41 -0400 (0:00:00.371) 0:06:40.061 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 22 March 2025 18:58:41 -0400 (0:00:00.267) 0:06:40.329 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002651", "end": "2025-03-22 18:58:42.532652", "rc": 0, "start": "2025-03-22 18:58:42.530001" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 22 March 2025 18:58:42 -0400 (0:00:01.483) 0:06:41.813 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002937", "end": "2025-03-22 18:58:43.934972", "rc": 0, "start": "2025-03-22 18:58:43.932035" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 22 March 2025 18:58:44 -0400 (0:00:01.444) 0:06:43.257 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 22 March 2025 18:58:44 -0400 (0:00:00.286) 0:06:43.544 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 22 March 2025 18:58:44 -0400 (0:00:00.175) 0:06:43.719 ******** ok: [managed-node13] => { "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=45e7ea4e-61d4-463f-a08f-80bdb51962ae " ], "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 22 March 2025 18:58:45 -0400 (0:00:00.577) 0:06:44.297 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 22 March 2025 18:58:45 -0400 (0:00:00.306) 0:06:44.604 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 22 March 2025 18:58:45 -0400 (0:00:00.199) 0:06:44.803 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 22 March 2025 18:58:46 -0400 (0:00:00.238) 0:06:45.041 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 22 March 2025 18:58:46 -0400 (0:00:00.279) 0:06:45.320 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 22 March 2025 18:58:46 -0400 (0:00:00.178) 0:06:45.499 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 22 March 2025 18:58:46 -0400 (0:00:00.335) 0:06:45.834 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 22 March 2025 18:58:47 -0400 (0:00:00.378) 0:06:46.213 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742684240.7569983, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1742684240.740998, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36871, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1742684240.740998, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 22 March 2025 18:58:48 -0400 (0:00:01.391) 0:06:47.604 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 22 March 2025 18:58:48 -0400 (0:00:00.301) 0:06:47.906 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 22 March 2025 18:58:49 -0400 (0:00:00.291) 0:06:48.197 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 22 March 2025 18:58:49 -0400 (0:00:00.320) 0:06:48.518 ******** ok: [managed-node13] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 22 March 2025 18:58:49 -0400 (0:00:00.221) 0:06:48.740 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 22 March 2025 18:58:49 -0400 (0:00:00.254) 0:06:48.994 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 22 March 2025 18:58:50 -0400 (0:00:00.290) 0:06:49.285 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 22 March 2025 18:58:50 -0400 (0:00:00.265) 0:06:49.550 ******** ok: [managed-node13] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 22 March 2025 18:58:55 -0400 (0:00:04.645) 0:06:54.196 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 22 March 2025 18:58:55 -0400 (0:00:00.354) 0:06:54.551 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 22 March 2025 18:58:55 -0400 (0:00:00.302) 0:06:54.853 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 22 March 2025 18:58:56 -0400 (0:00:00.347) 0:06:55.201 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 22 March 2025 18:58:56 -0400 (0:00:00.295) 0:06:55.496 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 22 March 2025 18:58:56 -0400 (0:00:00.260) 0:06:55.757 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 22 March 2025 18:58:56 -0400 (0:00:00.230) 0:06:55.987 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 22 March 2025 18:58:57 -0400 (0:00:00.244) 0:06:56.231 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 22 March 2025 18:58:57 -0400 (0:00:00.263) 0:06:56.495 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 22 March 2025 18:58:57 -0400 (0:00:00.244) 0:06:56.740 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 22 March 2025 18:58:57 -0400 (0:00:00.214) 0:06:56.954 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 22 March 2025 18:58:58 -0400 (0:00:00.248) 0:06:57.203 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 22 March 2025 18:58:58 -0400 (0:00:00.260) 0:06:57.463 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 22 March 2025 18:58:58 -0400 (0:00:00.295) 0:06:57.759 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 22 March 2025 18:58:58 -0400 (0:00:00.100) 0:06:57.860 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 22 March 2025 18:58:59 -0400 (0:00:00.161) 0:06:58.022 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 22 March 2025 18:58:59 -0400 (0:00:00.144) 0:06:58.166 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 22 March 2025 18:58:59 -0400 (0:00:00.168) 0:06:58.334 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 22 March 2025 18:58:59 -0400 (0:00:00.158) 0:06:58.493 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 22 March 2025 18:58:59 -0400 (0:00:00.272) 0:06:58.765 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 22 March 2025 18:58:59 -0400 (0:00:00.130) 0:06:58.896 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 22 March 2025 18:59:00 -0400 (0:00:00.279) 0:06:59.175 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 22 March 2025 18:59:00 -0400 (0:00:00.300) 0:06:59.476 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 22 March 2025 18:59:00 -0400 (0:00:00.360) 0:06:59.837 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 22 March 2025 18:59:01 -0400 (0:00:00.329) 0:07:00.167 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 22 March 2025 18:59:01 -0400 (0:00:00.297) 0:07:00.464 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 22 March 2025 18:59:01 -0400 (0:00:00.291) 0:07:00.756 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 22 March 2025 18:59:02 -0400 (0:00:00.303) 0:07:01.060 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 22 March 2025 18:59:02 -0400 (0:00:00.270) 0:07:01.330 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 22 March 2025 18:59:02 -0400 (0:00:00.213) 0:07:01.544 ******** skipping: [managed-node13] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 22 March 2025 18:59:02 -0400 (0:00:00.204) 0:07:01.748 ******** skipping: [managed-node13] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 22 March 2025 18:59:02 -0400 (0:00:00.194) 0:07:01.943 ******** skipping: [managed-node13] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 22 March 2025 18:59:03 -0400 (0:00:00.224) 0:07:02.167 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 22 March 2025 18:59:03 -0400 (0:00:00.275) 0:07:02.443 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 22 March 2025 18:59:03 -0400 (0:00:00.227) 0:07:02.671 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 22 March 2025 18:59:03 -0400 (0:00:00.166) 0:07:02.837 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 22 March 2025 18:59:04 -0400 (0:00:00.234) 0:07:03.072 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 22 March 2025 18:59:04 -0400 (0:00:00.567) 0:07:03.639 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 22 March 2025 18:59:04 -0400 (0:00:00.170) 0:07:03.810 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 22 March 2025 18:59:04 -0400 (0:00:00.207) 0:07:04.017 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 22 March 2025 18:59:05 -0400 (0:00:00.209) 0:07:04.226 ******** skipping: [managed-node13] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 22 March 2025 18:59:05 -0400 (0:00:00.156) 0:07:04.383 ******** skipping: [managed-node13] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 22 March 2025 18:59:05 -0400 (0:00:00.178) 0:07:04.561 ******** skipping: [managed-node13] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 22 March 2025 18:59:05 -0400 (0:00:00.190) 0:07:04.752 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 22 March 2025 18:59:05 -0400 (0:00:00.192) 0:07:04.944 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 22 March 2025 18:59:06 -0400 (0:00:00.216) 0:07:05.160 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 22 March 2025 18:59:06 -0400 (0:00:00.291) 0:07:05.452 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 22 March 2025 18:59:06 -0400 (0:00:00.172) 0:07:05.624 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 22 March 2025 18:59:06 -0400 (0:00:00.282) 0:07:05.907 ******** ok: [managed-node13] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 22 March 2025 18:59:07 -0400 (0:00:00.208) 0:07:06.115 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 22 March 2025 18:59:07 -0400 (0:00:00.137) 0:07:06.253 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 22 March 2025 18:59:07 -0400 (0:00:00.254) 0:07:06.507 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 22 March 2025 18:59:07 -0400 (0:00:00.171) 0:07:06.679 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 22 March 2025 18:59:07 -0400 (0:00:00.215) 0:07:06.894 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 22 March 2025 18:59:08 -0400 (0:00:00.269) 0:07:07.164 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 22 March 2025 18:59:08 -0400 (0:00:00.250) 0:07:07.414 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 22 March 2025 18:59:08 -0400 (0:00:00.243) 0:07:07.657 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 22 March 2025 18:59:08 -0400 (0:00:00.260) 0:07:07.917 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 22 March 2025 18:59:09 -0400 (0:00:00.305) 0:07:08.223 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 22 March 2025 18:59:09 -0400 (0:00:00.166) 0:07:08.390 ******** ok: [managed-node13] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:126 Saturday 22 March 2025 18:59:09 -0400 (0:00:00.270) 0:07:08.661 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 22 March 2025 18:59:10 -0400 (0:00:00.717) 0:07:09.378 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 22 March 2025 18:59:10 -0400 (0:00:00.325) 0:07:09.703 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 22 March 2025 18:59:10 -0400 (0:00:00.218) 0:07:09.922 ******** skipping: [managed-node13] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node13] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node13] => (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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node13] => (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-rL0/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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 22 March 2025 18:59:11 -0400 (0:00:00.508) 0:07:10.431 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 22 March 2025 18:59:11 -0400 (0:00:00.388) 0:07:10.819 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 22 March 2025 18:59:12 -0400 (0:00:00.307) 0:07:11.127 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 22 March 2025 18:59:12 -0400 (0:00:00.206) 0:07:11.333 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 22 March 2025 18:59:12 -0400 (0:00:00.255) 0:07:11.588 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node13 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 22 March 2025 18:59:13 -0400 (0:00:00.439) 0:07:12.028 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 22 March 2025 18:59:13 -0400 (0:00:00.395) 0:07:12.423 ******** ok: [managed-node13] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 22 March 2025 18:59:13 -0400 (0:00:00.275) 0:07:12.699 ******** ok: [managed-node13] => { "storage_volumes": [ { "disks": [ "sda" ], "mount_point": "/opt/test", "name": "test1", "state": "absent", "type": "disk" }, { "disks": [ "sdb" ], "mount_point": "none", "name": "test2", "state": "absent", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 22 March 2025 18:59:13 -0400 (0:00:00.309) 0:07:13.009 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 22 March 2025 18:59:14 -0400 (0:00:00.278) 0:07:13.287 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 22 March 2025 18:59:14 -0400 (0:00:00.237) 0:07:13.525 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 22 March 2025 18:59:14 -0400 (0:00:00.340) 0:07:13.866 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 22 March 2025 18:59:15 -0400 (0:00:00.230) 0:07:14.097 ******** ok: [managed-node13] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 22 March 2025 18:59:15 -0400 (0:00:00.276) 0:07:14.373 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 22 March 2025 18:59:15 -0400 (0:00:00.210) 0:07:14.584 ******** changed: [managed-node13] => { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=bf858635-0312-4755-99af-c574b8877a51", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 22 March 2025 18:59:20 -0400 (0:00:05.309) 0:07:19.893 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 22 March 2025 18:59:21 -0400 (0:00:00.220) 0:07:20.114 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742684252.0531278, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f1baf35b583662e2b075574c815896bf91b1574b", "ctime": 1742684249.969104, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 379584653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1742684249.969104, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "1402300054", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 22 March 2025 18:59:22 -0400 (0:00:01.055) 0:07:21.169 ******** ok: [managed-node13] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 22 March 2025 18:59:23 -0400 (0:00:01.540) 0:07:22.710 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 22 March 2025 18:59:23 -0400 (0:00:00.166) 0:07:22.877 ******** ok: [managed-node13] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=bf858635-0312-4755-99af-c574b8877a51", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 22 March 2025 18:59:24 -0400 (0:00:00.196) 0:07:23.073 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 22 March 2025 18:59:24 -0400 (0:00:00.257) 0:07:23.330 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=bf858635-0312-4755-99af-c574b8877a51", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 22 March 2025 18:59:24 -0400 (0:00:00.263) 0:07:23.593 ******** changed: [managed-node13] => (item={'src': 'UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae', '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=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 22 March 2025 18:59:25 -0400 (0:00:01.255) 0:07:24.849 ******** ok: [managed-node13] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 22 March 2025 18:59:27 -0400 (0:00:01.709) 0:07:26.559 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 22 March 2025 18:59:27 -0400 (0:00:00.365) 0:07:26.924 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 22 March 2025 18:59:28 -0400 (0:00:00.328) 0:07:27.252 ******** ok: [managed-node13] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 22 March 2025 18:59:30 -0400 (0:00:01.789) 0:07:29.042 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742682415.8933172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "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-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 22 March 2025 18:59:31 -0400 (0:00:01.346) 0:07:30.388 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 22 March 2025 18:59:31 -0400 (0:00:00.159) 0:07:30.548 ******** ok: [managed-node13] TASK [Verify results] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:142 Saturday 22 March 2025 18:59:33 -0400 (0:00:01.940) 0:07:32.488 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node13 TASK [Print out pool information] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 22 March 2025 18:59:34 -0400 (0:00:00.543) 0:07:33.032 ******** skipping: [managed-node13] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 22 March 2025 18:59:34 -0400 (0:00:00.264) 0:07:33.296 ******** ok: [managed-node13] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=45e7ea4e-61d4-463f-a08f-80bdb51962ae", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=bf858635-0312-4755-99af-c574b8877a51", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 22 March 2025 18:59:34 -0400 (0:00:00.364) 0:07:33.660 ******** ok: [managed-node13] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 22 March 2025 18:59:36 -0400 (0:00:01.549) 0:07:35.210 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002610", "end": "2025-03-22 18:59:37.368990", "rc": 0, "start": "2025-03-22 18:59:37.366380" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 22 March 2025 18:59:37 -0400 (0:00:01.502) 0:07:36.712 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002703", "end": "2025-03-22 18:59:38.817494", "failed_when_result": false, "rc": 0, "start": "2025-03-22 18:59:38.814791" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 22 March 2025 18:59:39 -0400 (0:00:01.354) 0:07:38.067 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 22 March 2025 18:59:39 -0400 (0:00:00.145) 0:07:38.213 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node13 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 22 March 2025 18:59:39 -0400 (0:00:00.448) 0:07:38.661 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 22 March 2025 18:59:40 -0400 (0:00:00.587) 0:07:39.249 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node13 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 22 March 2025 18:59:40 -0400 (0:00:00.698) 0:07:39.948 ******** ok: [managed-node13] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 22 March 2025 18:59:41 -0400 (0:00:00.202) 0:07:40.151 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 22 March 2025 18:59:41 -0400 (0:00:00.268) 0:07:40.419 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 22 March 2025 18:59:41 -0400 (0:00:00.263) 0:07:40.683 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 22 March 2025 18:59:41 -0400 (0:00:00.243) 0:07:40.926 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 22 March 2025 18:59:42 -0400 (0:00:00.192) 0:07:41.118 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 22 March 2025 18:59:42 -0400 (0:00:00.223) 0:07:41.342 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 22 March 2025 18:59:42 -0400 (0:00:00.187) 0:07:41.529 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003076", "end": "2025-03-22 18:59:43.927783", "rc": 0, "start": "2025-03-22 18:59:43.924707" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 22 March 2025 18:59:44 -0400 (0:00:01.885) 0:07:43.415 ******** ok: [managed-node13] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002265", "end": "2025-03-22 18:59:45.821686", "rc": 0, "start": "2025-03-22 18:59:45.819421" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 22 March 2025 18:59:46 -0400 (0:00:01.662) 0:07:45.078 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 22 March 2025 18:59:46 -0400 (0:00:00.360) 0:07:45.439 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 22 March 2025 18:59:46 -0400 (0:00:00.214) 0:07:45.653 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 22 March 2025 18:59:47 -0400 (0:00:00.421) 0:07:46.075 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 22 March 2025 18:59:47 -0400 (0:00:00.181) 0:07:46.256 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 22 March 2025 18:59:47 -0400 (0:00:00.227) 0:07:46.484 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 22 March 2025 18:59:47 -0400 (0:00:00.280) 0:07:46.765 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 22 March 2025 18:59:48 -0400 (0:00:00.265) 0:07:47.031 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 22 March 2025 18:59:48 -0400 (0:00:00.175) 0:07:47.207 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 22 March 2025 18:59:48 -0400 (0:00:00.283) 0:07:47.490 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 22 March 2025 18:59:48 -0400 (0:00:00.313) 0:07:47.804 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742684360.610373, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1742684360.610373, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36871, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1742684360.610373, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 22 March 2025 18:59:50 -0400 (0:00:01.541) 0:07:49.345 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 22 March 2025 18:59:50 -0400 (0:00:00.277) 0:07:49.622 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 22 March 2025 18:59:50 -0400 (0:00:00.282) 0:07:49.904 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 22 March 2025 18:59:51 -0400 (0:00:00.268) 0:07:50.172 ******** ok: [managed-node13] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 22 March 2025 18:59:51 -0400 (0:00:00.254) 0:07:50.427 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 22 March 2025 18:59:51 -0400 (0:00:00.216) 0:07:50.643 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 22 March 2025 18:59:51 -0400 (0:00:00.170) 0:07:50.813 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 22 March 2025 18:59:51 -0400 (0:00:00.196) 0:07:51.009 ******** ok: [managed-node13] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 22 March 2025 18:59:56 -0400 (0:00:04.737) 0:07:55.747 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 22 March 2025 18:59:56 -0400 (0:00:00.244) 0:07:55.991 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 22 March 2025 18:59:57 -0400 (0:00:00.274) 0:07:56.266 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 22 March 2025 18:59:57 -0400 (0:00:00.177) 0:07:56.444 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 22 March 2025 18:59:57 -0400 (0:00:00.229) 0:07:56.674 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 22 March 2025 18:59:57 -0400 (0:00:00.341) 0:07:57.015 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 22 March 2025 18:59:58 -0400 (0:00:00.176) 0:07:57.191 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 22 March 2025 18:59:58 -0400 (0:00:00.215) 0:07:57.407 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 22 March 2025 18:59:58 -0400 (0:00:00.212) 0:07:57.620 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 22 March 2025 18:59:58 -0400 (0:00:00.330) 0:07:57.950 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 22 March 2025 18:59:59 -0400 (0:00:00.334) 0:07:58.284 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 22 March 2025 18:59:59 -0400 (0:00:00.265) 0:07:58.550 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 22 March 2025 18:59:59 -0400 (0:00:00.301) 0:07:58.852 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 22 March 2025 19:00:00 -0400 (0:00:00.285) 0:07:59.138 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 22 March 2025 19:00:00 -0400 (0:00:00.236) 0:07:59.375 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 22 March 2025 19:00:00 -0400 (0:00:00.235) 0:07:59.610 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 22 March 2025 19:00:01 -0400 (0:00:00.583) 0:08:00.193 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 22 March 2025 19:00:01 -0400 (0:00:00.212) 0:08:00.406 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 22 March 2025 19:00:01 -0400 (0:00:00.165) 0:08:00.572 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 22 March 2025 19:00:01 -0400 (0:00:00.189) 0:08:00.762 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 22 March 2025 19:00:01 -0400 (0:00:00.138) 0:08:00.900 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 22 March 2025 19:00:02 -0400 (0:00:00.261) 0:08:01.162 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 22 March 2025 19:00:02 -0400 (0:00:00.262) 0:08:01.425 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 22 March 2025 19:00:02 -0400 (0:00:00.178) 0:08:01.603 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 22 March 2025 19:00:02 -0400 (0:00:00.269) 0:08:01.873 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 22 March 2025 19:00:03 -0400 (0:00:00.184) 0:08:02.058 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 22 March 2025 19:00:03 -0400 (0:00:00.266) 0:08:02.324 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 22 March 2025 19:00:03 -0400 (0:00:00.370) 0:08:02.695 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 22 March 2025 19:00:03 -0400 (0:00:00.267) 0:08:02.962 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 22 March 2025 19:00:04 -0400 (0:00:00.192) 0:08:03.155 ******** skipping: [managed-node13] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 22 March 2025 19:00:04 -0400 (0:00:00.309) 0:08:03.464 ******** skipping: [managed-node13] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 22 March 2025 19:00:04 -0400 (0:00:00.324) 0:08:03.789 ******** skipping: [managed-node13] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 22 March 2025 19:00:05 -0400 (0:00:00.269) 0:08:04.058 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 22 March 2025 19:00:05 -0400 (0:00:00.288) 0:08:04.347 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 22 March 2025 19:00:05 -0400 (0:00:00.247) 0:08:04.595 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 22 March 2025 19:00:05 -0400 (0:00:00.252) 0:08:04.847 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 22 March 2025 19:00:06 -0400 (0:00:00.200) 0:08:05.048 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 22 March 2025 19:00:06 -0400 (0:00:00.177) 0:08:05.225 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 22 March 2025 19:00:06 -0400 (0:00:00.137) 0:08:05.363 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 22 March 2025 19:00:06 -0400 (0:00:00.176) 0:08:05.539 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 22 March 2025 19:00:06 -0400 (0:00:00.176) 0:08:05.716 ******** skipping: [managed-node13] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 22 March 2025 19:00:06 -0400 (0:00:00.205) 0:08:05.921 ******** skipping: [managed-node13] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 22 March 2025 19:00:07 -0400 (0:00:00.220) 0:08:06.141 ******** skipping: [managed-node13] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 22 March 2025 19:00:07 -0400 (0:00:00.144) 0:08:06.286 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 22 March 2025 19:00:07 -0400 (0:00:00.274) 0:08:06.560 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 22 March 2025 19:00:07 -0400 (0:00:00.211) 0:08:06.772 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 22 March 2025 19:00:07 -0400 (0:00:00.199) 0:08:06.971 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 22 March 2025 19:00:08 -0400 (0:00:00.271) 0:08:07.243 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 22 March 2025 19:00:08 -0400 (0:00:00.302) 0:08:07.546 ******** ok: [managed-node13] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 22 March 2025 19:00:08 -0400 (0:00:00.242) 0:08:07.788 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 22 March 2025 19:00:08 -0400 (0:00:00.225) 0:08:08.014 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 22 March 2025 19:00:09 -0400 (0:00:00.166) 0:08:08.180 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 22 March 2025 19:00:09 -0400 (0:00:00.303) 0:08:08.483 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 22 March 2025 19:00:09 -0400 (0:00:00.334) 0:08:08.818 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 22 March 2025 19:00:10 -0400 (0:00:00.313) 0:08:09.132 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 22 March 2025 19:00:10 -0400 (0:00:00.274) 0:08:09.406 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 22 March 2025 19:00:10 -0400 (0:00:00.259) 0:08:09.666 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 22 March 2025 19:00:10 -0400 (0:00:00.276) 0:08:09.942 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 22 March 2025 19:00:11 -0400 (0:00:00.268) 0:08:10.211 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 22 March 2025 19:00:11 -0400 (0:00:00.293) 0:08:10.504 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 22 March 2025 19:00:11 -0400 (0:00:00.247) 0:08:10.752 ******** included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node13 included: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node13 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 22 March 2025 19:00:12 -0400 (0:00:00.803) 0:08:11.556 ******** ok: [managed-node13] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 22 March 2025 19:00:12 -0400 (0:00:00.228) 0:08:11.784 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 22 March 2025 19:00:12 -0400 (0:00:00.229) 0:08:12.014 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 22 March 2025 19:00:13 -0400 (0:00:00.187) 0:08:12.202 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 22 March 2025 19:00:13 -0400 (0:00:00.176) 0:08:12.378 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 22 March 2025 19:00:13 -0400 (0:00:00.228) 0:08:12.607 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 22 March 2025 19:00:13 -0400 (0:00:00.365) 0:08:12.972 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 22 March 2025 19:00:14 -0400 (0:00:00.158) 0:08:13.131 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 22 March 2025 19:00:14 -0400 (0:00:00.170) 0:08:13.301 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 22 March 2025 19:00:14 -0400 (0:00:00.218) 0:08:13.520 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 22 March 2025 19:00:14 -0400 (0:00:00.178) 0:08:13.698 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 22 March 2025 19:00:14 -0400 (0:00:00.222) 0:08:13.921 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 22 March 2025 19:00:15 -0400 (0:00:00.380) 0:08:14.301 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 22 March 2025 19:00:15 -0400 (0:00:00.128) 0:08:14.430 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 22 March 2025 19:00:15 -0400 (0:00:00.247) 0:08:14.678 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 22 March 2025 19:00:15 -0400 (0:00:00.189) 0:08:14.868 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 22 March 2025 19:00:16 -0400 (0:00:00.224) 0:08:15.092 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 22 March 2025 19:00:16 -0400 (0:00:00.178) 0:08:15.270 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 22 March 2025 19:00:16 -0400 (0:00:00.227) 0:08:15.498 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 22 March 2025 19:00:16 -0400 (0:00:00.310) 0:08:15.808 ******** ok: [managed-node13] => { "changed": false, "stat": { "atime": 1742684360.5683725, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1742684360.5683725, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 37053, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1742684360.5683725, "nlink": 1, "path": "/dev/sdb", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 22 March 2025 19:00:18 -0400 (0:00:01.661) 0:08:17.469 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 22 March 2025 19:00:18 -0400 (0:00:00.257) 0:08:17.727 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 22 March 2025 19:00:18 -0400 (0:00:00.221) 0:08:17.948 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 22 March 2025 19:00:19 -0400 (0:00:00.224) 0:08:18.172 ******** ok: [managed-node13] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 22 March 2025 19:00:19 -0400 (0:00:00.223) 0:08:18.396 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 22 March 2025 19:00:19 -0400 (0:00:00.214) 0:08:18.610 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 22 March 2025 19:00:19 -0400 (0:00:00.181) 0:08:18.792 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 22 March 2025 19:00:19 -0400 (0:00:00.149) 0:08:18.942 ******** ok: [managed-node13] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 22 March 2025 19:00:24 -0400 (0:00:04.737) 0:08:23.679 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 22 March 2025 19:00:24 -0400 (0:00:00.236) 0:08:23.915 ******** skipping: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 22 March 2025 19:00:25 -0400 (0:00:00.250) 0:08:24.166 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 22 March 2025 19:00:25 -0400 (0:00:00.157) 0:08:24.324 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 22 March 2025 19:00:25 -0400 (0:00:00.146) 0:08:24.470 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 22 March 2025 19:00:25 -0400 (0:00:00.125) 0:08:24.596 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 22 March 2025 19:00:25 -0400 (0:00:00.132) 0:08:24.728 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 22 March 2025 19:00:25 -0400 (0:00:00.170) 0:08:24.899 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 22 March 2025 19:00:26 -0400 (0:00:00.140) 0:08:25.039 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 22 March 2025 19:00:26 -0400 (0:00:00.206) 0:08:25.246 ******** ok: [managed-node13] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 22 March 2025 19:00:26 -0400 (0:00:00.301) 0:08:25.547 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 22 March 2025 19:00:26 -0400 (0:00:00.312) 0:08:25.860 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 22 March 2025 19:00:27 -0400 (0:00:00.290) 0:08:26.150 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 22 March 2025 19:00:27 -0400 (0:00:00.246) 0:08:26.397 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 22 March 2025 19:00:27 -0400 (0:00:00.305) 0:08:26.702 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 22 March 2025 19:00:27 -0400 (0:00:00.210) 0:08:26.913 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 22 March 2025 19:00:28 -0400 (0:00:00.271) 0:08:27.184 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 22 March 2025 19:00:28 -0400 (0:00:00.211) 0:08:27.396 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 22 March 2025 19:00:28 -0400 (0:00:00.165) 0:08:27.561 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 22 March 2025 19:00:28 -0400 (0:00:00.209) 0:08:27.770 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 22 March 2025 19:00:29 -0400 (0:00:00.335) 0:08:28.106 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 22 March 2025 19:00:29 -0400 (0:00:00.247) 0:08:28.354 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 22 March 2025 19:00:29 -0400 (0:00:00.278) 0:08:28.632 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 22 March 2025 19:00:29 -0400 (0:00:00.321) 0:08:28.953 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 22 March 2025 19:00:30 -0400 (0:00:00.288) 0:08:29.242 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 22 March 2025 19:00:30 -0400 (0:00:00.190) 0:08:29.432 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 22 March 2025 19:00:30 -0400 (0:00:00.222) 0:08:29.654 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 22 March 2025 19:00:30 -0400 (0:00:00.227) 0:08:29.882 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 22 March 2025 19:00:31 -0400 (0:00:00.200) 0:08:30.082 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 22 March 2025 19:00:31 -0400 (0:00:00.223) 0:08:30.306 ******** skipping: [managed-node13] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 22 March 2025 19:00:31 -0400 (0:00:00.219) 0:08:30.525 ******** skipping: [managed-node13] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 22 March 2025 19:00:31 -0400 (0:00:00.263) 0:08:30.788 ******** skipping: [managed-node13] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 22 March 2025 19:00:32 -0400 (0:00:00.269) 0:08:31.058 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 22 March 2025 19:00:32 -0400 (0:00:00.182) 0:08:31.241 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 22 March 2025 19:00:32 -0400 (0:00:00.214) 0:08:31.455 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 22 March 2025 19:00:32 -0400 (0:00:00.205) 0:08:31.660 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 22 March 2025 19:00:32 -0400 (0:00:00.287) 0:08:31.948 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 22 March 2025 19:00:33 -0400 (0:00:00.211) 0:08:32.160 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 22 March 2025 19:00:33 -0400 (0:00:00.194) 0:08:32.354 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 22 March 2025 19:00:33 -0400 (0:00:00.155) 0:08:32.509 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 22 March 2025 19:00:33 -0400 (0:00:00.227) 0:08:32.737 ******** skipping: [managed-node13] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 22 March 2025 19:00:33 -0400 (0:00:00.216) 0:08:32.954 ******** skipping: [managed-node13] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 22 March 2025 19:00:34 -0400 (0:00:00.191) 0:08:33.146 ******** skipping: [managed-node13] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 22 March 2025 19:00:34 -0400 (0:00:00.209) 0:08:33.355 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 22 March 2025 19:00:34 -0400 (0:00:00.379) 0:08:33.735 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 22 March 2025 19:00:35 -0400 (0:00:00.310) 0:08:34.045 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 22 March 2025 19:00:35 -0400 (0:00:00.322) 0:08:34.367 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 22 March 2025 19:00:35 -0400 (0:00:00.233) 0:08:34.600 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 22 March 2025 19:00:35 -0400 (0:00:00.357) 0:08:34.958 ******** ok: [managed-node13] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 22 March 2025 19:00:36 -0400 (0:00:00.397) 0:08:35.355 ******** ok: [managed-node13] => { "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-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 22 March 2025 19:00:36 -0400 (0:00:00.336) 0:08:35.692 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 22 March 2025 19:00:36 -0400 (0:00:00.241) 0:08:35.934 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 22 March 2025 19:00:37 -0400 (0:00:00.244) 0:08:36.178 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 22 March 2025 19:00:37 -0400 (0:00:00.300) 0:08:36.478 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 22 March 2025 19:00:37 -0400 (0:00:00.221) 0:08:36.701 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 22 March 2025 19:00:37 -0400 (0:00:00.223) 0:08:36.924 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 22 March 2025 19:00:38 -0400 (0:00:00.318) 0:08:37.242 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 22 March 2025 19:00:38 -0400 (0:00:00.279) 0:08:37.521 ******** skipping: [managed-node13] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 22 March 2025 19:00:38 -0400 (0:00:00.225) 0:08:37.747 ******** ok: [managed-node13] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 22 March 2025 19:00:38 -0400 (0:00:00.251) 0:08:37.998 ******** ok: [managed-node13] => { "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-node13 : ok=486 changed=11 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 Saturday 22 March 2025 19:00:39 -0400 (0:00:00.233) 0:08:38.232 ******** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.76s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.54s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure blivet is available ------- 5.79s /tmp/collections-rL0/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.42s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.40s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.31s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.26s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.16s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Ensure test packages ---------------------------------------------------- 4.89s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Ensure cryptsetup is present -------------------------------------------- 4.88s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 4.74s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 4.74s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 4.67s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 4.65s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 4.55s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 4.43s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure test packages ---------------------------------------------------- 4.39s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Ensure cryptsetup is present -------------------------------------------- 4.38s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Make sure required packages are installed --- 4.32s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 3.73s /tmp/collections-rL0/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161