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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Wednesday 30 April 2025 10:08:13 -0400 (0:00:00.223) 0:00:00.223 ******* ok: [managed-node10] META: ran handlers TASK [Include role to ensure packages are installed] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:10 Wednesday 30 April 2025 10:08:16 -0400 (0:00:03.791) 0:00:04.014 ******* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 30 April 2025 10:08:17 -0400 (0:00:00.234) 0:00:04.249 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 30 April 2025 10:08:17 -0400 (0:00:00.292) 0:00:04.541 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 30 April 2025 10:08:17 -0400 (0:00:00.283) 0:00:04.825 ******* skipping: [managed-node10] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node10] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node10] => (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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node10] => (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-e6U/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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Wednesday 30 April 2025 10:08:18 -0400 (0:00:00.298) 0:00:05.123 ******* ok: [managed-node10] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Wednesday 30 April 2025 10:08:19 -0400 (0:00:01.513) 0:00:06.637 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 30 April 2025 10:08:20 -0400 (0:00:00.414) 0:00:07.051 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 30 April 2025 10:08:20 -0400 (0:00:00.099) 0:00:07.151 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 30 April 2025 10:08:20 -0400 (0:00:00.101) 0:00:07.252 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 30 April 2025 10:08:20 -0400 (0:00:00.701) 0:00:07.953 ******* ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Wednesday 30 April 2025 10:08:27 -0400 (0:00:06.518) 0:00:14.472 ******* ok: [managed-node10] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Wednesday 30 April 2025 10:08:28 -0400 (0:00:00.661) 0:00:15.133 ******* ok: [managed-node10] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Wednesday 30 April 2025 10:08:28 -0400 (0:00:00.366) 0:00:15.500 ******* ok: [managed-node10] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Wednesday 30 April 2025 10:08:31 -0400 (0:00:03.205) 0:00:18.705 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Wednesday 30 April 2025 10:08:32 -0400 (0:00:00.566) 0:00:19.272 ******* TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Wednesday 30 April 2025 10:08:32 -0400 (0:00:00.158) 0:00:19.430 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Wednesday 30 April 2025 10:08:32 -0400 (0:00:00.287) 0:00:19.718 ******* TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Wednesday 30 April 2025 10:08:32 -0400 (0:00:00.213) 0:00:19.931 ******* ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Wednesday 30 April 2025 10:08:37 -0400 (0:00:04.262) 0:00:24.194 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 30 April 2025 10:08:40 -0400 (0:00:03.394) 0:00:27.589 ******* ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 30 April 2025 10:08:40 -0400 (0:00:00.367) 0:00:27.956 ******* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Wednesday 30 April 2025 10:08:41 -0400 (0:00:00.161) 0:00:28.118 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Wednesday 30 April 2025 10:08:42 -0400 (0:00:01.586) 0:00:29.704 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Wednesday 30 April 2025 10:08:43 -0400 (0:00:00.383) 0:00:30.088 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022081.254842, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1746022079.5548341, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 358613142, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1746022079.5548341, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "2432113038", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Wednesday 30 April 2025 10:08:44 -0400 (0:00:01.556) 0:00:31.644 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Wednesday 30 April 2025 10:08:44 -0400 (0:00:00.249) 0:00:31.894 ******* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 30 April 2025 10:08:45 -0400 (0:00:00.221) 0:00:32.115 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Wednesday 30 April 2025 10:08:45 -0400 (0:00:00.272) 0:00:32.388 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Wednesday 30 April 2025 10:08:45 -0400 (0:00:00.231) 0:00:32.620 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Wednesday 30 April 2025 10:08:45 -0400 (0:00:00.256) 0:00:32.877 ******* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 30 April 2025 10:08:46 -0400 (0:00:00.190) 0:00:33.067 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Wednesday 30 April 2025 10:08:46 -0400 (0:00:00.155) 0:00:33.223 ******* TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Wednesday 30 April 2025 10:08:46 -0400 (0:00:00.225) 0:00:33.448 ******* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Wednesday 30 April 2025 10:08:46 -0400 (0:00:00.214) 0:00:33.663 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Wednesday 30 April 2025 10:08:46 -0400 (0:00:00.128) 0:00:33.791 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746020911.3375778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1746020904.8185484, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 88080582, "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": 1746020904.8165483, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "302081587", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Wednesday 30 April 2025 10:08:48 -0400 (0:00:01.251) 0:00:35.042 ******* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Wednesday 30 April 2025 10:08:48 -0400 (0:00:00.184) 0:00:35.226 ******* ok: [managed-node10] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:14 Wednesday 30 April 2025 10:08:50 -0400 (0:00:01.851) 0:00:37.078 ******* ok: [managed-node10] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:22 Wednesday 30 April 2025 10:08:50 -0400 (0:00:00.183) 0:00:37.262 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node10 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Wednesday 30 April 2025 10:08:50 -0400 (0:00:00.285) 0:00:37.547 ******* ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Wednesday 30 April 2025 10:08:55 -0400 (0:00:04.520) 0:00:42.068 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Wednesday 30 April 2025 10:08:57 -0400 (0:00:02.872) 0:00:44.941 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Wednesday 30 April 2025 10:08:58 -0400 (0:00:00.236) 0:00:45.178 ******* ok: [managed-node10] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Wednesday 30 April 2025 10:08:58 -0400 (0:00:00.211) 0:00:45.390 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Wednesday 30 April 2025 10:08:58 -0400 (0:00:00.276) 0:00:45.666 ******* ok: [managed-node10] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:30 Wednesday 30 April 2025 10:08:58 -0400 (0:00:00.129) 0:00:45.795 ******* ok: [managed-node10] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:34 Wednesday 30 April 2025 10:08:58 -0400 (0:00:00.202) 0:00:45.998 ******* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 30 April 2025 10:08:59 -0400 (0:00:00.423) 0:00:46.422 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 30 April 2025 10:08:59 -0400 (0:00:00.277) 0:00:46.700 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 30 April 2025 10:08:59 -0400 (0:00:00.248) 0:00:46.948 ******* skipping: [managed-node10] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node10] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node10] => (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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node10] => (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-e6U/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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Wednesday 30 April 2025 10:09:00 -0400 (0:00:00.390) 0:00:47.339 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Wednesday 30 April 2025 10:09:00 -0400 (0:00:00.322) 0:00:47.661 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 30 April 2025 10:09:00 -0400 (0:00:00.273) 0:00:47.934 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 30 April 2025 10:09:01 -0400 (0:00:00.233) 0:00:48.168 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 30 April 2025 10:09:01 -0400 (0:00:00.250) 0:00:48.418 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 30 April 2025 10:09:01 -0400 (0:00:00.453) 0:00:48.872 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Wednesday 30 April 2025 10:09:02 -0400 (0:00:00.261) 0:00:49.134 ******* ok: [managed-node10] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Wednesday 30 April 2025 10:09:02 -0400 (0:00:00.183) 0:00:49.317 ******* ok: [managed-node10] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Wednesday 30 April 2025 10:09:02 -0400 (0:00:00.247) 0:00:49.565 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Wednesday 30 April 2025 10:09:02 -0400 (0:00:00.251) 0:00:49.817 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Wednesday 30 April 2025 10:09:03 -0400 (0:00:00.237) 0:00:50.055 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Wednesday 30 April 2025 10:09:03 -0400 (0:00:00.287) 0:00:50.342 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 30 April 2025 10:09:03 -0400 (0:00:00.210) 0:00:50.553 ******* ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 30 April 2025 10:09:03 -0400 (0:00:00.353) 0:00:50.906 ******* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Wednesday 30 April 2025 10:09:04 -0400 (0:00:00.197) 0:00:51.103 ******* changed: [managed-node10] => { "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=667eefcc-ce64-47f5-8e93-e4c33a70c5d8", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=667eefcc-ce64-47f5-8e93-e4c33a70c5d8", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Wednesday 30 April 2025 10:09:09 -0400 (0:00:05.146) 0:00:56.250 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Wednesday 30 April 2025 10:09:09 -0400 (0:00:00.139) 0:00:56.389 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022081.254842, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1746022079.5548341, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 358613142, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1746022079.5548341, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "2432113038", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Wednesday 30 April 2025 10:09:10 -0400 (0:00:01.292) 0:00:57.682 ******* ok: [managed-node10] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Wednesday 30 April 2025 10:09:12 -0400 (0:00:02.046) 0:00:59.728 ******* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 30 April 2025 10:09:12 -0400 (0:00:00.104) 0:00:59.833 ******* ok: [managed-node10] => { "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=667eefcc-ce64-47f5-8e93-e4c33a70c5d8", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=667eefcc-ce64-47f5-8e93-e4c33a70c5d8", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Wednesday 30 April 2025 10:09:12 -0400 (0:00:00.186) 0:01:00.019 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Wednesday 30 April 2025 10:09:13 -0400 (0:00:00.194) 0:01:00.214 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=667eefcc-ce64-47f5-8e93-e4c33a70c5d8", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Wednesday 30 April 2025 10:09:13 -0400 (0:00:00.267) 0:01:00.482 ******* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 30 April 2025 10:09:13 -0400 (0:00:00.282) 0:01:00.764 ******* ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Wednesday 30 April 2025 10:09:17 -0400 (0:00:03.713) 0:01:04.478 ******* changed: [managed-node10] => (item={'src': 'UUID=667eefcc-ce64-47f5-8e93-e4c33a70c5d8', '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=667eefcc-ce64-47f5-8e93-e4c33a70c5d8", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=667eefcc-ce64-47f5-8e93-e4c33a70c5d8" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Wednesday 30 April 2025 10:09:19 -0400 (0:00:02.446) 0:01:06.925 ******* skipping: [managed-node10] => (item={'src': 'UUID=667eefcc-ce64-47f5-8e93-e4c33a70c5d8', '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=667eefcc-ce64-47f5-8e93-e4c33a70c5d8", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Wednesday 30 April 2025 10:09:20 -0400 (0:00:00.246) 0:01:07.171 ******* ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Wednesday 30 April 2025 10:09:21 -0400 (0:00:01.521) 0:01:08.693 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746020911.3375778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1746020904.8185484, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 88080582, "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": 1746020904.8165483, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "302081587", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Wednesday 30 April 2025 10:09:22 -0400 (0:00:01.263) 0:01:09.956 ******* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Wednesday 30 April 2025 10:09:23 -0400 (0:00:00.385) 0:01:10.342 ******* ok: [managed-node10] TASK [Verify results] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:44 Wednesday 30 April 2025 10:09:25 -0400 (0:00:02.075) 0:01:12.417 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Wednesday 30 April 2025 10:09:25 -0400 (0:00:00.374) 0:01:12.792 ******* skipping: [managed-node10] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Wednesday 30 April 2025 10:09:25 -0400 (0:00:00.222) 0:01:13.015 ******* ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=667eefcc-ce64-47f5-8e93-e4c33a70c5d8", "_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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Wednesday 30 April 2025 10:09:26 -0400 (0:00:00.186) 0:01:13.201 ******* ok: [managed-node10] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "667eefcc-ce64-47f5-8e93-e4c33a70c5d8" }, "/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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Wednesday 30 April 2025 10:09:28 -0400 (0:00:02.044) 0:01:15.246 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002463", "end": "2025-04-30 10:09:30.339905", "rc": 0, "start": "2025-04-30 10:09:30.337442" } 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=667eefcc-ce64-47f5-8e93-e4c33a70c5d8 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Wednesday 30 April 2025 10:09:30 -0400 (0:00:02.382) 0:01:17.628 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002231", "end": "2025-04-30 10:09:31.747686", "failed_when_result": false, "rc": 0, "start": "2025-04-30 10:09:31.745455" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Wednesday 30 April 2025 10:09:31 -0400 (0:00:01.369) 0:01:18.998 ******* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Wednesday 30 April 2025 10:09:32 -0400 (0:00:00.185) 0:01:19.183 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Wednesday 30 April 2025 10:09:32 -0400 (0:00:00.361) 0:01:19.544 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Wednesday 30 April 2025 10:09:32 -0400 (0:00:00.209) 0:01:19.754 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Wednesday 30 April 2025 10:09:33 -0400 (0:00:00.884) 0:01:20.639 ******* ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Wednesday 30 April 2025 10:09:33 -0400 (0:00:00.285) 0:01:20.925 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Wednesday 30 April 2025 10:09:34 -0400 (0:00:00.307) 0:01:21.233 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Wednesday 30 April 2025 10:09:34 -0400 (0:00:00.152) 0:01:21.385 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Wednesday 30 April 2025 10:09:34 -0400 (0:00:00.160) 0:01:21.545 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Wednesday 30 April 2025 10:09:34 -0400 (0:00:00.278) 0:01:21.824 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Wednesday 30 April 2025 10:09:34 -0400 (0:00:00.160) 0:01:21.985 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Wednesday 30 April 2025 10:09:35 -0400 (0:00:00.093) 0:01:22.078 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003645", "end": "2025-04-30 10:09:36.164326", "rc": 0, "start": "2025-04-30 10:09:36.160681" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Wednesday 30 April 2025 10:09:36 -0400 (0:00:01.389) 0:01:23.468 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002276", "end": "2025-04-30 10:09:37.379163", "rc": 0, "start": "2025-04-30 10:09:37.376887" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Wednesday 30 April 2025 10:09:37 -0400 (0:00:01.295) 0:01:24.763 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Wednesday 30 April 2025 10:09:37 -0400 (0:00:00.191) 0:01:24.955 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Wednesday 30 April 2025 10:09:37 -0400 (0:00:00.073) 0:01:25.028 ******* ok: [managed-node10] => { "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=667eefcc-ce64-47f5-8e93-e4c33a70c5d8 " ], "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Wednesday 30 April 2025 10:09:38 -0400 (0:00:00.240) 0:01:25.269 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Wednesday 30 April 2025 10:09:38 -0400 (0:00:00.219) 0:01:25.489 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Wednesday 30 April 2025 10:09:38 -0400 (0:00:00.232) 0:01:25.721 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Wednesday 30 April 2025 10:09:38 -0400 (0:00:00.106) 0:01:25.828 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Wednesday 30 April 2025 10:09:39 -0400 (0:00:00.265) 0:01:26.093 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Wednesday 30 April 2025 10:09:39 -0400 (0:00:00.127) 0:01:26.221 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Wednesday 30 April 2025 10:09:39 -0400 (0:00:00.253) 0:01:26.474 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Wednesday 30 April 2025 10:09:39 -0400 (0:00:00.228) 0:01:26.703 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022148.862149, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1746022148.8481488, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36348, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1746022148.8481488, "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Wednesday 30 April 2025 10:09:41 -0400 (0:00:01.452) 0:01:28.156 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Wednesday 30 April 2025 10:09:41 -0400 (0:00:00.274) 0:01:28.431 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Wednesday 30 April 2025 10:09:41 -0400 (0:00:00.327) 0:01:28.759 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Wednesday 30 April 2025 10:09:42 -0400 (0:00:00.287) 0:01:29.047 ******* ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Wednesday 30 April 2025 10:09:42 -0400 (0:00:00.243) 0:01:29.290 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Wednesday 30 April 2025 10:09:42 -0400 (0:00:00.192) 0:01:29.483 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Wednesday 30 April 2025 10:09:42 -0400 (0:00:00.249) 0:01:29.733 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Wednesday 30 April 2025 10:09:43 -0400 (0:00:00.323) 0:01:30.056 ******* ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Wednesday 30 April 2025 10:09:47 -0400 (0:00:04.165) 0:01:34.222 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Wednesday 30 April 2025 10:09:47 -0400 (0:00:00.107) 0:01:34.329 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Wednesday 30 April 2025 10:09:47 -0400 (0:00:00.094) 0:01:34.424 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Wednesday 30 April 2025 10:09:47 -0400 (0:00:00.099) 0:01:34.523 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Wednesday 30 April 2025 10:09:47 -0400 (0:00:00.057) 0:01:34.581 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Wednesday 30 April 2025 10:09:47 -0400 (0:00:00.181) 0:01:34.763 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Wednesday 30 April 2025 10:09:47 -0400 (0:00:00.192) 0:01:34.955 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Wednesday 30 April 2025 10:09:48 -0400 (0:00:00.184) 0:01:35.139 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Wednesday 30 April 2025 10:09:48 -0400 (0:00:00.167) 0:01:35.306 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Wednesday 30 April 2025 10:09:48 -0400 (0:00:00.178) 0:01:35.485 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Wednesday 30 April 2025 10:09:48 -0400 (0:00:00.215) 0:01:35.700 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Wednesday 30 April 2025 10:09:48 -0400 (0:00:00.153) 0:01:35.853 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Wednesday 30 April 2025 10:09:48 -0400 (0:00:00.120) 0:01:35.974 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Wednesday 30 April 2025 10:09:49 -0400 (0:00:00.200) 0:01:36.174 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Wednesday 30 April 2025 10:09:49 -0400 (0:00:00.139) 0:01:36.314 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Wednesday 30 April 2025 10:09:49 -0400 (0:00:00.198) 0:01:36.512 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Wednesday 30 April 2025 10:09:49 -0400 (0:00:00.244) 0:01:36.757 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Wednesday 30 April 2025 10:09:49 -0400 (0:00:00.258) 0:01:37.015 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Wednesday 30 April 2025 10:09:50 -0400 (0:00:00.295) 0:01:37.311 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Wednesday 30 April 2025 10:09:50 -0400 (0:00:00.290) 0:01:37.601 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Wednesday 30 April 2025 10:09:50 -0400 (0:00:00.212) 0:01:37.814 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Wednesday 30 April 2025 10:09:51 -0400 (0:00:00.237) 0:01:38.052 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Wednesday 30 April 2025 10:09:51 -0400 (0:00:00.136) 0:01:38.188 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Wednesday 30 April 2025 10:09:51 -0400 (0:00:00.356) 0:01:38.545 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Wednesday 30 April 2025 10:09:51 -0400 (0:00:00.189) 0:01:38.735 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Wednesday 30 April 2025 10:09:51 -0400 (0:00:00.252) 0:01:38.988 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Wednesday 30 April 2025 10:09:52 -0400 (0:00:00.316) 0:01:39.304 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Wednesday 30 April 2025 10:09:52 -0400 (0:00:00.258) 0:01:39.563 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Wednesday 30 April 2025 10:09:52 -0400 (0:00:00.221) 0:01:39.784 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Wednesday 30 April 2025 10:09:52 -0400 (0:00:00.234) 0:01:40.019 ******* skipping: [managed-node10] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Wednesday 30 April 2025 10:09:53 -0400 (0:00:00.211) 0:01:40.230 ******* skipping: [managed-node10] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Wednesday 30 April 2025 10:09:53 -0400 (0:00:00.239) 0:01:40.470 ******* skipping: [managed-node10] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Wednesday 30 April 2025 10:09:53 -0400 (0:00:00.298) 0:01:40.768 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Wednesday 30 April 2025 10:09:53 -0400 (0:00:00.225) 0:01:40.994 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Wednesday 30 April 2025 10:09:54 -0400 (0:00:00.244) 0:01:41.238 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Wednesday 30 April 2025 10:09:54 -0400 (0:00:00.241) 0:01:41.479 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Wednesday 30 April 2025 10:09:54 -0400 (0:00:00.239) 0:01:41.718 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Wednesday 30 April 2025 10:09:54 -0400 (0:00:00.181) 0:01:41.900 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Wednesday 30 April 2025 10:09:55 -0400 (0:00:00.292) 0:01:42.192 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Wednesday 30 April 2025 10:09:55 -0400 (0:00:00.223) 0:01:42.415 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Wednesday 30 April 2025 10:09:55 -0400 (0:00:00.220) 0:01:42.636 ******* skipping: [managed-node10] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Wednesday 30 April 2025 10:09:55 -0400 (0:00:00.220) 0:01:42.857 ******* skipping: [managed-node10] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Wednesday 30 April 2025 10:09:56 -0400 (0:00:00.218) 0:01:43.075 ******* skipping: [managed-node10] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Wednesday 30 April 2025 10:09:56 -0400 (0:00:00.228) 0:01:43.304 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Wednesday 30 April 2025 10:09:56 -0400 (0:00:00.260) 0:01:43.564 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Wednesday 30 April 2025 10:09:56 -0400 (0:00:00.192) 0:01:43.757 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Wednesday 30 April 2025 10:09:56 -0400 (0:00:00.262) 0:01:44.019 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Wednesday 30 April 2025 10:09:57 -0400 (0:00:00.119) 0:01:44.138 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Wednesday 30 April 2025 10:09:57 -0400 (0:00:00.132) 0:01:44.271 ******* ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Wednesday 30 April 2025 10:09:57 -0400 (0:00:00.172) 0:01:44.444 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Wednesday 30 April 2025 10:09:57 -0400 (0:00:00.249) 0:01:44.693 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Wednesday 30 April 2025 10:09:57 -0400 (0:00:00.186) 0:01:44.880 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Wednesday 30 April 2025 10:09:58 -0400 (0:00:00.257) 0:01:45.137 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Wednesday 30 April 2025 10:09:58 -0400 (0:00:00.168) 0:01:45.306 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Wednesday 30 April 2025 10:09:58 -0400 (0:00:00.278) 0:01:45.585 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Wednesday 30 April 2025 10:09:58 -0400 (0:00:00.190) 0:01:45.775 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Wednesday 30 April 2025 10:09:58 -0400 (0:00:00.257) 0:01:46.033 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Wednesday 30 April 2025 10:09:59 -0400 (0:00:00.192) 0:01:46.225 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Wednesday 30 April 2025 10:09:59 -0400 (0:00:00.247) 0:01:46.473 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Wednesday 30 April 2025 10:09:59 -0400 (0:00:00.169) 0:01:46.642 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:47 Wednesday 30 April 2025 10:09:59 -0400 (0:00:00.173) 0:01:46.816 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node10 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Wednesday 30 April 2025 10:10:00 -0400 (0:00:00.377) 0:01:47.193 ******* ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Wednesday 30 April 2025 10:10:04 -0400 (0:00:04.691) 0:01:51.884 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Wednesday 30 April 2025 10:10:06 -0400 (0:00:01.327) 0:01:53.212 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Wednesday 30 April 2025 10:10:06 -0400 (0:00:00.250) 0:01:53.463 ******* ok: [managed-node10] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Wednesday 30 April 2025 10:10:06 -0400 (0:00:00.239) 0:01:53.702 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Wednesday 30 April 2025 10:10:06 -0400 (0:00:00.327) 0:01:54.030 ******* ok: [managed-node10] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:54 Wednesday 30 April 2025 10:10:07 -0400 (0:00:00.257) 0:01:54.287 ******* ok: [managed-node10] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:58 Wednesday 30 April 2025 10:10:07 -0400 (0:00:00.244) 0:01:54.532 ******* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 30 April 2025 10:10:08 -0400 (0:00:00.598) 0:01:55.130 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 30 April 2025 10:10:08 -0400 (0:00:00.293) 0:01:55.424 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 30 April 2025 10:10:08 -0400 (0:00:00.357) 0:01:55.781 ******* skipping: [managed-node10] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node10] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node10] => (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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node10] => (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-e6U/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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Wednesday 30 April 2025 10:10:09 -0400 (0:00:00.508) 0:01:56.290 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Wednesday 30 April 2025 10:10:09 -0400 (0:00:00.277) 0:01:56.568 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 30 April 2025 10:10:09 -0400 (0:00:00.264) 0:01:56.832 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 30 April 2025 10:10:09 -0400 (0:00:00.166) 0:01:56.998 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 30 April 2025 10:10:10 -0400 (0:00:00.226) 0:01:57.224 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 30 April 2025 10:10:10 -0400 (0:00:00.443) 0:01:57.668 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Wednesday 30 April 2025 10:10:10 -0400 (0:00:00.115) 0:01:57.783 ******* ok: [managed-node10] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Wednesday 30 April 2025 10:10:10 -0400 (0:00:00.116) 0:01:57.899 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Wednesday 30 April 2025 10:10:11 -0400 (0:00:00.236) 0:01:58.135 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Wednesday 30 April 2025 10:10:11 -0400 (0:00:00.305) 0:01:58.441 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Wednesday 30 April 2025 10:10:11 -0400 (0:00:00.235) 0:01:58.676 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Wednesday 30 April 2025 10:10:11 -0400 (0:00:00.182) 0:01:58.859 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 30 April 2025 10:10:12 -0400 (0:00:00.203) 0:01:59.063 ******* ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 30 April 2025 10:10:12 -0400 (0:00:00.297) 0:01:59.360 ******* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Wednesday 30 April 2025 10:10:12 -0400 (0:00:00.101) 0:01:59.462 ******* changed: [managed-node10] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=3d399c5e-c469-4192-a4c9-1d3fe412dd98", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Wednesday 30 April 2025 10:10:20 -0400 (0:00:08.142) 0:02:07.604 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Wednesday 30 April 2025 10:10:20 -0400 (0:00:00.282) 0:02:07.887 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022161.3022053, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "142d4992975976b7a0e61d3e77cbdbb45025adb7", "ctime": 1746022159.6131978, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 358613142, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1746022159.6131978, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "2432113038", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Wednesday 30 April 2025 10:10:22 -0400 (0:00:01.459) 0:02:09.346 ******* ok: [managed-node10] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Wednesday 30 April 2025 10:10:23 -0400 (0:00:01.410) 0:02:10.757 ******* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 30 April 2025 10:10:23 -0400 (0:00:00.232) 0:02:10.990 ******* ok: [managed-node10] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=3d399c5e-c469-4192-a4c9-1d3fe412dd98", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Wednesday 30 April 2025 10:10:24 -0400 (0:00:00.236) 0:02:11.227 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Wednesday 30 April 2025 10:10:24 -0400 (0:00:00.267) 0:02:11.494 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=3d399c5e-c469-4192-a4c9-1d3fe412dd98", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Wednesday 30 April 2025 10:10:24 -0400 (0:00:00.241) 0:02:11.736 ******* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 30 April 2025 10:10:25 -0400 (0:00:00.317) 0:02:12.053 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Wednesday 30 April 2025 10:10:25 -0400 (0:00:00.360) 0:02:12.413 ******* TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Wednesday 30 April 2025 10:10:25 -0400 (0:00:00.257) 0:02:12.671 ******* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Wednesday 30 April 2025 10:10:25 -0400 (0:00:00.252) 0:02:12.924 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Wednesday 30 April 2025 10:10:26 -0400 (0:00:00.318) 0:02:13.242 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746020911.3375778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1746020904.8185484, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 88080582, "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": 1746020904.8165483, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "302081587", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Wednesday 30 April 2025 10:10:27 -0400 (0:00:01.535) 0:02:14.778 ******* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Wednesday 30 April 2025 10:10:27 -0400 (0:00:00.161) 0:02:14.940 ******* ok: [managed-node10] TASK [Verify results] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:69 Wednesday 30 April 2025 10:10:30 -0400 (0:00:02.108) 0:02:17.048 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Wednesday 30 April 2025 10:10:30 -0400 (0:00:00.502) 0:02:17.550 ******* skipping: [managed-node10] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Wednesday 30 April 2025 10:10:30 -0400 (0:00:00.201) 0:02:17.752 ******* ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=3d399c5e-c469-4192-a4c9-1d3fe412dd98", "_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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Wednesday 30 April 2025 10:10:31 -0400 (0:00:00.292) 0:02:18.044 ******* ok: [managed-node10] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "667eefcc-ce64-47f5-8e93-e4c33a70c5d8" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "3d399c5e-c469-4192-a4c9-1d3fe412dd98" }, "/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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Wednesday 30 April 2025 10:10:32 -0400 (0:00:01.643) 0:02:19.688 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002139", "end": "2025-04-30 10:10:33.741718", "rc": 0, "start": "2025-04-30 10:10:33.739579" } 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=667eefcc-ce64-47f5-8e93-e4c33a70c5d8 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Wednesday 30 April 2025 10:10:33 -0400 (0:00:01.332) 0:02:21.020 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002338", "end": "2025-04-30 10:10:35.133313", "failed_when_result": false, "rc": 0, "start": "2025-04-30 10:10:35.130975" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Wednesday 30 April 2025 10:10:35 -0400 (0:00:01.447) 0:02:22.468 ******* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Wednesday 30 April 2025 10:10:35 -0400 (0:00:00.147) 0:02:22.616 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Wednesday 30 April 2025 10:10:35 -0400 (0:00:00.414) 0:02:23.030 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Wednesday 30 April 2025 10:10:36 -0400 (0:00:00.264) 0:02:23.294 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Wednesday 30 April 2025 10:10:37 -0400 (0:00:00.860) 0:02:24.154 ******* ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Wednesday 30 April 2025 10:10:37 -0400 (0:00:00.376) 0:02:24.531 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Wednesday 30 April 2025 10:10:37 -0400 (0:00:00.189) 0:02:24.721 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Wednesday 30 April 2025 10:10:37 -0400 (0:00:00.210) 0:02:24.931 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Wednesday 30 April 2025 10:10:38 -0400 (0:00:00.257) 0:02:25.188 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Wednesday 30 April 2025 10:10:38 -0400 (0:00:00.284) 0:02:25.473 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Wednesday 30 April 2025 10:10:38 -0400 (0:00:00.263) 0:02:25.736 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Wednesday 30 April 2025 10:10:39 -0400 (0:00:00.309) 0:02:26.046 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Wednesday 30 April 2025 10:10:39 -0400 (0:00:00.229) 0:02:26.276 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Wednesday 30 April 2025 10:10:39 -0400 (0:00:00.325) 0:02:26.601 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Wednesday 30 April 2025 10:10:39 -0400 (0:00:00.341) 0:02:26.943 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Wednesday 30 April 2025 10:10:40 -0400 (0:00:00.219) 0:02:27.163 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Wednesday 30 April 2025 10:10:40 -0400 (0:00:00.375) 0:02:27.538 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Wednesday 30 April 2025 10:10:40 -0400 (0:00:00.310) 0:02:27.849 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Wednesday 30 April 2025 10:10:41 -0400 (0:00:00.267) 0:02:28.117 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Wednesday 30 April 2025 10:10:41 -0400 (0:00:00.253) 0:02:28.371 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Wednesday 30 April 2025 10:10:41 -0400 (0:00:00.304) 0:02:28.675 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Wednesday 30 April 2025 10:10:41 -0400 (0:00:00.157) 0:02:28.833 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Wednesday 30 April 2025 10:10:42 -0400 (0:00:00.354) 0:02:29.187 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Wednesday 30 April 2025 10:10:42 -0400 (0:00:00.334) 0:02:29.522 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022220.201473, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1746022220.201473, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36903, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1746022220.201473, "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Wednesday 30 April 2025 10:10:43 -0400 (0:00:01.255) 0:02:30.777 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Wednesday 30 April 2025 10:10:44 -0400 (0:00:00.300) 0:02:31.078 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Wednesday 30 April 2025 10:10:44 -0400 (0:00:00.444) 0:02:31.522 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Wednesday 30 April 2025 10:10:44 -0400 (0:00:00.272) 0:02:31.795 ******* ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Wednesday 30 April 2025 10:10:45 -0400 (0:00:00.253) 0:02:32.048 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Wednesday 30 April 2025 10:10:45 -0400 (0:00:00.161) 0:02:32.210 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Wednesday 30 April 2025 10:10:45 -0400 (0:00:00.314) 0:02:32.525 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Wednesday 30 April 2025 10:10:46 -0400 (0:00:00.603) 0:02:33.128 ******* ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Wednesday 30 April 2025 10:10:50 -0400 (0:00:04.147) 0:02:37.276 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Wednesday 30 April 2025 10:10:50 -0400 (0:00:00.202) 0:02:37.478 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Wednesday 30 April 2025 10:10:50 -0400 (0:00:00.252) 0:02:37.730 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Wednesday 30 April 2025 10:10:50 -0400 (0:00:00.253) 0:02:37.984 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Wednesday 30 April 2025 10:10:51 -0400 (0:00:00.168) 0:02:38.152 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Wednesday 30 April 2025 10:10:51 -0400 (0:00:00.225) 0:02:38.378 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Wednesday 30 April 2025 10:10:51 -0400 (0:00:00.241) 0:02:38.620 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Wednesday 30 April 2025 10:10:51 -0400 (0:00:00.171) 0:02:38.791 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Wednesday 30 April 2025 10:10:51 -0400 (0:00:00.185) 0:02:38.977 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Wednesday 30 April 2025 10:10:52 -0400 (0:00:00.214) 0:02:39.192 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Wednesday 30 April 2025 10:10:52 -0400 (0:00:00.142) 0:02:39.334 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Wednesday 30 April 2025 10:10:52 -0400 (0:00:00.160) 0:02:39.494 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Wednesday 30 April 2025 10:10:52 -0400 (0:00:00.164) 0:02:39.659 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Wednesday 30 April 2025 10:10:52 -0400 (0:00:00.180) 0:02:39.840 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Wednesday 30 April 2025 10:10:52 -0400 (0:00:00.108) 0:02:39.948 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Wednesday 30 April 2025 10:10:53 -0400 (0:00:00.182) 0:02:40.131 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Wednesday 30 April 2025 10:10:53 -0400 (0:00:00.187) 0:02:40.319 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Wednesday 30 April 2025 10:10:53 -0400 (0:00:00.158) 0:02:40.478 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Wednesday 30 April 2025 10:10:53 -0400 (0:00:00.209) 0:02:40.688 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Wednesday 30 April 2025 10:10:53 -0400 (0:00:00.184) 0:02:40.872 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Wednesday 30 April 2025 10:10:54 -0400 (0:00:00.188) 0:02:41.061 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Wednesday 30 April 2025 10:10:54 -0400 (0:00:00.175) 0:02:41.236 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Wednesday 30 April 2025 10:10:54 -0400 (0:00:00.103) 0:02:41.340 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Wednesday 30 April 2025 10:10:54 -0400 (0:00:00.166) 0:02:41.506 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Wednesday 30 April 2025 10:10:54 -0400 (0:00:00.171) 0:02:41.678 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Wednesday 30 April 2025 10:10:54 -0400 (0:00:00.257) 0:02:41.936 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Wednesday 30 April 2025 10:10:55 -0400 (0:00:00.135) 0:02:42.071 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Wednesday 30 April 2025 10:10:55 -0400 (0:00:00.142) 0:02:42.214 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Wednesday 30 April 2025 10:10:55 -0400 (0:00:00.151) 0:02:42.365 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Wednesday 30 April 2025 10:10:55 -0400 (0:00:00.164) 0:02:42.530 ******* skipping: [managed-node10] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Wednesday 30 April 2025 10:10:55 -0400 (0:00:00.149) 0:02:42.679 ******* skipping: [managed-node10] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Wednesday 30 April 2025 10:10:55 -0400 (0:00:00.229) 0:02:42.908 ******* skipping: [managed-node10] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Wednesday 30 April 2025 10:10:56 -0400 (0:00:00.137) 0:02:43.046 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Wednesday 30 April 2025 10:10:56 -0400 (0:00:00.219) 0:02:43.265 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Wednesday 30 April 2025 10:10:56 -0400 (0:00:00.155) 0:02:43.421 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Wednesday 30 April 2025 10:10:56 -0400 (0:00:00.101) 0:02:43.522 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Wednesday 30 April 2025 10:10:56 -0400 (0:00:00.087) 0:02:43.610 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Wednesday 30 April 2025 10:10:56 -0400 (0:00:00.124) 0:02:43.735 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Wednesday 30 April 2025 10:10:56 -0400 (0:00:00.145) 0:02:43.880 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Wednesday 30 April 2025 10:10:57 -0400 (0:00:00.189) 0:02:44.070 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Wednesday 30 April 2025 10:10:57 -0400 (0:00:00.125) 0:02:44.196 ******* skipping: [managed-node10] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Wednesday 30 April 2025 10:10:57 -0400 (0:00:00.293) 0:02:44.490 ******* skipping: [managed-node10] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Wednesday 30 April 2025 10:10:57 -0400 (0:00:00.098) 0:02:44.589 ******* skipping: [managed-node10] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Wednesday 30 April 2025 10:10:57 -0400 (0:00:00.185) 0:02:44.774 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Wednesday 30 April 2025 10:10:57 -0400 (0:00:00.144) 0:02:44.919 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Wednesday 30 April 2025 10:10:58 -0400 (0:00:00.170) 0:02:45.089 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Wednesday 30 April 2025 10:10:58 -0400 (0:00:00.173) 0:02:45.263 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Wednesday 30 April 2025 10:10:58 -0400 (0:00:00.197) 0:02:45.461 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Wednesday 30 April 2025 10:10:58 -0400 (0:00:00.188) 0:02:45.650 ******* ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Wednesday 30 April 2025 10:10:58 -0400 (0:00:00.237) 0:02:45.887 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Wednesday 30 April 2025 10:10:59 -0400 (0:00:00.269) 0:02:46.157 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Wednesday 30 April 2025 10:10:59 -0400 (0:00:00.182) 0:02:46.339 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Wednesday 30 April 2025 10:10:59 -0400 (0:00:00.142) 0:02:46.482 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Wednesday 30 April 2025 10:10:59 -0400 (0:00:00.237) 0:02:46.719 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Wednesday 30 April 2025 10:10:59 -0400 (0:00:00.279) 0:02:46.998 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Wednesday 30 April 2025 10:11:00 -0400 (0:00:00.154) 0:02:47.153 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Wednesday 30 April 2025 10:11:00 -0400 (0:00:00.222) 0:02:47.376 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Wednesday 30 April 2025 10:11:00 -0400 (0:00:00.218) 0:02:47.594 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Wednesday 30 April 2025 10:11:00 -0400 (0:00:00.191) 0:02:47.786 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Wednesday 30 April 2025 10:11:00 -0400 (0:00:00.162) 0:02:47.948 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:72 Wednesday 30 April 2025 10:11:01 -0400 (0:00:00.134) 0:02:48.083 ******* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 30 April 2025 10:11:01 -0400 (0:00:00.516) 0:02:48.600 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 30 April 2025 10:11:01 -0400 (0:00:00.188) 0:02:48.788 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 30 April 2025 10:11:02 -0400 (0:00:00.688) 0:02:49.476 ******* skipping: [managed-node10] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node10] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node10] => (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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node10] => (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-e6U/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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Wednesday 30 April 2025 10:11:02 -0400 (0:00:00.391) 0:02:49.868 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Wednesday 30 April 2025 10:11:03 -0400 (0:00:00.211) 0:02:50.080 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 30 April 2025 10:11:03 -0400 (0:00:00.247) 0:02:50.327 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 30 April 2025 10:11:03 -0400 (0:00:00.139) 0:02:50.466 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 30 April 2025 10:11:03 -0400 (0:00:00.159) 0:02:50.626 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 30 April 2025 10:11:04 -0400 (0:00:00.450) 0:02:51.076 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Wednesday 30 April 2025 10:11:04 -0400 (0:00:00.220) 0:02:51.297 ******* ok: [managed-node10] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Wednesday 30 April 2025 10:11:04 -0400 (0:00:00.261) 0:02:51.558 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Wednesday 30 April 2025 10:11:04 -0400 (0:00:00.240) 0:02:51.798 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Wednesday 30 April 2025 10:11:04 -0400 (0:00:00.167) 0:02:51.966 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Wednesday 30 April 2025 10:11:05 -0400 (0:00:00.198) 0:02:52.164 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Wednesday 30 April 2025 10:11:05 -0400 (0:00:00.159) 0:02:52.323 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 30 April 2025 10:11:05 -0400 (0:00:00.231) 0:02:52.555 ******* ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 30 April 2025 10:11:05 -0400 (0:00:00.278) 0:02:52.833 ******* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Wednesday 30 April 2025 10:11:05 -0400 (0:00:00.202) 0:02:53.035 ******* changed: [managed-node10] => { "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=667eefcc-ce64-47f5-8e93-e4c33a70c5d8", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Wednesday 30 April 2025 10:11:14 -0400 (0:00:08.307) 0:03:01.343 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Wednesday 30 April 2025 10:11:14 -0400 (0:00:00.134) 0:03:01.478 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022161.3022053, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "142d4992975976b7a0e61d3e77cbdbb45025adb7", "ctime": 1746022159.6131978, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 358613142, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1746022159.6131978, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "2432113038", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Wednesday 30 April 2025 10:11:15 -0400 (0:00:01.209) 0:03:02.688 ******* ok: [managed-node10] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Wednesday 30 April 2025 10:11:16 -0400 (0:00:01.206) 0:03:03.894 ******* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 30 April 2025 10:11:16 -0400 (0:00:00.105) 0:03:04.000 ******* ok: [managed-node10] => { "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=667eefcc-ce64-47f5-8e93-e4c33a70c5d8", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Wednesday 30 April 2025 10:11:17 -0400 (0:00:00.072) 0:03:04.073 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Wednesday 30 April 2025 10:11:17 -0400 (0:00:00.237) 0:03:04.311 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Wednesday 30 April 2025 10:11:17 -0400 (0:00:00.142) 0:03:04.453 ******* changed: [managed-node10] => (item={'src': 'UUID=667eefcc-ce64-47f5-8e93-e4c33a70c5d8', '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=667eefcc-ce64-47f5-8e93-e4c33a70c5d8", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=667eefcc-ce64-47f5-8e93-e4c33a70c5d8" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 30 April 2025 10:11:18 -0400 (0:00:01.326) 0:03:05.780 ******* ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Wednesday 30 April 2025 10:11:20 -0400 (0:00:01.377) 0:03:07.158 ******* changed: [managed-node10] => (item={'src': 'UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a', '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=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Wednesday 30 April 2025 10:11:21 -0400 (0:00:01.042) 0:03:08.200 ******* skipping: [managed-node10] => (item={'src': 'UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a', '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=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Wednesday 30 April 2025 10:11:21 -0400 (0:00:00.373) 0:03:08.574 ******* ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Wednesday 30 April 2025 10:11:22 -0400 (0:00:01.433) 0:03:10.007 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746020911.3375778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1746020904.8185484, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 88080582, "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": 1746020904.8165483, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "302081587", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Wednesday 30 April 2025 10:11:23 -0400 (0:00:00.975) 0:03:10.982 ******* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Wednesday 30 April 2025 10:11:24 -0400 (0:00:00.123) 0:03:11.106 ******* ok: [managed-node10] TASK [Verify results] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:83 Wednesday 30 April 2025 10:11:25 -0400 (0:00:01.427) 0:03:12.533 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Wednesday 30 April 2025 10:11:25 -0400 (0:00:00.304) 0:03:12.837 ******* skipping: [managed-node10] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Wednesday 30 April 2025 10:11:25 -0400 (0:00:00.139) 0:03:12.977 ******* ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "_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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Wednesday 30 April 2025 10:11:26 -0400 (0:00:00.129) 0:03:13.107 ******* ok: [managed-node10] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "12fe49ba-008e-46a8-bb5c-47edabf6dd6a" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "3d399c5e-c469-4192-a4c9-1d3fe412dd98" }, "/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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Wednesday 30 April 2025 10:11:27 -0400 (0:00:01.004) 0:03:14.112 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002093", "end": "2025-04-30 10:11:27.964677", "rc": 0, "start": "2025-04-30 10:11:27.962584" } 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=12fe49ba-008e-46a8-bb5c-47edabf6dd6a /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Wednesday 30 April 2025 10:11:28 -0400 (0:00:01.072) 0:03:15.184 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002113", "end": "2025-04-30 10:11:28.914666", "failed_when_result": false, "rc": 0, "start": "2025-04-30 10:11:28.912553" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Wednesday 30 April 2025 10:11:29 -0400 (0:00:01.011) 0:03:16.196 ******* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Wednesday 30 April 2025 10:11:29 -0400 (0:00:00.087) 0:03:16.283 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Wednesday 30 April 2025 10:11:29 -0400 (0:00:00.239) 0:03:16.523 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Wednesday 30 April 2025 10:11:29 -0400 (0:00:00.119) 0:03:16.642 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Wednesday 30 April 2025 10:11:30 -0400 (0:00:00.731) 0:03:17.374 ******* ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Wednesday 30 April 2025 10:11:30 -0400 (0:00:00.163) 0:03:17.537 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Wednesday 30 April 2025 10:11:30 -0400 (0:00:00.129) 0:03:17.666 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Wednesday 30 April 2025 10:11:30 -0400 (0:00:00.126) 0:03:17.793 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Wednesday 30 April 2025 10:11:30 -0400 (0:00:00.141) 0:03:17.934 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Wednesday 30 April 2025 10:11:31 -0400 (0:00:00.210) 0:03:18.145 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Wednesday 30 April 2025 10:11:31 -0400 (0:00:00.102) 0:03:18.247 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Wednesday 30 April 2025 10:11:31 -0400 (0:00:00.163) 0:03:18.411 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Wednesday 30 April 2025 10:11:31 -0400 (0:00:00.120) 0:03:18.531 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Wednesday 30 April 2025 10:11:31 -0400 (0:00:00.120) 0:03:18.652 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Wednesday 30 April 2025 10:11:31 -0400 (0:00:00.153) 0:03:18.805 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Wednesday 30 April 2025 10:11:31 -0400 (0:00:00.092) 0:03:18.897 ******* ok: [managed-node10] => { "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=12fe49ba-008e-46a8-bb5c-47edabf6dd6a " ], "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Wednesday 30 April 2025 10:11:31 -0400 (0:00:00.136) 0:03:19.034 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Wednesday 30 April 2025 10:11:32 -0400 (0:00:00.109) 0:03:19.143 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Wednesday 30 April 2025 10:11:32 -0400 (0:00:00.095) 0:03:19.239 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Wednesday 30 April 2025 10:11:32 -0400 (0:00:00.074) 0:03:19.313 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Wednesday 30 April 2025 10:11:32 -0400 (0:00:00.079) 0:03:19.393 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Wednesday 30 April 2025 10:11:32 -0400 (0:00:00.089) 0:03:19.482 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Wednesday 30 April 2025 10:11:32 -0400 (0:00:00.200) 0:03:19.683 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Wednesday 30 April 2025 10:11:32 -0400 (0:00:00.196) 0:03:19.880 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022274.0717175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1746022274.0717175, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36348, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1746022274.0717175, "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Wednesday 30 April 2025 10:11:33 -0400 (0:00:00.832) 0:03:20.712 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Wednesday 30 April 2025 10:11:33 -0400 (0:00:00.139) 0:03:20.852 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Wednesday 30 April 2025 10:11:33 -0400 (0:00:00.035) 0:03:20.887 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Wednesday 30 April 2025 10:11:33 -0400 (0:00:00.039) 0:03:20.927 ******* ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Wednesday 30 April 2025 10:11:34 -0400 (0:00:00.120) 0:03:21.048 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Wednesday 30 April 2025 10:11:34 -0400 (0:00:00.059) 0:03:21.107 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Wednesday 30 April 2025 10:11:34 -0400 (0:00:00.123) 0:03:21.231 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Wednesday 30 April 2025 10:11:34 -0400 (0:00:00.150) 0:03:21.382 ******* ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Wednesday 30 April 2025 10:11:37 -0400 (0:00:03.616) 0:03:24.998 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Wednesday 30 April 2025 10:11:38 -0400 (0:00:00.090) 0:03:25.089 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Wednesday 30 April 2025 10:11:38 -0400 (0:00:00.122) 0:03:25.211 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Wednesday 30 April 2025 10:11:38 -0400 (0:00:00.231) 0:03:25.443 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Wednesday 30 April 2025 10:11:38 -0400 (0:00:00.092) 0:03:25.536 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Wednesday 30 April 2025 10:11:38 -0400 (0:00:00.111) 0:03:25.648 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Wednesday 30 April 2025 10:11:38 -0400 (0:00:00.109) 0:03:25.757 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Wednesday 30 April 2025 10:11:38 -0400 (0:00:00.109) 0:03:25.866 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Wednesday 30 April 2025 10:11:38 -0400 (0:00:00.089) 0:03:25.955 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Wednesday 30 April 2025 10:11:39 -0400 (0:00:00.130) 0:03:26.085 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Wednesday 30 April 2025 10:11:39 -0400 (0:00:00.106) 0:03:26.192 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Wednesday 30 April 2025 10:11:39 -0400 (0:00:00.052) 0:03:26.244 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Wednesday 30 April 2025 10:11:39 -0400 (0:00:00.152) 0:03:26.397 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Wednesday 30 April 2025 10:11:39 -0400 (0:00:00.158) 0:03:26.555 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Wednesday 30 April 2025 10:11:39 -0400 (0:00:00.152) 0:03:26.708 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Wednesday 30 April 2025 10:11:39 -0400 (0:00:00.159) 0:03:26.868 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Wednesday 30 April 2025 10:11:39 -0400 (0:00:00.087) 0:03:26.955 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Wednesday 30 April 2025 10:11:39 -0400 (0:00:00.046) 0:03:27.002 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Wednesday 30 April 2025 10:11:40 -0400 (0:00:00.107) 0:03:27.109 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Wednesday 30 April 2025 10:11:40 -0400 (0:00:00.142) 0:03:27.251 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Wednesday 30 April 2025 10:11:40 -0400 (0:00:00.126) 0:03:27.378 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Wednesday 30 April 2025 10:11:40 -0400 (0:00:00.139) 0:03:27.518 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Wednesday 30 April 2025 10:11:40 -0400 (0:00:00.052) 0:03:27.571 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Wednesday 30 April 2025 10:11:40 -0400 (0:00:00.183) 0:03:27.754 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Wednesday 30 April 2025 10:11:40 -0400 (0:00:00.076) 0:03:27.830 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Wednesday 30 April 2025 10:11:40 -0400 (0:00:00.098) 0:03:27.929 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Wednesday 30 April 2025 10:11:41 -0400 (0:00:00.152) 0:03:28.082 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Wednesday 30 April 2025 10:11:41 -0400 (0:00:00.142) 0:03:28.224 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Wednesday 30 April 2025 10:11:41 -0400 (0:00:00.138) 0:03:28.363 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Wednesday 30 April 2025 10:11:41 -0400 (0:00:00.121) 0:03:28.485 ******* skipping: [managed-node10] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Wednesday 30 April 2025 10:11:41 -0400 (0:00:00.107) 0:03:28.592 ******* skipping: [managed-node10] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Wednesday 30 April 2025 10:11:41 -0400 (0:00:00.142) 0:03:28.735 ******* skipping: [managed-node10] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Wednesday 30 April 2025 10:11:41 -0400 (0:00:00.102) 0:03:28.837 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Wednesday 30 April 2025 10:11:41 -0400 (0:00:00.138) 0:03:28.976 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Wednesday 30 April 2025 10:11:42 -0400 (0:00:00.124) 0:03:29.101 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Wednesday 30 April 2025 10:11:42 -0400 (0:00:00.084) 0:03:29.185 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Wednesday 30 April 2025 10:11:42 -0400 (0:00:00.136) 0:03:29.322 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Wednesday 30 April 2025 10:11:42 -0400 (0:00:00.112) 0:03:29.435 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Wednesday 30 April 2025 10:11:42 -0400 (0:00:00.111) 0:03:29.546 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Wednesday 30 April 2025 10:11:42 -0400 (0:00:00.079) 0:03:29.626 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Wednesday 30 April 2025 10:11:42 -0400 (0:00:00.176) 0:03:29.802 ******* skipping: [managed-node10] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Wednesday 30 April 2025 10:11:42 -0400 (0:00:00.118) 0:03:29.920 ******* skipping: [managed-node10] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Wednesday 30 April 2025 10:11:43 -0400 (0:00:00.179) 0:03:30.099 ******* skipping: [managed-node10] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Wednesday 30 April 2025 10:11:43 -0400 (0:00:00.187) 0:03:30.287 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Wednesday 30 April 2025 10:11:43 -0400 (0:00:00.099) 0:03:30.386 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Wednesday 30 April 2025 10:11:43 -0400 (0:00:00.149) 0:03:30.535 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Wednesday 30 April 2025 10:11:43 -0400 (0:00:00.180) 0:03:30.716 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Wednesday 30 April 2025 10:11:43 -0400 (0:00:00.202) 0:03:30.919 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Wednesday 30 April 2025 10:11:44 -0400 (0:00:00.203) 0:03:31.122 ******* ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Wednesday 30 April 2025 10:11:44 -0400 (0:00:00.146) 0:03:31.269 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Wednesday 30 April 2025 10:11:44 -0400 (0:00:00.123) 0:03:31.392 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Wednesday 30 April 2025 10:11:44 -0400 (0:00:00.209) 0:03:31.602 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Wednesday 30 April 2025 10:11:44 -0400 (0:00:00.123) 0:03:31.725 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Wednesday 30 April 2025 10:11:44 -0400 (0:00:00.140) 0:03:31.866 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Wednesday 30 April 2025 10:11:44 -0400 (0:00:00.090) 0:03:31.956 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Wednesday 30 April 2025 10:11:45 -0400 (0:00:00.328) 0:03:32.284 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Wednesday 30 April 2025 10:11:45 -0400 (0:00:00.121) 0:03:32.406 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Wednesday 30 April 2025 10:11:45 -0400 (0:00:00.096) 0:03:32.502 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Wednesday 30 April 2025 10:11:45 -0400 (0:00:00.076) 0:03:32.579 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Wednesday 30 April 2025 10:11:45 -0400 (0:00:00.113) 0:03:32.692 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:86 Wednesday 30 April 2025 10:11:45 -0400 (0:00:00.092) 0:03:32.785 ******* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 30 April 2025 10:11:45 -0400 (0:00:00.189) 0:03:32.974 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 30 April 2025 10:11:46 -0400 (0:00:00.131) 0:03:33.106 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 30 April 2025 10:11:46 -0400 (0:00:00.121) 0:03:33.228 ******* skipping: [managed-node10] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node10] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node10] => (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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node10] => (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-e6U/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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Wednesday 30 April 2025 10:11:46 -0400 (0:00:00.202) 0:03:33.430 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Wednesday 30 April 2025 10:11:46 -0400 (0:00:00.130) 0:03:33.561 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 30 April 2025 10:11:46 -0400 (0:00:00.092) 0:03:33.653 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 30 April 2025 10:11:46 -0400 (0:00:00.108) 0:03:33.761 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 30 April 2025 10:11:46 -0400 (0:00:00.073) 0:03:33.835 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 30 April 2025 10:11:47 -0400 (0:00:00.221) 0:03:34.056 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Wednesday 30 April 2025 10:11:47 -0400 (0:00:00.077) 0:03:34.134 ******* ok: [managed-node10] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Wednesday 30 April 2025 10:11:47 -0400 (0:00:00.083) 0:03:34.217 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Wednesday 30 April 2025 10:11:47 -0400 (0:00:00.086) 0:03:34.304 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Wednesday 30 April 2025 10:11:47 -0400 (0:00:00.131) 0:03:34.435 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Wednesday 30 April 2025 10:11:47 -0400 (0:00:00.079) 0:03:34.515 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Wednesday 30 April 2025 10:11:47 -0400 (0:00:00.067) 0:03:34.583 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 30 April 2025 10:11:47 -0400 (0:00:00.047) 0:03:34.630 ******* ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 30 April 2025 10:11:47 -0400 (0:00:00.094) 0:03:34.725 ******* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Wednesday 30 April 2025 10:11:47 -0400 (0:00:00.070) 0:03:34.795 ******* ok: [managed-node10] => { "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=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Wednesday 30 April 2025 10:11:52 -0400 (0:00:04.378) 0:03:39.174 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Wednesday 30 April 2025 10:11:52 -0400 (0:00:00.043) 0:03:39.217 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022280.9507487, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "baa7d321605eb2fc6dabc0b2fe954c0bda8723b6", "ctime": 1746022280.9477487, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 358613142, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1746022280.9477487, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "2432113038", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Wednesday 30 April 2025 10:11:53 -0400 (0:00:00.997) 0:03:40.214 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Wednesday 30 April 2025 10:11:53 -0400 (0:00:00.107) 0:03:40.322 ******* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 30 April 2025 10:11:53 -0400 (0:00:00.170) 0:03:40.492 ******* ok: [managed-node10] => { "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=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Wednesday 30 April 2025 10:11:53 -0400 (0:00:00.100) 0:03:40.592 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Wednesday 30 April 2025 10:11:53 -0400 (0:00:00.130) 0:03:40.723 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Wednesday 30 April 2025 10:11:53 -0400 (0:00:00.123) 0:03:40.847 ******* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 30 April 2025 10:11:53 -0400 (0:00:00.113) 0:03:40.960 ******* ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Wednesday 30 April 2025 10:11:55 -0400 (0:00:01.155) 0:03:42.116 ******* ok: [managed-node10] => (item={'src': 'UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a', '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=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Wednesday 30 April 2025 10:11:56 -0400 (0:00:01.058) 0:03:43.175 ******* skipping: [managed-node10] => (item={'src': 'UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a', '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=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Wednesday 30 April 2025 10:11:56 -0400 (0:00:00.106) 0:03:43.281 ******* ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Wednesday 30 April 2025 10:11:57 -0400 (0:00:01.302) 0:03:44.584 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746020911.3375778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1746020904.8185484, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 88080582, "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": 1746020904.8165483, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "302081587", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Wednesday 30 April 2025 10:11:58 -0400 (0:00:00.946) 0:03:45.530 ******* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Wednesday 30 April 2025 10:11:58 -0400 (0:00:00.085) 0:03:45.616 ******* ok: [managed-node10] TASK [Verify results] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:97 Wednesday 30 April 2025 10:12:00 -0400 (0:00:01.461) 0:03:47.077 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Wednesday 30 April 2025 10:12:00 -0400 (0:00:00.245) 0:03:47.323 ******* skipping: [managed-node10] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Wednesday 30 April 2025 10:12:00 -0400 (0:00:00.190) 0:03:47.513 ******* ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "_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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Wednesday 30 April 2025 10:12:00 -0400 (0:00:00.090) 0:03:47.603 ******* ok: [managed-node10] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "12fe49ba-008e-46a8-bb5c-47edabf6dd6a" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "3d399c5e-c469-4192-a4c9-1d3fe412dd98" }, "/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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Wednesday 30 April 2025 10:12:01 -0400 (0:00:01.070) 0:03:48.673 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002069", "end": "2025-04-30 10:12:02.420225", "rc": 0, "start": "2025-04-30 10:12:02.418156" } 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=12fe49ba-008e-46a8-bb5c-47edabf6dd6a /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Wednesday 30 April 2025 10:12:02 -0400 (0:00:00.945) 0:03:49.619 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.001998", "end": "2025-04-30 10:12:03.360229", "failed_when_result": false, "rc": 0, "start": "2025-04-30 10:12:03.358231" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Wednesday 30 April 2025 10:12:03 -0400 (0:00:00.992) 0:03:50.611 ******* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Wednesday 30 April 2025 10:12:03 -0400 (0:00:00.096) 0:03:50.708 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Wednesday 30 April 2025 10:12:04 -0400 (0:00:00.348) 0:03:51.056 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Wednesday 30 April 2025 10:12:04 -0400 (0:00:00.090) 0:03:51.147 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Wednesday 30 April 2025 10:12:04 -0400 (0:00:00.380) 0:03:51.527 ******* ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Wednesday 30 April 2025 10:12:04 -0400 (0:00:00.080) 0:03:51.607 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Wednesday 30 April 2025 10:12:04 -0400 (0:00:00.094) 0:03:51.702 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Wednesday 30 April 2025 10:12:04 -0400 (0:00:00.084) 0:03:51.787 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Wednesday 30 April 2025 10:12:04 -0400 (0:00:00.117) 0:03:51.905 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Wednesday 30 April 2025 10:12:04 -0400 (0:00:00.109) 0:03:52.014 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Wednesday 30 April 2025 10:12:05 -0400 (0:00:00.109) 0:03:52.124 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Wednesday 30 April 2025 10:12:05 -0400 (0:00:00.192) 0:03:52.316 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Wednesday 30 April 2025 10:12:05 -0400 (0:00:00.144) 0:03:52.460 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Wednesday 30 April 2025 10:12:05 -0400 (0:00:00.089) 0:03:52.550 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Wednesday 30 April 2025 10:12:05 -0400 (0:00:00.123) 0:03:52.674 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Wednesday 30 April 2025 10:12:05 -0400 (0:00:00.142) 0:03:52.816 ******* ok: [managed-node10] => { "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=12fe49ba-008e-46a8-bb5c-47edabf6dd6a " ], "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Wednesday 30 April 2025 10:12:05 -0400 (0:00:00.207) 0:03:53.023 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Wednesday 30 April 2025 10:12:06 -0400 (0:00:00.078) 0:03:53.102 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Wednesday 30 April 2025 10:12:06 -0400 (0:00:00.072) 0:03:53.174 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Wednesday 30 April 2025 10:12:06 -0400 (0:00:00.182) 0:03:53.357 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Wednesday 30 April 2025 10:12:06 -0400 (0:00:00.172) 0:03:53.529 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Wednesday 30 April 2025 10:12:06 -0400 (0:00:00.078) 0:03:53.608 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Wednesday 30 April 2025 10:12:06 -0400 (0:00:00.207) 0:03:53.816 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Wednesday 30 April 2025 10:12:06 -0400 (0:00:00.214) 0:03:54.030 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022274.0717175, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1746022274.0717175, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36348, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1746022274.0717175, "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Wednesday 30 April 2025 10:12:07 -0400 (0:00:00.994) 0:03:55.025 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Wednesday 30 April 2025 10:12:08 -0400 (0:00:00.154) 0:03:55.179 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Wednesday 30 April 2025 10:12:08 -0400 (0:00:00.133) 0:03:55.313 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Wednesday 30 April 2025 10:12:08 -0400 (0:00:00.163) 0:03:55.476 ******* ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Wednesday 30 April 2025 10:12:08 -0400 (0:00:00.035) 0:03:55.512 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Wednesday 30 April 2025 10:12:08 -0400 (0:00:00.060) 0:03:55.572 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Wednesday 30 April 2025 10:12:08 -0400 (0:00:00.070) 0:03:55.643 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Wednesday 30 April 2025 10:12:08 -0400 (0:00:00.118) 0:03:55.762 ******* ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Wednesday 30 April 2025 10:12:12 -0400 (0:00:03.830) 0:03:59.592 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Wednesday 30 April 2025 10:12:12 -0400 (0:00:00.069) 0:03:59.662 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Wednesday 30 April 2025 10:12:12 -0400 (0:00:00.034) 0:03:59.696 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Wednesday 30 April 2025 10:12:12 -0400 (0:00:00.138) 0:03:59.835 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Wednesday 30 April 2025 10:12:12 -0400 (0:00:00.170) 0:04:00.005 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Wednesday 30 April 2025 10:12:13 -0400 (0:00:00.102) 0:04:00.107 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Wednesday 30 April 2025 10:12:13 -0400 (0:00:00.114) 0:04:00.221 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Wednesday 30 April 2025 10:12:13 -0400 (0:00:00.122) 0:04:00.344 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Wednesday 30 April 2025 10:12:13 -0400 (0:00:00.062) 0:04:00.407 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Wednesday 30 April 2025 10:12:13 -0400 (0:00:00.189) 0:04:00.596 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Wednesday 30 April 2025 10:12:13 -0400 (0:00:00.144) 0:04:00.741 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Wednesday 30 April 2025 10:12:13 -0400 (0:00:00.137) 0:04:00.878 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Wednesday 30 April 2025 10:12:13 -0400 (0:00:00.134) 0:04:01.013 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Wednesday 30 April 2025 10:12:14 -0400 (0:00:00.071) 0:04:01.085 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Wednesday 30 April 2025 10:12:14 -0400 (0:00:00.103) 0:04:01.189 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Wednesday 30 April 2025 10:12:14 -0400 (0:00:00.157) 0:04:01.346 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Wednesday 30 April 2025 10:12:14 -0400 (0:00:00.131) 0:04:01.478 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Wednesday 30 April 2025 10:12:14 -0400 (0:00:00.120) 0:04:01.598 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Wednesday 30 April 2025 10:12:14 -0400 (0:00:00.078) 0:04:01.677 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Wednesday 30 April 2025 10:12:14 -0400 (0:00:00.201) 0:04:01.878 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Wednesday 30 April 2025 10:12:14 -0400 (0:00:00.117) 0:04:01.995 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Wednesday 30 April 2025 10:12:15 -0400 (0:00:00.141) 0:04:02.136 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Wednesday 30 April 2025 10:12:15 -0400 (0:00:00.176) 0:04:02.313 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Wednesday 30 April 2025 10:12:15 -0400 (0:00:00.067) 0:04:02.381 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Wednesday 30 April 2025 10:12:15 -0400 (0:00:00.053) 0:04:02.434 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Wednesday 30 April 2025 10:12:15 -0400 (0:00:00.050) 0:04:02.485 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Wednesday 30 April 2025 10:12:15 -0400 (0:00:00.035) 0:04:02.520 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Wednesday 30 April 2025 10:12:15 -0400 (0:00:00.126) 0:04:02.647 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Wednesday 30 April 2025 10:12:15 -0400 (0:00:00.104) 0:04:02.751 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Wednesday 30 April 2025 10:12:15 -0400 (0:00:00.102) 0:04:02.854 ******* skipping: [managed-node10] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Wednesday 30 April 2025 10:12:15 -0400 (0:00:00.123) 0:04:02.977 ******* skipping: [managed-node10] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Wednesday 30 April 2025 10:12:16 -0400 (0:00:00.161) 0:04:03.138 ******* skipping: [managed-node10] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Wednesday 30 April 2025 10:12:16 -0400 (0:00:00.196) 0:04:03.335 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Wednesday 30 April 2025 10:12:16 -0400 (0:00:00.128) 0:04:03.463 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Wednesday 30 April 2025 10:12:16 -0400 (0:00:00.103) 0:04:03.567 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Wednesday 30 April 2025 10:12:16 -0400 (0:00:00.118) 0:04:03.686 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Wednesday 30 April 2025 10:12:16 -0400 (0:00:00.123) 0:04:03.809 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Wednesday 30 April 2025 10:12:16 -0400 (0:00:00.124) 0:04:03.933 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Wednesday 30 April 2025 10:12:17 -0400 (0:00:00.128) 0:04:04.061 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Wednesday 30 April 2025 10:12:17 -0400 (0:00:00.058) 0:04:04.120 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Wednesday 30 April 2025 10:12:17 -0400 (0:00:00.138) 0:04:04.259 ******* skipping: [managed-node10] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Wednesday 30 April 2025 10:12:17 -0400 (0:00:00.123) 0:04:04.383 ******* skipping: [managed-node10] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Wednesday 30 April 2025 10:12:17 -0400 (0:00:00.111) 0:04:04.494 ******* skipping: [managed-node10] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Wednesday 30 April 2025 10:12:17 -0400 (0:00:00.124) 0:04:04.618 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Wednesday 30 April 2025 10:12:17 -0400 (0:00:00.120) 0:04:04.739 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Wednesday 30 April 2025 10:12:17 -0400 (0:00:00.162) 0:04:04.901 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Wednesday 30 April 2025 10:12:18 -0400 (0:00:00.145) 0:04:05.046 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Wednesday 30 April 2025 10:12:18 -0400 (0:00:00.101) 0:04:05.148 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Wednesday 30 April 2025 10:12:18 -0400 (0:00:00.195) 0:04:05.344 ******* ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Wednesday 30 April 2025 10:12:18 -0400 (0:00:00.137) 0:04:05.481 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Wednesday 30 April 2025 10:12:18 -0400 (0:00:00.190) 0:04:05.671 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Wednesday 30 April 2025 10:12:18 -0400 (0:00:00.085) 0:04:05.757 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Wednesday 30 April 2025 10:12:18 -0400 (0:00:00.090) 0:04:05.847 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Wednesday 30 April 2025 10:12:18 -0400 (0:00:00.137) 0:04:05.985 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Wednesday 30 April 2025 10:12:19 -0400 (0:00:00.116) 0:04:06.102 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Wednesday 30 April 2025 10:12:19 -0400 (0:00:00.174) 0:04:06.276 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Wednesday 30 April 2025 10:12:19 -0400 (0:00:00.106) 0:04:06.383 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Wednesday 30 April 2025 10:12:19 -0400 (0:00:00.172) 0:04:06.556 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Wednesday 30 April 2025 10:12:19 -0400 (0:00:00.139) 0:04:06.695 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Wednesday 30 April 2025 10:12:19 -0400 (0:00:00.066) 0:04:06.761 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:100 Wednesday 30 April 2025 10:12:19 -0400 (0:00:00.070) 0:04:06.832 ******* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 30 April 2025 10:12:20 -0400 (0:00:00.267) 0:04:07.100 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 30 April 2025 10:12:20 -0400 (0:00:00.167) 0:04:07.267 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 30 April 2025 10:12:20 -0400 (0:00:00.066) 0:04:07.333 ******* skipping: [managed-node10] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node10] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node10] => (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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node10] => (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-e6U/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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Wednesday 30 April 2025 10:12:20 -0400 (0:00:00.190) 0:04:07.524 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Wednesday 30 April 2025 10:12:20 -0400 (0:00:00.111) 0:04:07.635 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 30 April 2025 10:12:20 -0400 (0:00:00.104) 0:04:07.740 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 30 April 2025 10:12:20 -0400 (0:00:00.114) 0:04:07.855 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 30 April 2025 10:12:20 -0400 (0:00:00.122) 0:04:07.977 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 30 April 2025 10:12:21 -0400 (0:00:00.176) 0:04:08.153 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Wednesday 30 April 2025 10:12:21 -0400 (0:00:00.132) 0:04:08.286 ******* ok: [managed-node10] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Wednesday 30 April 2025 10:12:21 -0400 (0:00:00.102) 0:04:08.389 ******* ok: [managed-node10] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Wednesday 30 April 2025 10:12:21 -0400 (0:00:00.118) 0:04:08.507 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Wednesday 30 April 2025 10:12:21 -0400 (0:00:00.153) 0:04:08.661 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Wednesday 30 April 2025 10:12:21 -0400 (0:00:00.139) 0:04:08.800 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Wednesday 30 April 2025 10:12:21 -0400 (0:00:00.082) 0:04:08.883 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 30 April 2025 10:12:22 -0400 (0:00:00.166) 0:04:09.049 ******* ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 30 April 2025 10:12:22 -0400 (0:00:00.248) 0:04:09.298 ******* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Wednesday 30 April 2025 10:12:22 -0400 (0:00:00.117) 0:04:09.415 ******* changed: [managed-node10] => { "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=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "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=adaa47ae-b8ce-4207-9c04-127ae656ed79", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Wednesday 30 April 2025 10:12:27 -0400 (0:00:04.761) 0:04:14.177 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Wednesday 30 April 2025 10:12:27 -0400 (0:00:00.093) 0:04:14.270 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022280.9507487, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "baa7d321605eb2fc6dabc0b2fe954c0bda8723b6", "ctime": 1746022280.9477487, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 358613142, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1746022280.9477487, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "2432113038", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Wednesday 30 April 2025 10:12:27 -0400 (0:00:00.554) 0:04:14.825 ******* ok: [managed-node10] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Wednesday 30 April 2025 10:12:28 -0400 (0:00:00.579) 0:04:15.404 ******* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 30 April 2025 10:12:28 -0400 (0:00:00.048) 0:04:15.453 ******* ok: [managed-node10] => { "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=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "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=adaa47ae-b8ce-4207-9c04-127ae656ed79", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Wednesday 30 April 2025 10:12:28 -0400 (0:00:00.074) 0:04:15.527 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Wednesday 30 April 2025 10:12:28 -0400 (0:00:00.064) 0:04:15.592 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Wednesday 30 April 2025 10:12:28 -0400 (0:00:00.077) 0:04:15.669 ******* changed: [managed-node10] => (item={'src': 'UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a', '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=12fe49ba-008e-46a8-bb5c-47edabf6dd6a", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=12fe49ba-008e-46a8-bb5c-47edabf6dd6a" } ok: [managed-node10] => (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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 30 April 2025 10:12:29 -0400 (0:00:01.303) 0:04:16.973 ******* ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Wednesday 30 April 2025 10:12:30 -0400 (0:00:00.828) 0:04:17.801 ******* changed: [managed-node10] => (item={'src': 'UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79', '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=adaa47ae-b8ce-4207-9c04-127ae656ed79", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Wednesday 30 April 2025 10:12:31 -0400 (0:00:00.612) 0:04:18.414 ******* skipping: [managed-node10] => (item={'src': 'UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79', '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=adaa47ae-b8ce-4207-9c04-127ae656ed79", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Wednesday 30 April 2025 10:12:31 -0400 (0:00:00.054) 0:04:18.468 ******* ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Wednesday 30 April 2025 10:12:32 -0400 (0:00:00.781) 0:04:19.250 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746020911.3375778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1746020904.8185484, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 88080582, "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": 1746020904.8165483, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "302081587", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Wednesday 30 April 2025 10:12:32 -0400 (0:00:00.505) 0:04:19.755 ******* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Wednesday 30 April 2025 10:12:32 -0400 (0:00:00.096) 0:04:19.851 ******* ok: [managed-node10] TASK [Verify results] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:110 Wednesday 30 April 2025 10:12:33 -0400 (0:00:01.173) 0:04:21.025 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Wednesday 30 April 2025 10:12:34 -0400 (0:00:00.382) 0:04:21.407 ******* skipping: [managed-node10] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Wednesday 30 April 2025 10:12:34 -0400 (0:00:00.094) 0:04:21.502 ******* ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79", "_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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Wednesday 30 April 2025 10:12:34 -0400 (0:00:00.103) 0:04:21.606 ******* ok: [managed-node10] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "adaa47ae-b8ce-4207-9c04-127ae656ed79" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "3d399c5e-c469-4192-a4c9-1d3fe412dd98" }, "/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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Wednesday 30 April 2025 10:12:35 -0400 (0:00:00.772) 0:04:22.378 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002130", "end": "2025-04-30 10:12:35.979287", "rc": 0, "start": "2025-04-30 10:12:35.977157" } 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=adaa47ae-b8ce-4207-9c04-127ae656ed79 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Wednesday 30 April 2025 10:12:36 -0400 (0:00:00.758) 0:04:23.136 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002489", "end": "2025-04-30 10:12:36.647903", "failed_when_result": false, "rc": 0, "start": "2025-04-30 10:12:36.645414" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Wednesday 30 April 2025 10:12:36 -0400 (0:00:00.678) 0:04:23.815 ******* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Wednesday 30 April 2025 10:12:36 -0400 (0:00:00.066) 0:04:23.882 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Wednesday 30 April 2025 10:12:37 -0400 (0:00:00.160) 0:04:24.042 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Wednesday 30 April 2025 10:12:37 -0400 (0:00:00.091) 0:04:24.133 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Wednesday 30 April 2025 10:12:37 -0400 (0:00:00.468) 0:04:24.602 ******* ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Wednesday 30 April 2025 10:12:37 -0400 (0:00:00.143) 0:04:24.745 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Wednesday 30 April 2025 10:12:37 -0400 (0:00:00.173) 0:04:24.918 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Wednesday 30 April 2025 10:12:37 -0400 (0:00:00.099) 0:04:25.018 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Wednesday 30 April 2025 10:12:38 -0400 (0:00:00.142) 0:04:25.161 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Wednesday 30 April 2025 10:12:38 -0400 (0:00:00.083) 0:04:25.245 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Wednesday 30 April 2025 10:12:38 -0400 (0:00:00.219) 0:04:25.465 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Wednesday 30 April 2025 10:12:38 -0400 (0:00:00.047) 0:04:25.512 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002068", "end": "2025-04-30 10:12:39.284512", "rc": 0, "start": "2025-04-30 10:12:39.282444" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Wednesday 30 April 2025 10:12:39 -0400 (0:00:01.008) 0:04:26.520 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002078", "end": "2025-04-30 10:12:40.312905", "rc": 0, "start": "2025-04-30 10:12:40.310827" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Wednesday 30 April 2025 10:12:40 -0400 (0:00:01.036) 0:04:27.556 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Wednesday 30 April 2025 10:12:40 -0400 (0:00:00.117) 0:04:27.673 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Wednesday 30 April 2025 10:12:40 -0400 (0:00:00.162) 0:04:27.836 ******* ok: [managed-node10] => { "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=adaa47ae-b8ce-4207-9c04-127ae656ed79 " ], "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Wednesday 30 April 2025 10:12:41 -0400 (0:00:00.270) 0:04:28.107 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Wednesday 30 April 2025 10:12:41 -0400 (0:00:00.166) 0:04:28.274 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Wednesday 30 April 2025 10:12:41 -0400 (0:00:00.132) 0:04:28.406 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Wednesday 30 April 2025 10:12:41 -0400 (0:00:00.148) 0:04:28.555 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Wednesday 30 April 2025 10:12:41 -0400 (0:00:00.171) 0:04:28.727 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Wednesday 30 April 2025 10:12:41 -0400 (0:00:00.067) 0:04:28.794 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Wednesday 30 April 2025 10:12:41 -0400 (0:00:00.144) 0:04:28.938 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Wednesday 30 April 2025 10:12:42 -0400 (0:00:00.219) 0:04:29.158 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022346.9520485, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1746022346.9380484, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36348, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1746022346.9380484, "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Wednesday 30 April 2025 10:12:43 -0400 (0:00:01.134) 0:04:30.293 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Wednesday 30 April 2025 10:12:43 -0400 (0:00:00.084) 0:04:30.377 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Wednesday 30 April 2025 10:12:43 -0400 (0:00:00.141) 0:04:30.518 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Wednesday 30 April 2025 10:12:43 -0400 (0:00:00.137) 0:04:30.655 ******* ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Wednesday 30 April 2025 10:12:43 -0400 (0:00:00.216) 0:04:30.871 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Wednesday 30 April 2025 10:12:43 -0400 (0:00:00.119) 0:04:30.991 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Wednesday 30 April 2025 10:12:44 -0400 (0:00:00.120) 0:04:31.112 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Wednesday 30 April 2025 10:12:44 -0400 (0:00:00.102) 0:04:31.215 ******* ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Wednesday 30 April 2025 10:12:48 -0400 (0:00:04.008) 0:04:35.223 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Wednesday 30 April 2025 10:12:48 -0400 (0:00:00.070) 0:04:35.294 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Wednesday 30 April 2025 10:12:48 -0400 (0:00:00.061) 0:04:35.355 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Wednesday 30 April 2025 10:12:48 -0400 (0:00:00.104) 0:04:35.460 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Wednesday 30 April 2025 10:12:48 -0400 (0:00:00.071) 0:04:35.532 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Wednesday 30 April 2025 10:12:48 -0400 (0:00:00.129) 0:04:35.661 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Wednesday 30 April 2025 10:12:48 -0400 (0:00:00.132) 0:04:35.794 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Wednesday 30 April 2025 10:12:48 -0400 (0:00:00.127) 0:04:35.921 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Wednesday 30 April 2025 10:12:48 -0400 (0:00:00.096) 0:04:36.017 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Wednesday 30 April 2025 10:12:49 -0400 (0:00:00.137) 0:04:36.155 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Wednesday 30 April 2025 10:12:49 -0400 (0:00:00.095) 0:04:36.251 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Wednesday 30 April 2025 10:12:49 -0400 (0:00:00.136) 0:04:36.387 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Wednesday 30 April 2025 10:12:49 -0400 (0:00:00.124) 0:04:36.511 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Wednesday 30 April 2025 10:12:49 -0400 (0:00:00.057) 0:04:36.569 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Wednesday 30 April 2025 10:12:49 -0400 (0:00:00.086) 0:04:36.656 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Wednesday 30 April 2025 10:12:49 -0400 (0:00:00.124) 0:04:36.780 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Wednesday 30 April 2025 10:12:49 -0400 (0:00:00.116) 0:04:36.897 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Wednesday 30 April 2025 10:12:50 -0400 (0:00:00.164) 0:04:37.062 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Wednesday 30 April 2025 10:12:50 -0400 (0:00:00.120) 0:04:37.182 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Wednesday 30 April 2025 10:12:50 -0400 (0:00:00.130) 0:04:37.313 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Wednesday 30 April 2025 10:12:50 -0400 (0:00:00.105) 0:04:37.418 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Wednesday 30 April 2025 10:12:50 -0400 (0:00:00.075) 0:04:37.494 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Wednesday 30 April 2025 10:12:50 -0400 (0:00:00.166) 0:04:37.660 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Wednesday 30 April 2025 10:12:50 -0400 (0:00:00.217) 0:04:37.878 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Wednesday 30 April 2025 10:12:50 -0400 (0:00:00.066) 0:04:37.945 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Wednesday 30 April 2025 10:12:51 -0400 (0:00:00.202) 0:04:38.147 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Wednesday 30 April 2025 10:12:51 -0400 (0:00:00.126) 0:04:38.274 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Wednesday 30 April 2025 10:12:51 -0400 (0:00:00.132) 0:04:38.407 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Wednesday 30 April 2025 10:12:51 -0400 (0:00:00.137) 0:04:38.544 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Wednesday 30 April 2025 10:12:51 -0400 (0:00:00.222) 0:04:38.767 ******* skipping: [managed-node10] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Wednesday 30 April 2025 10:12:51 -0400 (0:00:00.163) 0:04:38.930 ******* skipping: [managed-node10] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Wednesday 30 April 2025 10:12:52 -0400 (0:00:00.193) 0:04:39.123 ******* skipping: [managed-node10] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Wednesday 30 April 2025 10:12:52 -0400 (0:00:00.171) 0:04:39.295 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Wednesday 30 April 2025 10:12:52 -0400 (0:00:00.147) 0:04:39.442 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Wednesday 30 April 2025 10:12:52 -0400 (0:00:00.146) 0:04:39.589 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Wednesday 30 April 2025 10:12:52 -0400 (0:00:00.140) 0:04:39.729 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Wednesday 30 April 2025 10:12:52 -0400 (0:00:00.062) 0:04:39.792 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Wednesday 30 April 2025 10:12:52 -0400 (0:00:00.083) 0:04:39.876 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Wednesday 30 April 2025 10:12:52 -0400 (0:00:00.132) 0:04:40.008 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Wednesday 30 April 2025 10:12:53 -0400 (0:00:00.131) 0:04:40.140 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Wednesday 30 April 2025 10:12:53 -0400 (0:00:00.108) 0:04:40.248 ******* skipping: [managed-node10] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Wednesday 30 April 2025 10:12:53 -0400 (0:00:00.120) 0:04:40.368 ******* skipping: [managed-node10] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Wednesday 30 April 2025 10:12:53 -0400 (0:00:00.104) 0:04:40.473 ******* skipping: [managed-node10] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Wednesday 30 April 2025 10:12:53 -0400 (0:00:00.092) 0:04:40.566 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Wednesday 30 April 2025 10:12:53 -0400 (0:00:00.108) 0:04:40.674 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Wednesday 30 April 2025 10:12:53 -0400 (0:00:00.102) 0:04:40.776 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Wednesday 30 April 2025 10:12:53 -0400 (0:00:00.093) 0:04:40.869 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Wednesday 30 April 2025 10:12:53 -0400 (0:00:00.132) 0:04:41.002 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Wednesday 30 April 2025 10:12:54 -0400 (0:00:00.094) 0:04:41.097 ******* ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Wednesday 30 April 2025 10:12:54 -0400 (0:00:00.087) 0:04:41.184 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Wednesday 30 April 2025 10:12:54 -0400 (0:00:00.042) 0:04:41.226 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Wednesday 30 April 2025 10:12:54 -0400 (0:00:00.057) 0:04:41.283 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Wednesday 30 April 2025 10:12:54 -0400 (0:00:00.066) 0:04:41.350 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Wednesday 30 April 2025 10:12:54 -0400 (0:00:00.109) 0:04:41.459 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Wednesday 30 April 2025 10:12:54 -0400 (0:00:00.084) 0:04:41.544 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Wednesday 30 April 2025 10:12:54 -0400 (0:00:00.176) 0:04:41.721 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Wednesday 30 April 2025 10:12:54 -0400 (0:00:00.083) 0:04:41.805 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Wednesday 30 April 2025 10:12:54 -0400 (0:00:00.167) 0:04:41.973 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Wednesday 30 April 2025 10:12:55 -0400 (0:00:00.189) 0:04:42.162 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Wednesday 30 April 2025 10:12:55 -0400 (0:00:00.127) 0:04:42.290 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:113 Wednesday 30 April 2025 10:12:55 -0400 (0:00:00.113) 0:04:42.404 ******* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 30 April 2025 10:12:56 -0400 (0:00:00.734) 0:04:43.139 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 30 April 2025 10:12:56 -0400 (0:00:00.238) 0:04:43.378 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 30 April 2025 10:12:56 -0400 (0:00:00.119) 0:04:43.498 ******* skipping: [managed-node10] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node10] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node10] => (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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node10] => (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-e6U/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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Wednesday 30 April 2025 10:12:56 -0400 (0:00:00.424) 0:04:43.922 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Wednesday 30 April 2025 10:12:57 -0400 (0:00:00.224) 0:04:44.147 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 30 April 2025 10:12:57 -0400 (0:00:00.185) 0:04:44.333 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 30 April 2025 10:12:57 -0400 (0:00:00.212) 0:04:44.545 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 30 April 2025 10:12:57 -0400 (0:00:00.185) 0:04:44.731 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 30 April 2025 10:12:58 -0400 (0:00:00.358) 0:04:45.089 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Wednesday 30 April 2025 10:12:58 -0400 (0:00:00.133) 0:04:45.222 ******* ok: [managed-node10] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Wednesday 30 April 2025 10:12:58 -0400 (0:00:00.174) 0:04:45.397 ******* ok: [managed-node10] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Wednesday 30 April 2025 10:12:58 -0400 (0:00:00.145) 0:04:45.543 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Wednesday 30 April 2025 10:12:58 -0400 (0:00:00.145) 0:04:45.688 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Wednesday 30 April 2025 10:12:58 -0400 (0:00:00.119) 0:04:45.808 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Wednesday 30 April 2025 10:12:58 -0400 (0:00:00.128) 0:04:45.937 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 30 April 2025 10:12:59 -0400 (0:00:00.120) 0:04:46.057 ******* ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 30 April 2025 10:12:59 -0400 (0:00:00.157) 0:04:46.215 ******* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Wednesday 30 April 2025 10:12:59 -0400 (0:00:00.130) 0:04:46.346 ******* ok: [managed-node10] => { "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=adaa47ae-b8ce-4207-9c04-127ae656ed79", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Wednesday 30 April 2025 10:13:03 -0400 (0:00:04.524) 0:04:50.871 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Wednesday 30 April 2025 10:13:03 -0400 (0:00:00.087) 0:04:50.958 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022351.9480712, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ec2c6400cef96a01b127ab428912905531933069", "ctime": 1746022351.2950683, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 358613142, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1746022351.2950683, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "2432113038", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Wednesday 30 April 2025 10:13:04 -0400 (0:00:00.854) 0:04:51.812 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Wednesday 30 April 2025 10:13:04 -0400 (0:00:00.110) 0:04:51.923 ******* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 30 April 2025 10:13:04 -0400 (0:00:00.074) 0:04:51.997 ******* ok: [managed-node10] => { "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=adaa47ae-b8ce-4207-9c04-127ae656ed79", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Wednesday 30 April 2025 10:13:05 -0400 (0:00:00.089) 0:04:52.087 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Wednesday 30 April 2025 10:13:05 -0400 (0:00:00.127) 0:04:52.215 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Wednesday 30 April 2025 10:13:05 -0400 (0:00:00.137) 0:04:52.353 ******* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 30 April 2025 10:13:05 -0400 (0:00:00.044) 0:04:52.397 ******* ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Wednesday 30 April 2025 10:13:06 -0400 (0:00:00.874) 0:04:53.272 ******* ok: [managed-node10] => (item={'src': 'UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79', '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=adaa47ae-b8ce-4207-9c04-127ae656ed79", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Wednesday 30 April 2025 10:13:07 -0400 (0:00:00.826) 0:04:54.098 ******* skipping: [managed-node10] => (item={'src': 'UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79', '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=adaa47ae-b8ce-4207-9c04-127ae656ed79", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Wednesday 30 April 2025 10:13:07 -0400 (0:00:00.126) 0:04:54.225 ******* ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Wednesday 30 April 2025 10:13:08 -0400 (0:00:00.928) 0:04:55.154 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746020911.3375778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1746020904.8185484, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 88080582, "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": 1746020904.8165483, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "302081587", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Wednesday 30 April 2025 10:13:08 -0400 (0:00:00.690) 0:04:55.844 ******* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Wednesday 30 April 2025 10:13:08 -0400 (0:00:00.092) 0:04:55.937 ******* ok: [managed-node10] TASK [Verify results] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:123 Wednesday 30 April 2025 10:13:10 -0400 (0:00:01.293) 0:04:57.231 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Wednesday 30 April 2025 10:13:10 -0400 (0:00:00.415) 0:04:57.647 ******* skipping: [managed-node10] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Wednesday 30 April 2025 10:13:10 -0400 (0:00:00.087) 0:04:57.735 ******* ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79", "_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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Wednesday 30 April 2025 10:13:10 -0400 (0:00:00.097) 0:04:57.832 ******* ok: [managed-node10] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "adaa47ae-b8ce-4207-9c04-127ae656ed79" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "3d399c5e-c469-4192-a4c9-1d3fe412dd98" }, "/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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Wednesday 30 April 2025 10:13:11 -0400 (0:00:00.869) 0:04:58.701 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002477", "end": "2025-04-30 10:13:12.271624", "rc": 0, "start": "2025-04-30 10:13:12.269147" } 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=adaa47ae-b8ce-4207-9c04-127ae656ed79 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Wednesday 30 April 2025 10:13:12 -0400 (0:00:00.749) 0:04:59.451 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002023", "end": "2025-04-30 10:13:13.095818", "failed_when_result": false, "rc": 0, "start": "2025-04-30 10:13:13.093795" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Wednesday 30 April 2025 10:13:13 -0400 (0:00:00.816) 0:05:00.268 ******* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Wednesday 30 April 2025 10:13:13 -0400 (0:00:00.057) 0:05:00.326 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Wednesday 30 April 2025 10:13:13 -0400 (0:00:00.120) 0:05:00.446 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Wednesday 30 April 2025 10:13:13 -0400 (0:00:00.140) 0:05:00.587 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Wednesday 30 April 2025 10:13:13 -0400 (0:00:00.432) 0:05:01.019 ******* ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Wednesday 30 April 2025 10:13:14 -0400 (0:00:00.126) 0:05:01.146 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Wednesday 30 April 2025 10:13:14 -0400 (0:00:00.136) 0:05:01.282 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Wednesday 30 April 2025 10:13:14 -0400 (0:00:00.088) 0:05:01.371 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Wednesday 30 April 2025 10:13:14 -0400 (0:00:00.110) 0:05:01.482 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Wednesday 30 April 2025 10:13:14 -0400 (0:00:00.128) 0:05:01.610 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Wednesday 30 April 2025 10:13:14 -0400 (0:00:00.064) 0:05:01.675 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Wednesday 30 April 2025 10:13:14 -0400 (0:00:00.065) 0:05:01.741 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002021", "end": "2025-04-30 10:13:15.506538", "rc": 0, "start": "2025-04-30 10:13:15.504517" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Wednesday 30 April 2025 10:13:15 -0400 (0:00:01.007) 0:05:02.748 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002139", "end": "2025-04-30 10:13:16.383410", "rc": 0, "start": "2025-04-30 10:13:16.381271" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Wednesday 30 April 2025 10:13:16 -0400 (0:00:00.844) 0:05:03.593 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Wednesday 30 April 2025 10:13:16 -0400 (0:00:00.163) 0:05:03.756 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Wednesday 30 April 2025 10:13:16 -0400 (0:00:00.106) 0:05:03.863 ******* ok: [managed-node10] => { "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=adaa47ae-b8ce-4207-9c04-127ae656ed79 " ], "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Wednesday 30 April 2025 10:13:17 -0400 (0:00:00.239) 0:05:04.102 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Wednesday 30 April 2025 10:13:17 -0400 (0:00:00.102) 0:05:04.204 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Wednesday 30 April 2025 10:13:17 -0400 (0:00:00.108) 0:05:04.312 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Wednesday 30 April 2025 10:13:17 -0400 (0:00:00.088) 0:05:04.401 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Wednesday 30 April 2025 10:13:17 -0400 (0:00:00.090) 0:05:04.491 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Wednesday 30 April 2025 10:13:17 -0400 (0:00:00.104) 0:05:04.596 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Wednesday 30 April 2025 10:13:17 -0400 (0:00:00.190) 0:05:04.787 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Wednesday 30 April 2025 10:13:17 -0400 (0:00:00.235) 0:05:05.022 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022346.9520485, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1746022346.9380484, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36348, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1746022346.9380484, "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Wednesday 30 April 2025 10:13:18 -0400 (0:00:00.913) 0:05:05.935 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Wednesday 30 April 2025 10:13:19 -0400 (0:00:00.132) 0:05:06.068 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Wednesday 30 April 2025 10:13:19 -0400 (0:00:00.074) 0:05:06.142 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Wednesday 30 April 2025 10:13:19 -0400 (0:00:00.109) 0:05:06.251 ******* ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Wednesday 30 April 2025 10:13:19 -0400 (0:00:00.142) 0:05:06.393 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Wednesday 30 April 2025 10:13:19 -0400 (0:00:00.141) 0:05:06.534 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Wednesday 30 April 2025 10:13:19 -0400 (0:00:00.117) 0:05:06.652 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Wednesday 30 April 2025 10:13:19 -0400 (0:00:00.089) 0:05:06.741 ******* ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Wednesday 30 April 2025 10:13:23 -0400 (0:00:03.773) 0:05:10.514 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Wednesday 30 April 2025 10:13:23 -0400 (0:00:00.137) 0:05:10.651 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Wednesday 30 April 2025 10:13:23 -0400 (0:00:00.111) 0:05:10.763 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Wednesday 30 April 2025 10:13:23 -0400 (0:00:00.150) 0:05:10.913 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Wednesday 30 April 2025 10:13:23 -0400 (0:00:00.089) 0:05:11.003 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Wednesday 30 April 2025 10:13:24 -0400 (0:00:00.114) 0:05:11.118 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Wednesday 30 April 2025 10:13:24 -0400 (0:00:00.119) 0:05:11.237 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Wednesday 30 April 2025 10:13:24 -0400 (0:00:00.115) 0:05:11.353 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Wednesday 30 April 2025 10:13:24 -0400 (0:00:00.109) 0:05:11.462 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Wednesday 30 April 2025 10:13:24 -0400 (0:00:00.142) 0:05:11.605 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Wednesday 30 April 2025 10:13:24 -0400 (0:00:00.117) 0:05:11.722 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Wednesday 30 April 2025 10:13:24 -0400 (0:00:00.166) 0:05:11.888 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Wednesday 30 April 2025 10:13:24 -0400 (0:00:00.116) 0:05:12.005 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Wednesday 30 April 2025 10:13:25 -0400 (0:00:00.122) 0:05:12.128 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Wednesday 30 April 2025 10:13:25 -0400 (0:00:00.094) 0:05:12.223 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Wednesday 30 April 2025 10:13:25 -0400 (0:00:00.218) 0:05:12.441 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Wednesday 30 April 2025 10:13:25 -0400 (0:00:00.126) 0:05:12.567 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Wednesday 30 April 2025 10:13:25 -0400 (0:00:00.175) 0:05:12.743 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Wednesday 30 April 2025 10:13:25 -0400 (0:00:00.219) 0:05:12.962 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Wednesday 30 April 2025 10:13:26 -0400 (0:00:00.074) 0:05:13.037 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Wednesday 30 April 2025 10:13:26 -0400 (0:00:00.191) 0:05:13.228 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Wednesday 30 April 2025 10:13:26 -0400 (0:00:00.085) 0:05:13.314 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Wednesday 30 April 2025 10:13:26 -0400 (0:00:00.058) 0:05:13.372 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Wednesday 30 April 2025 10:13:26 -0400 (0:00:00.148) 0:05:13.521 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Wednesday 30 April 2025 10:13:26 -0400 (0:00:00.166) 0:05:13.688 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Wednesday 30 April 2025 10:13:26 -0400 (0:00:00.211) 0:05:13.899 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Wednesday 30 April 2025 10:13:26 -0400 (0:00:00.133) 0:05:14.033 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Wednesday 30 April 2025 10:13:27 -0400 (0:00:00.145) 0:05:14.179 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Wednesday 30 April 2025 10:13:27 -0400 (0:00:00.101) 0:05:14.280 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Wednesday 30 April 2025 10:13:27 -0400 (0:00:00.119) 0:05:14.400 ******* skipping: [managed-node10] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Wednesday 30 April 2025 10:13:27 -0400 (0:00:00.116) 0:05:14.516 ******* skipping: [managed-node10] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Wednesday 30 April 2025 10:13:27 -0400 (0:00:00.097) 0:05:14.613 ******* skipping: [managed-node10] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Wednesday 30 April 2025 10:13:27 -0400 (0:00:00.107) 0:05:14.721 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Wednesday 30 April 2025 10:13:27 -0400 (0:00:00.140) 0:05:14.861 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Wednesday 30 April 2025 10:13:27 -0400 (0:00:00.054) 0:05:14.915 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Wednesday 30 April 2025 10:13:27 -0400 (0:00:00.069) 0:05:14.985 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Wednesday 30 April 2025 10:13:28 -0400 (0:00:00.059) 0:05:15.044 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Wednesday 30 April 2025 10:13:28 -0400 (0:00:00.143) 0:05:15.188 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Wednesday 30 April 2025 10:13:28 -0400 (0:00:00.136) 0:05:15.324 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Wednesday 30 April 2025 10:13:28 -0400 (0:00:00.054) 0:05:15.378 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Wednesday 30 April 2025 10:13:28 -0400 (0:00:00.100) 0:05:15.479 ******* skipping: [managed-node10] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Wednesday 30 April 2025 10:13:28 -0400 (0:00:00.099) 0:05:15.578 ******* skipping: [managed-node10] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Wednesday 30 April 2025 10:13:28 -0400 (0:00:00.103) 0:05:15.682 ******* skipping: [managed-node10] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Wednesday 30 April 2025 10:13:28 -0400 (0:00:00.124) 0:05:15.806 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Wednesday 30 April 2025 10:13:28 -0400 (0:00:00.145) 0:05:15.952 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Wednesday 30 April 2025 10:13:28 -0400 (0:00:00.081) 0:05:16.033 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Wednesday 30 April 2025 10:13:29 -0400 (0:00:00.101) 0:05:16.135 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Wednesday 30 April 2025 10:13:29 -0400 (0:00:00.117) 0:05:16.252 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Wednesday 30 April 2025 10:13:29 -0400 (0:00:00.092) 0:05:16.345 ******* ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Wednesday 30 April 2025 10:13:29 -0400 (0:00:00.118) 0:05:16.464 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Wednesday 30 April 2025 10:13:29 -0400 (0:00:00.105) 0:05:16.569 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Wednesday 30 April 2025 10:13:29 -0400 (0:00:00.085) 0:05:16.655 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Wednesday 30 April 2025 10:13:29 -0400 (0:00:00.136) 0:05:16.791 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Wednesday 30 April 2025 10:13:29 -0400 (0:00:00.056) 0:05:16.848 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Wednesday 30 April 2025 10:13:29 -0400 (0:00:00.118) 0:05:16.966 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Wednesday 30 April 2025 10:13:30 -0400 (0:00:00.163) 0:05:17.130 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Wednesday 30 April 2025 10:13:30 -0400 (0:00:00.115) 0:05:17.246 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Wednesday 30 April 2025 10:13:30 -0400 (0:00:00.156) 0:05:17.402 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Wednesday 30 April 2025 10:13:30 -0400 (0:00:00.105) 0:05:17.508 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Wednesday 30 April 2025 10:13:30 -0400 (0:00:00.086) 0:05:17.595 ******* ok: [managed-node10] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:126 Wednesday 30 April 2025 10:13:30 -0400 (0:00:00.091) 0:05:17.687 ******* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 30 April 2025 10:13:30 -0400 (0:00:00.337) 0:05:18.024 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 30 April 2025 10:13:31 -0400 (0:00:00.361) 0:05:18.386 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 30 April 2025 10:13:31 -0400 (0:00:00.087) 0:05:18.473 ******* skipping: [managed-node10] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node10] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node10] => (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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node10] => (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-e6U/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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Wednesday 30 April 2025 10:13:31 -0400 (0:00:00.135) 0:05:18.609 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Wednesday 30 April 2025 10:13:31 -0400 (0:00:00.090) 0:05:18.699 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 30 April 2025 10:13:31 -0400 (0:00:00.089) 0:05:18.789 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 30 April 2025 10:13:31 -0400 (0:00:00.102) 0:05:18.891 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 30 April 2025 10:13:31 -0400 (0:00:00.078) 0:05:18.970 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 30 April 2025 10:13:32 -0400 (0:00:00.236) 0:05:19.206 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Wednesday 30 April 2025 10:13:32 -0400 (0:00:00.119) 0:05:19.325 ******* ok: [managed-node10] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Wednesday 30 April 2025 10:13:32 -0400 (0:00:00.113) 0:05:19.439 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Wednesday 30 April 2025 10:13:32 -0400 (0:00:00.139) 0:05:19.579 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Wednesday 30 April 2025 10:13:32 -0400 (0:00:00.097) 0:05:19.676 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Wednesday 30 April 2025 10:13:32 -0400 (0:00:00.057) 0:05:19.734 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Wednesday 30 April 2025 10:13:32 -0400 (0:00:00.044) 0:05:19.778 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 30 April 2025 10:13:32 -0400 (0:00:00.060) 0:05:19.839 ******* ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 30 April 2025 10:13:32 -0400 (0:00:00.190) 0:05:20.030 ******* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Wednesday 30 April 2025 10:13:33 -0400 (0:00:00.070) 0:05:20.100 ******* changed: [managed-node10] => { "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=adaa47ae-b8ce-4207-9c04-127ae656ed79", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79", "_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=3d399c5e-c469-4192-a4c9-1d3fe412dd98", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Wednesday 30 April 2025 10:13:37 -0400 (0:00:04.516) 0:05:24.617 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Wednesday 30 April 2025 10:13:37 -0400 (0:00:00.038) 0:05:24.655 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022351.9480712, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ec2c6400cef96a01b127ab428912905531933069", "ctime": 1746022351.2950683, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 358613142, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1746022351.2950683, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "2432113038", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Wednesday 30 April 2025 10:13:38 -0400 (0:00:00.452) 0:05:25.108 ******* ok: [managed-node10] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Wednesday 30 April 2025 10:13:38 -0400 (0:00:00.436) 0:05:25.544 ******* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 30 April 2025 10:13:38 -0400 (0:00:00.025) 0:05:25.569 ******* ok: [managed-node10] => { "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=adaa47ae-b8ce-4207-9c04-127ae656ed79", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79", "_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=3d399c5e-c469-4192-a4c9-1d3fe412dd98", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Wednesday 30 April 2025 10:13:38 -0400 (0:00:00.042) 0:05:25.612 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Wednesday 30 April 2025 10:13:38 -0400 (0:00:00.036) 0:05:25.649 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79", "_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=3d399c5e-c469-4192-a4c9-1d3fe412dd98", "_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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Wednesday 30 April 2025 10:13:38 -0400 (0:00:00.049) 0:05:25.698 ******* changed: [managed-node10] => (item={'src': 'UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79', '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=adaa47ae-b8ce-4207-9c04-127ae656ed79", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 30 April 2025 10:13:39 -0400 (0:00:00.645) 0:05:26.343 ******* ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Wednesday 30 April 2025 10:13:40 -0400 (0:00:00.907) 0:05:27.250 ******* TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Wednesday 30 April 2025 10:13:40 -0400 (0:00:00.062) 0:05:27.313 ******* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Wednesday 30 April 2025 10:13:40 -0400 (0:00:00.074) 0:05:27.388 ******* ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Wednesday 30 April 2025 10:13:41 -0400 (0:00:01.097) 0:05:28.485 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746020911.3375778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1746020904.8185484, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 88080582, "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": 1746020904.8165483, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "302081587", "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-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Wednesday 30 April 2025 10:13:42 -0400 (0:00:00.682) 0:05:29.168 ******* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Wednesday 30 April 2025 10:13:42 -0400 (0:00:00.049) 0:05:29.217 ******* ok: [managed-node10] TASK [Verify results] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:142 Wednesday 30 April 2025 10:13:43 -0400 (0:00:00.851) 0:05:30.069 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Wednesday 30 April 2025 10:13:43 -0400 (0:00:00.264) 0:05:30.334 ******* skipping: [managed-node10] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Wednesday 30 April 2025 10:13:43 -0400 (0:00:00.112) 0:05:30.447 ******* ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=adaa47ae-b8ce-4207-9c04-127ae656ed79", "_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=3d399c5e-c469-4192-a4c9-1d3fe412dd98", "_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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Wednesday 30 April 2025 10:13:43 -0400 (0:00:00.115) 0:05:30.562 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Wednesday 30 April 2025 10:13:44 -0400 (0:00:00.533) 0:05:31.096 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002249", "end": "2025-04-30 10:13:44.508399", "rc": 0, "start": "2025-04-30 10:13:44.506150" } 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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Wednesday 30 April 2025 10:13:44 -0400 (0:00:00.516) 0:05:31.612 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.001905", "end": "2025-04-30 10:13:45.037327", "failed_when_result": false, "rc": 0, "start": "2025-04-30 10:13:45.035422" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Wednesday 30 April 2025 10:13:45 -0400 (0:00:00.579) 0:05:32.191 ******* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Wednesday 30 April 2025 10:13:45 -0400 (0:00:00.100) 0:05:32.292 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Wednesday 30 April 2025 10:13:45 -0400 (0:00:00.201) 0:05:32.493 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Wednesday 30 April 2025 10:13:45 -0400 (0:00:00.070) 0:05:32.564 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Wednesday 30 April 2025 10:13:45 -0400 (0:00:00.220) 0:05:32.784 ******* ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Wednesday 30 April 2025 10:13:45 -0400 (0:00:00.038) 0:05:32.822 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Wednesday 30 April 2025 10:13:45 -0400 (0:00:00.054) 0:05:32.877 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Wednesday 30 April 2025 10:13:45 -0400 (0:00:00.056) 0:05:32.933 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Wednesday 30 April 2025 10:13:45 -0400 (0:00:00.033) 0:05:32.967 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Wednesday 30 April 2025 10:13:45 -0400 (0:00:00.067) 0:05:33.034 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Wednesday 30 April 2025 10:13:46 -0400 (0:00:00.049) 0:05:33.084 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Wednesday 30 April 2025 10:13:46 -0400 (0:00:00.051) 0:05:33.135 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002047", "end": "2025-04-30 10:13:46.702746", "rc": 0, "start": "2025-04-30 10:13:46.700699" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Wednesday 30 April 2025 10:13:46 -0400 (0:00:00.776) 0:05:33.912 ******* ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002072", "end": "2025-04-30 10:13:47.444234", "rc": 0, "start": "2025-04-30 10:13:47.442162" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Wednesday 30 April 2025 10:13:47 -0400 (0:00:00.676) 0:05:34.588 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Wednesday 30 April 2025 10:13:47 -0400 (0:00:00.055) 0:05:34.644 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Wednesday 30 April 2025 10:13:47 -0400 (0:00:00.079) 0:05:34.723 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Wednesday 30 April 2025 10:13:47 -0400 (0:00:00.110) 0:05:34.834 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Wednesday 30 April 2025 10:13:47 -0400 (0:00:00.108) 0:05:34.943 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Wednesday 30 April 2025 10:13:48 -0400 (0:00:00.130) 0:05:35.073 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Wednesday 30 April 2025 10:13:48 -0400 (0:00:00.126) 0:05:35.200 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Wednesday 30 April 2025 10:13:48 -0400 (0:00:00.140) 0:05:35.340 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Wednesday 30 April 2025 10:13:48 -0400 (0:00:00.079) 0:05:35.420 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Wednesday 30 April 2025 10:13:48 -0400 (0:00:00.167) 0:05:35.587 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Wednesday 30 April 2025 10:13:48 -0400 (0:00:00.094) 0:05:35.682 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022417.4593687, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1746022417.4593687, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36348, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1746022417.4593687, "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Wednesday 30 April 2025 10:13:49 -0400 (0:00:00.655) 0:05:36.337 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Wednesday 30 April 2025 10:13:49 -0400 (0:00:00.045) 0:05:36.382 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Wednesday 30 April 2025 10:13:49 -0400 (0:00:00.046) 0:05:36.428 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Wednesday 30 April 2025 10:13:49 -0400 (0:00:00.046) 0:05:36.475 ******* ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Wednesday 30 April 2025 10:13:49 -0400 (0:00:00.049) 0:05:36.525 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Wednesday 30 April 2025 10:13:49 -0400 (0:00:00.053) 0:05:36.578 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Wednesday 30 April 2025 10:13:49 -0400 (0:00:00.035) 0:05:36.614 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Wednesday 30 April 2025 10:13:49 -0400 (0:00:00.037) 0:05:36.651 ******* ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Wednesday 30 April 2025 10:13:52 -0400 (0:00:03.099) 0:05:39.750 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Wednesday 30 April 2025 10:13:52 -0400 (0:00:00.071) 0:05:39.822 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Wednesday 30 April 2025 10:13:52 -0400 (0:00:00.062) 0:05:39.885 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Wednesday 30 April 2025 10:13:52 -0400 (0:00:00.086) 0:05:39.971 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.135) 0:05:40.107 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.042) 0:05:40.149 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.027) 0:05:40.176 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.046) 0:05:40.223 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.025) 0:05:40.248 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.067) 0:05:40.316 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.075) 0:05:40.392 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.067) 0:05:40.459 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.053) 0:05:40.513 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.071) 0:05:40.584 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.060) 0:05:40.644 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.069) 0:05:40.713 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.069) 0:05:40.783 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.059) 0:05:40.843 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.041) 0:05:40.885 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Wednesday 30 April 2025 10:13:53 -0400 (0:00:00.076) 0:05:40.962 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.107) 0:05:41.069 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.122) 0:05:41.192 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.051) 0:05:41.244 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.076) 0:05:41.320 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.048) 0:05:41.369 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.072) 0:05:41.441 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.031) 0:05:41.473 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.061) 0:05:41.535 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.080) 0:05:41.615 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.037) 0:05:41.653 ******* skipping: [managed-node10] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.052) 0:05:41.706 ******* skipping: [managed-node10] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.033) 0:05:41.740 ******* skipping: [managed-node10] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.033) 0:05:41.773 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.039) 0:05:41.812 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.040) 0:05:41.852 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.048) 0:05:41.900 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.029) 0:05:41.930 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.038) 0:05:41.969 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Wednesday 30 April 2025 10:13:54 -0400 (0:00:00.053) 0:05:42.022 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.078) 0:05:42.101 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.111) 0:05:42.212 ******* skipping: [managed-node10] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.063) 0:05:42.276 ******* skipping: [managed-node10] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.106) 0:05:42.382 ******* skipping: [managed-node10] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.035) 0:05:42.418 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.052) 0:05:42.470 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.065) 0:05:42.535 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.057) 0:05:42.593 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.050) 0:05:42.644 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.032) 0:05:42.676 ******* ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.061) 0:05:42.738 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.032) 0:05:42.771 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.049) 0:05:42.820 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.051) 0:05:42.872 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.083) 0:05:42.955 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Wednesday 30 April 2025 10:13:55 -0400 (0:00:00.066) 0:05:43.022 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Wednesday 30 April 2025 10:13:56 -0400 (0:00:00.058) 0:05:43.080 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Wednesday 30 April 2025 10:13:56 -0400 (0:00:00.052) 0:05:43.133 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Wednesday 30 April 2025 10:13:56 -0400 (0:00:00.042) 0:05:43.175 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Wednesday 30 April 2025 10:13:56 -0400 (0:00:00.100) 0:05:43.275 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Wednesday 30 April 2025 10:13:56 -0400 (0:00:00.176) 0:05:43.452 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Wednesday 30 April 2025 10:13:56 -0400 (0:00:00.056) 0:05:43.509 ******* included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 included: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Wednesday 30 April 2025 10:13:56 -0400 (0:00:00.270) 0:05:43.779 ******* ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Wednesday 30 April 2025 10:13:56 -0400 (0:00:00.061) 0:05:43.840 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Wednesday 30 April 2025 10:13:56 -0400 (0:00:00.055) 0:05:43.896 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Wednesday 30 April 2025 10:13:56 -0400 (0:00:00.041) 0:05:43.938 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Wednesday 30 April 2025 10:13:56 -0400 (0:00:00.034) 0:05:43.973 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Wednesday 30 April 2025 10:13:56 -0400 (0:00:00.036) 0:05:44.010 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.065) 0:05:44.075 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.030) 0:05:44.106 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.044) 0:05:44.150 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.037) 0:05:44.187 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.036) 0:05:44.224 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.070) 0:05:44.295 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.102) 0:05:44.398 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.062) 0:05:44.461 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.070) 0:05:44.531 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.068) 0:05:44.599 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.117) 0:05:44.717 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.077) 0:05:44.795 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.065) 0:05:44.861 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Wednesday 30 April 2025 10:13:57 -0400 (0:00:00.051) 0:05:44.913 ******* ok: [managed-node10] => { "changed": false, "stat": { "atime": 1746022417.4203684, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1746022417.4203684, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36903, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1746022417.4203684, "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Wednesday 30 April 2025 10:13:58 -0400 (0:00:00.608) 0:05:45.522 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Wednesday 30 April 2025 10:13:58 -0400 (0:00:00.055) 0:05:45.577 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Wednesday 30 April 2025 10:13:58 -0400 (0:00:00.119) 0:05:45.697 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Wednesday 30 April 2025 10:13:58 -0400 (0:00:00.060) 0:05:45.757 ******* ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Wednesday 30 April 2025 10:13:58 -0400 (0:00:00.133) 0:05:45.891 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Wednesday 30 April 2025 10:13:58 -0400 (0:00:00.123) 0:05:46.014 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Wednesday 30 April 2025 10:13:59 -0400 (0:00:00.076) 0:05:46.091 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Wednesday 30 April 2025 10:13:59 -0400 (0:00:00.068) 0:05:46.160 ******* ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Wednesday 30 April 2025 10:14:02 -0400 (0:00:03.544) 0:05:49.704 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Wednesday 30 April 2025 10:14:02 -0400 (0:00:00.107) 0:05:49.811 ******* skipping: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Wednesday 30 April 2025 10:14:02 -0400 (0:00:00.107) 0:05:49.919 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Wednesday 30 April 2025 10:14:02 -0400 (0:00:00.068) 0:05:49.987 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Wednesday 30 April 2025 10:14:03 -0400 (0:00:00.131) 0:05:50.119 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Wednesday 30 April 2025 10:14:03 -0400 (0:00:00.092) 0:05:50.211 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Wednesday 30 April 2025 10:14:03 -0400 (0:00:00.037) 0:05:50.249 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Wednesday 30 April 2025 10:14:03 -0400 (0:00:00.069) 0:05:50.319 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Wednesday 30 April 2025 10:14:03 -0400 (0:00:00.082) 0:05:50.401 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Wednesday 30 April 2025 10:14:03 -0400 (0:00:00.087) 0:05:50.489 ******* ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Wednesday 30 April 2025 10:14:03 -0400 (0:00:00.097) 0:05:50.587 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Wednesday 30 April 2025 10:14:03 -0400 (0:00:00.103) 0:05:50.691 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Wednesday 30 April 2025 10:14:03 -0400 (0:00:00.091) 0:05:50.782 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Wednesday 30 April 2025 10:14:03 -0400 (0:00:00.061) 0:05:50.844 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Wednesday 30 April 2025 10:14:03 -0400 (0:00:00.092) 0:05:50.937 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Wednesday 30 April 2025 10:14:03 -0400 (0:00:00.080) 0:05:51.017 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.102) 0:05:51.119 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.115) 0:05:51.235 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.080) 0:05:51.315 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.055) 0:05:51.371 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.051) 0:05:51.422 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.036) 0:05:51.459 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.147) 0:05:51.607 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.057) 0:05:51.664 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.038) 0:05:51.702 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.036) 0:05:51.739 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.035) 0:05:51.774 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.043) 0:05:51.818 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.046) 0:05:51.864 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.075) 0:05:51.940 ******* skipping: [managed-node10] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Wednesday 30 April 2025 10:14:04 -0400 (0:00:00.060) 0:05:52.000 ******* skipping: [managed-node10] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Wednesday 30 April 2025 10:14:05 -0400 (0:00:00.076) 0:05:52.076 ******* skipping: [managed-node10] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Wednesday 30 April 2025 10:14:05 -0400 (0:00:00.041) 0:05:52.117 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Wednesday 30 April 2025 10:14:05 -0400 (0:00:00.078) 0:05:52.196 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Wednesday 30 April 2025 10:14:05 -0400 (0:00:00.077) 0:05:52.274 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Wednesday 30 April 2025 10:14:05 -0400 (0:00:00.057) 0:05:52.331 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Wednesday 30 April 2025 10:14:05 -0400 (0:00:00.098) 0:05:52.430 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Wednesday 30 April 2025 10:14:05 -0400 (0:00:00.084) 0:05:52.514 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Wednesday 30 April 2025 10:14:05 -0400 (0:00:00.120) 0:05:52.634 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Wednesday 30 April 2025 10:14:05 -0400 (0:00:00.033) 0:05:52.668 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Wednesday 30 April 2025 10:14:05 -0400 (0:00:00.098) 0:05:52.766 ******* skipping: [managed-node10] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Wednesday 30 April 2025 10:14:05 -0400 (0:00:00.088) 0:05:52.854 ******* skipping: [managed-node10] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Wednesday 30 April 2025 10:14:05 -0400 (0:00:00.049) 0:05:52.904 ******* skipping: [managed-node10] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Wednesday 30 April 2025 10:14:05 -0400 (0:00:00.038) 0:05:52.943 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Wednesday 30 April 2025 10:14:06 -0400 (0:00:00.096) 0:05:53.039 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Wednesday 30 April 2025 10:14:06 -0400 (0:00:00.070) 0:05:53.109 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Wednesday 30 April 2025 10:14:06 -0400 (0:00:00.103) 0:05:53.212 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Wednesday 30 April 2025 10:14:06 -0400 (0:00:00.066) 0:05:53.279 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Wednesday 30 April 2025 10:14:06 -0400 (0:00:00.070) 0:05:53.349 ******* ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Wednesday 30 April 2025 10:14:06 -0400 (0:00:00.078) 0:05:53.428 ******* ok: [managed-node10] => { "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-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Wednesday 30 April 2025 10:14:06 -0400 (0:00:00.092) 0:05:53.520 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Wednesday 30 April 2025 10:14:06 -0400 (0:00:00.115) 0:05:53.635 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Wednesday 30 April 2025 10:14:06 -0400 (0:00:00.111) 0:05:53.746 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Wednesday 30 April 2025 10:14:06 -0400 (0:00:00.095) 0:05:53.842 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Wednesday 30 April 2025 10:14:06 -0400 (0:00:00.109) 0:05:53.952 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Wednesday 30 April 2025 10:14:06 -0400 (0:00:00.078) 0:05:54.030 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Wednesday 30 April 2025 10:14:07 -0400 (0:00:00.095) 0:05:54.126 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Wednesday 30 April 2025 10:14:07 -0400 (0:00:00.065) 0:05:54.191 ******* skipping: [managed-node10] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Wednesday 30 April 2025 10:14:07 -0400 (0:00:00.096) 0:05:54.287 ******* ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Wednesday 30 April 2025 10:14:07 -0400 (0:00:00.029) 0:05:54.317 ******* ok: [managed-node10] => { "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-node10 : ok=486 changed=11 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 Wednesday 30 April 2025 10:14:07 -0400 (0:00:00.034) 0:05:54.352 ******* =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.31s /tmp/collections-e6U/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.14s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure blivet is available ------- 6.52s /tmp/collections-e6U/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.15s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.76s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Ensure test packages ---------------------------------------------------- 4.69s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.52s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Ensure test packages ---------------------------------------------------- 4.52s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.52s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.38s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure required packages are installed --- 4.26s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Ensure cryptsetup is present -------------------------------------------- 4.17s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 4.15s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 4.01s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 3.83s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Gathering Facts --------------------------------------------------------- 3.79s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Ensure cryptsetup is present -------------------------------------------- 3.77s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 3.71s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Ensure cryptsetup is present -------------------------------------------- 3.62s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 3.54s /tmp/collections-e6U/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10