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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Saturday 29 March 2025 18:56:32 -0400 (0:00:00.436) 0:00:00.436 ******** ok: [managed-node4] META: ran handlers TASK [Include role to ensure packages are installed] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:10 Saturday 29 March 2025 18:56:37 -0400 (0:00:04.579) 0:00:05.016 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 29 March 2025 18:56:37 -0400 (0:00:00.363) 0:00:05.379 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 29 March 2025 18:56:38 -0400 (0:00:00.346) 0:00:05.726 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 29 March 2025 18:56:38 -0400 (0:00:00.527) 0:00:06.253 ******** skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node4] => (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-KNh/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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 29 March 2025 18:56:39 -0400 (0:00:00.820) 0:00:07.073 ******** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 29 March 2025 18:56:42 -0400 (0:00:02.809) 0:00:09.883 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 29 March 2025 18:56:42 -0400 (0:00:00.577) 0:00:10.461 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 29 March 2025 18:56:42 -0400 (0:00:00.161) 0:00:10.623 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 29 March 2025 18:56:43 -0400 (0:00:00.184) 0:00:10.808 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 29 March 2025 18:56:43 -0400 (0:00:00.773) 0:00:11.581 ******** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 29 March 2025 18:56:50 -0400 (0:00:07.022) 0:00:18.604 ******** ok: [managed-node4] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 29 March 2025 18:56:51 -0400 (0:00:00.571) 0:00:19.175 ******** ok: [managed-node4] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 29 March 2025 18:56:51 -0400 (0:00:00.456) 0:00:19.632 ******** ok: [managed-node4] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 29 March 2025 18:56:55 -0400 (0:00:03.703) 0:00:23.335 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 29 March 2025 18:56:56 -0400 (0:00:00.756) 0:00:24.092 ******** TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 29 March 2025 18:56:56 -0400 (0:00:00.177) 0:00:24.269 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 29 March 2025 18:56:56 -0400 (0:00:00.173) 0:00:24.443 ******** TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 29 March 2025 18:56:57 -0400 (0:00:00.248) 0:00:24.691 ******** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 29 March 2025 18:57:01 -0400 (0:00:04.527) 0:00:29.219 ******** ok: [managed-node4] => { "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" }, "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 29 March 2025 18:57:05 -0400 (0:00:03.660) 0:00:32.879 ******** ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 29 March 2025 18:57:05 -0400 (0:00:00.316) 0:00:33.195 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 29 March 2025 18:57:05 -0400 (0:00:00.208) 0:00:33.403 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 29 March 2025 18:57:07 -0400 (0:00:01.636) 0:00:35.039 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 29 March 2025 18:57:07 -0400 (0:00:00.269) 0:00:35.309 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743288944.6166675, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1743288942.8276696, "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": 1743288942.8276696, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "2897046613", "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 29 March 2025 18:57:09 -0400 (0:00:01.478) 0:00:36.787 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 29 March 2025 18:57:09 -0400 (0:00:00.291) 0:00:37.078 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 29 March 2025 18:57:09 -0400 (0:00:00.217) 0:00:37.296 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 29 March 2025 18:57:10 -0400 (0:00:00.514) 0:00:37.810 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 29 March 2025 18:57:10 -0400 (0:00:00.245) 0:00:38.055 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 29 March 2025 18:57:10 -0400 (0:00:00.134) 0:00:38.190 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 29 March 2025 18:57:10 -0400 (0:00:00.195) 0:00:38.385 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 29 March 2025 18:57:11 -0400 (0:00:00.271) 0:00:38.657 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 29 March 2025 18:57:11 -0400 (0:00:00.203) 0:00:38.860 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 29 March 2025 18:57:11 -0400 (0:00:00.272) 0:00:39.132 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 29 March 2025 18:57:11 -0400 (0:00:00.183) 0:00:39.315 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743287538.0126925, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 29 March 2025 18:57:13 -0400 (0:00:01.387) 0:00:40.703 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 29 March 2025 18:57:13 -0400 (0:00:00.153) 0:00:40.857 ******** ok: [managed-node4] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:14 Saturday 29 March 2025 18:57:14 -0400 (0:00:01.731) 0:00:42.589 ******** ok: [managed-node4] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:22 Saturday 29 March 2025 18:57:15 -0400 (0:00:00.189) 0:00:42.778 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node4 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 29 March 2025 18:57:15 -0400 (0:00:00.203) 0:00:42.982 ******** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 29 March 2025 18:57:19 -0400 (0:00:04.458) 0:00:47.440 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 29 March 2025 18:57:22 -0400 (0:00:02.845) 0:00:50.285 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 29 March 2025 18:57:22 -0400 (0:00:00.149) 0:00:50.435 ******** ok: [managed-node4] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 29 March 2025 18:57:23 -0400 (0:00:00.230) 0:00:50.665 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 29 March 2025 18:57:23 -0400 (0:00:00.297) 0:00:50.962 ******** ok: [managed-node4] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:30 Saturday 29 March 2025 18:57:23 -0400 (0:00:00.206) 0:00:51.168 ******** ok: [managed-node4] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:34 Saturday 29 March 2025 18:57:23 -0400 (0:00:00.149) 0:00:51.318 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 29 March 2025 18:57:24 -0400 (0:00:00.341) 0:00:51.660 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 29 March 2025 18:57:24 -0400 (0:00:00.289) 0:00:51.949 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 29 March 2025 18:57:24 -0400 (0:00:00.188) 0:00:52.137 ******** skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node4] => (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-KNh/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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 29 March 2025 18:57:25 -0400 (0:00:00.601) 0:00:52.739 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 29 March 2025 18:57:25 -0400 (0:00:00.215) 0:00:52.955 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 29 March 2025 18:57:25 -0400 (0:00:00.069) 0:00:53.024 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 29 March 2025 18:57:25 -0400 (0:00:00.061) 0:00:53.085 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 29 March 2025 18:57:25 -0400 (0:00:00.056) 0:00:53.141 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 29 March 2025 18:57:25 -0400 (0:00:00.189) 0:00:53.331 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 29 March 2025 18:57:25 -0400 (0:00:00.220) 0:00:53.552 ******** ok: [managed-node4] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 29 March 2025 18:57:25 -0400 (0:00:00.072) 0:00:53.624 ******** ok: [managed-node4] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 29 March 2025 18:57:26 -0400 (0:00:00.243) 0:00:53.868 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 29 March 2025 18:57:26 -0400 (0:00:00.184) 0:00:54.052 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 29 March 2025 18:57:26 -0400 (0:00:00.148) 0:00:54.200 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 29 March 2025 18:57:26 -0400 (0:00:00.282) 0:00:54.483 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 29 March 2025 18:57:27 -0400 (0:00:00.229) 0:00:54.712 ******** ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 29 March 2025 18:57:27 -0400 (0:00:00.278) 0:00:54.991 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 29 March 2025 18:57:27 -0400 (0:00:00.136) 0:00:55.127 ******** changed: [managed-node4] => { "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=3e5b0a1e-efb2-4bde-977f-91ae087a0091", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3e5b0a1e-efb2-4bde-977f-91ae087a0091", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 29 March 2025 18:57:32 -0400 (0:00:04.882) 0:01:00.010 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 29 March 2025 18:57:32 -0400 (0:00:00.267) 0:01:00.277 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743288944.6166675, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1743288942.8276696, "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": 1743288942.8276696, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "2897046613", "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 29 March 2025 18:57:34 -0400 (0:00:01.495) 0:01:01.773 ******** ok: [managed-node4] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 29 March 2025 18:57:36 -0400 (0:00:02.605) 0:01:04.378 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 29 March 2025 18:57:36 -0400 (0:00:00.199) 0:01:04.577 ******** ok: [managed-node4] => { "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=3e5b0a1e-efb2-4bde-977f-91ae087a0091", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3e5b0a1e-efb2-4bde-977f-91ae087a0091", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 29 March 2025 18:57:37 -0400 (0:00:00.210) 0:01:04.788 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 29 March 2025 18:57:37 -0400 (0:00:00.280) 0:01:05.069 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3e5b0a1e-efb2-4bde-977f-91ae087a0091", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 29 March 2025 18:57:37 -0400 (0:00:00.282) 0:01:05.351 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 29 March 2025 18:57:37 -0400 (0:00:00.279) 0:01:05.630 ******** ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 29 March 2025 18:57:42 -0400 (0:00:04.201) 0:01:09.832 ******** changed: [managed-node4] => (item={'src': 'UUID=3e5b0a1e-efb2-4bde-977f-91ae087a0091', '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=3e5b0a1e-efb2-4bde-977f-91ae087a0091", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=3e5b0a1e-efb2-4bde-977f-91ae087a0091" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 29 March 2025 18:57:44 -0400 (0:00:02.699) 0:01:12.532 ******** skipping: [managed-node4] => (item={'src': 'UUID=3e5b0a1e-efb2-4bde-977f-91ae087a0091', '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=3e5b0a1e-efb2-4bde-977f-91ae087a0091", "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 29 March 2025 18:57:45 -0400 (0:00:00.191) 0:01:12.724 ******** ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 29 March 2025 18:57:46 -0400 (0:00:01.547) 0:01:14.272 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743287538.0126925, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 29 March 2025 18:57:48 -0400 (0:00:01.450) 0:01:15.722 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 29 March 2025 18:57:48 -0400 (0:00:00.233) 0:01:15.956 ******** ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:44 Saturday 29 March 2025 18:57:50 -0400 (0:00:02.020) 0:01:17.976 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 29 March 2025 18:57:50 -0400 (0:00:00.425) 0:01:18.401 ******** skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 29 March 2025 18:57:51 -0400 (0:00:00.256) 0:01:18.658 ******** ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3e5b0a1e-efb2-4bde-977f-91ae087a0091", "_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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 29 March 2025 18:57:51 -0400 (0:00:00.257) 0:01:18.915 ******** ok: [managed-node4] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "3e5b0a1e-efb2-4bde-977f-91ae087a0091" }, "/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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 29 March 2025 18:57:54 -0400 (0:00:02.974) 0:01:21.890 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002543", "end": "2025-03-29 18:57:56.552964", "rc": 0, "start": "2025-03-29 18:57:56.550421" } 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=3e5b0a1e-efb2-4bde-977f-91ae087a0091 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 29 March 2025 18:57:56 -0400 (0:00:02.554) 0:01:24.444 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.003754", "end": "2025-03-29 18:57:58.843053", "failed_when_result": false, "rc": 0, "start": "2025-03-29 18:57:57.839299" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 29 March 2025 18:57:59 -0400 (0:00:02.332) 0:01:26.776 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 29 March 2025 18:57:59 -0400 (0:00:00.204) 0:01:26.981 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 29 March 2025 18:57:59 -0400 (0:00:00.393) 0:01:27.375 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 29 March 2025 18:58:00 -0400 (0:00:00.262) 0:01:27.638 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 29 March 2025 18:58:01 -0400 (0:00:01.194) 0:01:28.832 ******** ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 29 March 2025 18:58:01 -0400 (0:00:00.277) 0:01:29.110 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 29 March 2025 18:58:01 -0400 (0:00:00.376) 0:01:29.487 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 29 March 2025 18:58:02 -0400 (0:00:00.307) 0:01:29.794 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 29 March 2025 18:58:02 -0400 (0:00:00.315) 0:01:30.110 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 29 March 2025 18:58:02 -0400 (0:00:00.298) 0:01:30.408 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 29 March 2025 18:58:03 -0400 (0:00:00.324) 0:01:30.732 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 29 March 2025 18:58:03 -0400 (0:00:00.240) 0:01:30.973 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003611", "end": "2025-03-29 18:58:04.508648", "rc": 0, "start": "2025-03-29 18:58:04.505037" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 29 March 2025 18:58:04 -0400 (0:00:01.433) 0:01:32.407 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002782", "end": "2025-03-29 18:58:05.986067", "rc": 0, "start": "2025-03-29 18:58:05.983285" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 29 March 2025 18:58:06 -0400 (0:00:01.524) 0:01:33.932 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 29 March 2025 18:58:06 -0400 (0:00:00.323) 0:01:34.255 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 29 March 2025 18:58:06 -0400 (0:00:00.202) 0:01:34.458 ******** ok: [managed-node4] => { "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=3e5b0a1e-efb2-4bde-977f-91ae087a0091 " ], "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 29 March 2025 18:58:07 -0400 (0:00:00.542) 0:01:35.000 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 29 March 2025 18:58:07 -0400 (0:00:00.310) 0:01:35.310 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 29 March 2025 18:58:08 -0400 (0:00:00.325) 0:01:35.636 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 29 March 2025 18:58:08 -0400 (0:00:00.181) 0:01:35.818 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 29 March 2025 18:58:08 -0400 (0:00:00.274) 0:01:36.093 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 29 March 2025 18:58:08 -0400 (0:00:00.115) 0:01:36.209 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 29 March 2025 18:58:08 -0400 (0:00:00.279) 0:01:36.488 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 29 March 2025 18:58:09 -0400 (0:00:00.261) 0:01:36.750 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289052.0165396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1743289051.9975395, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35626, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1743289051.9975395, "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 29 March 2025 18:58:10 -0400 (0:00:01.286) 0:01:38.036 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 29 March 2025 18:58:10 -0400 (0:00:00.321) 0:01:38.358 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 29 March 2025 18:58:10 -0400 (0:00:00.198) 0:01:38.556 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 29 March 2025 18:58:11 -0400 (0:00:00.483) 0:01:39.040 ******** ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 29 March 2025 18:58:11 -0400 (0:00:00.164) 0:01:39.205 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 29 March 2025 18:58:11 -0400 (0:00:00.246) 0:01:39.451 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 29 March 2025 18:58:12 -0400 (0:00:00.367) 0:01:39.819 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 29 March 2025 18:58:12 -0400 (0:00:00.252) 0:01:40.071 ******** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 29 March 2025 18:58:16 -0400 (0:00:04.361) 0:01:44.433 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 29 March 2025 18:58:17 -0400 (0:00:00.234) 0:01:44.668 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 29 March 2025 18:58:17 -0400 (0:00:00.312) 0:01:44.980 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 29 March 2025 18:58:17 -0400 (0:00:00.382) 0:01:45.362 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 29 March 2025 18:58:18 -0400 (0:00:00.344) 0:01:45.707 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 29 March 2025 18:58:18 -0400 (0:00:00.308) 0:01:46.016 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 29 March 2025 18:58:18 -0400 (0:00:00.256) 0:01:46.272 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 29 March 2025 18:58:18 -0400 (0:00:00.200) 0:01:46.473 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 29 March 2025 18:58:19 -0400 (0:00:00.248) 0:01:46.722 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 29 March 2025 18:58:19 -0400 (0:00:00.319) 0:01:47.042 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 29 March 2025 18:58:19 -0400 (0:00:00.231) 0:01:47.274 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 29 March 2025 18:58:19 -0400 (0:00:00.281) 0:01:47.555 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 29 March 2025 18:58:20 -0400 (0:00:00.197) 0:01:47.753 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 29 March 2025 18:58:20 -0400 (0:00:00.232) 0:01:47.985 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 29 March 2025 18:58:20 -0400 (0:00:00.186) 0:01:48.172 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 29 March 2025 18:58:20 -0400 (0:00:00.164) 0:01:48.336 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 29 March 2025 18:58:20 -0400 (0:00:00.291) 0:01:48.627 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 29 March 2025 18:58:21 -0400 (0:00:00.272) 0:01:48.900 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 29 March 2025 18:58:21 -0400 (0:00:00.227) 0:01:49.128 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 29 March 2025 18:58:21 -0400 (0:00:00.227) 0:01:49.355 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 29 March 2025 18:58:21 -0400 (0:00:00.201) 0:01:49.557 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 29 March 2025 18:58:22 -0400 (0:00:00.175) 0:01:49.732 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 29 March 2025 18:58:22 -0400 (0:00:00.257) 0:01:49.990 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 29 March 2025 18:58:22 -0400 (0:00:00.267) 0:01:50.257 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 29 March 2025 18:58:22 -0400 (0:00:00.173) 0:01:50.431 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 29 March 2025 18:58:23 -0400 (0:00:00.272) 0:01:50.704 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 29 March 2025 18:58:23 -0400 (0:00:00.132) 0:01:50.837 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 29 March 2025 18:58:23 -0400 (0:00:00.229) 0:01:51.066 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 29 March 2025 18:58:23 -0400 (0:00:00.294) 0:01:51.361 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 29 March 2025 18:58:23 -0400 (0:00:00.204) 0:01:51.565 ******** skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 29 March 2025 18:58:24 -0400 (0:00:00.277) 0:01:51.843 ******** skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 29 March 2025 18:58:24 -0400 (0:00:00.461) 0:01:52.304 ******** skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 29 March 2025 18:58:24 -0400 (0:00:00.311) 0:01:52.615 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 29 March 2025 18:58:25 -0400 (0:00:00.236) 0:01:52.852 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 29 March 2025 18:58:25 -0400 (0:00:00.243) 0:01:53.096 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 29 March 2025 18:58:25 -0400 (0:00:00.214) 0:01:53.311 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 29 March 2025 18:58:25 -0400 (0:00:00.283) 0:01:53.594 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 29 March 2025 18:58:26 -0400 (0:00:00.221) 0:01:53.816 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 29 March 2025 18:58:26 -0400 (0:00:00.142) 0:01:53.958 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 29 March 2025 18:58:26 -0400 (0:00:00.328) 0:01:54.287 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 29 March 2025 18:58:26 -0400 (0:00:00.306) 0:01:54.593 ******** skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 29 March 2025 18:58:27 -0400 (0:00:00.286) 0:01:54.879 ******** skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 29 March 2025 18:58:27 -0400 (0:00:00.255) 0:01:55.135 ******** skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 29 March 2025 18:58:27 -0400 (0:00:00.297) 0:01:55.432 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 29 March 2025 18:58:28 -0400 (0:00:00.259) 0:01:55.692 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 29 March 2025 18:58:28 -0400 (0:00:00.234) 0:01:55.926 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 29 March 2025 18:58:28 -0400 (0:00:00.303) 0:01:56.230 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 29 March 2025 18:58:28 -0400 (0:00:00.219) 0:01:56.450 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 29 March 2025 18:58:29 -0400 (0:00:00.227) 0:01:56.677 ******** ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 29 March 2025 18:58:29 -0400 (0:00:00.393) 0:01:57.071 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 29 March 2025 18:58:29 -0400 (0:00:00.239) 0:01:57.311 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 29 March 2025 18:58:29 -0400 (0:00:00.256) 0:01:57.567 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 29 March 2025 18:58:30 -0400 (0:00:00.340) 0:01:57.908 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 29 March 2025 18:58:30 -0400 (0:00:00.560) 0:01:58.468 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 29 March 2025 18:58:31 -0400 (0:00:00.205) 0:01:58.674 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 29 March 2025 18:58:31 -0400 (0:00:00.354) 0:01:59.028 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 29 March 2025 18:58:31 -0400 (0:00:00.278) 0:01:59.306 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 29 March 2025 18:58:31 -0400 (0:00:00.316) 0:01:59.622 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 29 March 2025 18:58:32 -0400 (0:00:00.290) 0:01:59.913 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 29 March 2025 18:58:32 -0400 (0:00:00.254) 0:02:00.167 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:47 Saturday 29 March 2025 18:58:32 -0400 (0:00:00.214) 0:02:00.382 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node4 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 29 March 2025 18:58:33 -0400 (0:00:00.499) 0:02:00.881 ******** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 29 March 2025 18:58:38 -0400 (0:00:05.396) 0:02:06.278 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 29 March 2025 18:58:41 -0400 (0:00:02.659) 0:02:08.937 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 29 March 2025 18:58:41 -0400 (0:00:00.261) 0:02:09.198 ******** ok: [managed-node4] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 29 March 2025 18:58:41 -0400 (0:00:00.310) 0:02:09.509 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 29 March 2025 18:58:42 -0400 (0:00:00.369) 0:02:09.878 ******** ok: [managed-node4] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:54 Saturday 29 March 2025 18:58:42 -0400 (0:00:00.175) 0:02:10.054 ******** ok: [managed-node4] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:58 Saturday 29 March 2025 18:58:42 -0400 (0:00:00.210) 0:02:10.265 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 29 March 2025 18:58:43 -0400 (0:00:00.485) 0:02:10.750 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 29 March 2025 18:58:43 -0400 (0:00:00.359) 0:02:11.110 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 29 March 2025 18:58:43 -0400 (0:00:00.212) 0:02:11.323 ******** skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node4] => (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-KNh/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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 29 March 2025 18:58:44 -0400 (0:00:00.657) 0:02:11.980 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 29 March 2025 18:58:44 -0400 (0:00:00.341) 0:02:12.322 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 29 March 2025 18:58:44 -0400 (0:00:00.298) 0:02:12.620 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 29 March 2025 18:58:45 -0400 (0:00:00.239) 0:02:12.860 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 29 March 2025 18:58:45 -0400 (0:00:00.135) 0:02:12.996 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 29 March 2025 18:58:45 -0400 (0:00:00.477) 0:02:13.474 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 29 March 2025 18:58:46 -0400 (0:00:00.177) 0:02:13.651 ******** ok: [managed-node4] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 29 March 2025 18:58:46 -0400 (0:00:00.173) 0:02:13.825 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 29 March 2025 18:58:46 -0400 (0:00:00.244) 0:02:14.069 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 29 March 2025 18:58:46 -0400 (0:00:00.309) 0:02:14.378 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 29 March 2025 18:58:46 -0400 (0:00:00.206) 0:02:14.585 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 29 March 2025 18:58:47 -0400 (0:00:00.213) 0:02:14.798 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 29 March 2025 18:58:47 -0400 (0:00:00.200) 0:02:14.999 ******** ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 29 March 2025 18:58:47 -0400 (0:00:00.274) 0:02:15.273 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 29 March 2025 18:58:47 -0400 (0:00:00.187) 0:02:15.460 ******** changed: [managed-node4] => { "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=c948b8f9-5290-43bb-9ed1-dede183f854b", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 29 March 2025 18:58:56 -0400 (0:00:08.949) 0:02:24.410 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 29 March 2025 18:58:57 -0400 (0:00:00.227) 0:02:24.637 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289066.1685226, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "332f06903ff3050a7a69f20c4e0bb5a15189d444", "ctime": 1743289064.7155242, "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": 1743289064.7155242, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "2897046613", "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 29 March 2025 18:58:58 -0400 (0:00:01.487) 0:02:26.125 ******** ok: [managed-node4] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 29 March 2025 18:58:59 -0400 (0:00:01.426) 0:02:27.551 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 29 March 2025 18:59:00 -0400 (0:00:00.192) 0:02:27.744 ******** ok: [managed-node4] => { "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=c948b8f9-5290-43bb-9ed1-dede183f854b", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 29 March 2025 18:59:00 -0400 (0:00:00.247) 0:02:27.991 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 29 March 2025 18:59:00 -0400 (0:00:00.310) 0:02:28.301 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=c948b8f9-5290-43bb-9ed1-dede183f854b", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 29 March 2025 18:59:00 -0400 (0:00:00.244) 0:02:28.546 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 29 March 2025 18:59:01 -0400 (0:00:00.266) 0:02:28.813 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 29 March 2025 18:59:01 -0400 (0:00:00.219) 0:02:29.032 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 29 March 2025 18:59:01 -0400 (0:00:00.270) 0:02:29.303 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 29 March 2025 18:59:01 -0400 (0:00:00.204) 0:02:29.508 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 29 March 2025 18:59:02 -0400 (0:00:00.161) 0:02:29.670 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743287538.0126925, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 29 March 2025 18:59:03 -0400 (0:00:01.355) 0:02:31.026 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 29 March 2025 18:59:03 -0400 (0:00:00.209) 0:02:31.236 ******** ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:69 Saturday 29 March 2025 18:59:05 -0400 (0:00:02.148) 0:02:33.384 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 29 March 2025 18:59:06 -0400 (0:00:00.517) 0:02:33.902 ******** skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 29 March 2025 18:59:06 -0400 (0:00:00.238) 0:02:34.140 ******** ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=c948b8f9-5290-43bb-9ed1-dede183f854b", "_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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 29 March 2025 18:59:06 -0400 (0:00:00.268) 0:02:34.408 ******** ok: [managed-node4] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "3e5b0a1e-efb2-4bde-977f-91ae087a0091" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "c948b8f9-5290-43bb-9ed1-dede183f854b" }, "/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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 29 March 2025 18:59:08 -0400 (0:00:01.511) 0:02:35.920 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002615", "end": "2025-03-29 18:59:09.646721", "rc": 0, "start": "2025-03-29 18:59:09.644106" } 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=3e5b0a1e-efb2-4bde-977f-91ae087a0091 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 29 March 2025 18:59:09 -0400 (0:00:01.643) 0:02:37.563 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002748", "end": "2025-03-29 18:59:11.160376", "failed_when_result": false, "rc": 0, "start": "2025-03-29 18:59:11.157628" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 29 March 2025 18:59:11 -0400 (0:00:01.564) 0:02:39.128 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 29 March 2025 18:59:11 -0400 (0:00:00.271) 0:02:39.400 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 29 March 2025 18:59:12 -0400 (0:00:00.380) 0:02:39.781 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 29 March 2025 18:59:12 -0400 (0:00:00.299) 0:02:40.081 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 29 March 2025 18:59:14 -0400 (0:00:01.572) 0:02:41.653 ******** ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 29 March 2025 18:59:14 -0400 (0:00:00.475) 0:02:42.128 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 29 March 2025 18:59:14 -0400 (0:00:00.368) 0:02:42.497 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 29 March 2025 18:59:15 -0400 (0:00:00.328) 0:02:42.826 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 29 March 2025 18:59:15 -0400 (0:00:00.367) 0:02:43.193 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 29 March 2025 18:59:15 -0400 (0:00:00.321) 0:02:43.515 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 29 March 2025 18:59:16 -0400 (0:00:00.298) 0:02:43.813 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 29 March 2025 18:59:16 -0400 (0:00:00.227) 0:02:44.041 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 29 March 2025 18:59:16 -0400 (0:00:00.204) 0:02:44.246 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 29 March 2025 18:59:16 -0400 (0:00:00.226) 0:02:44.473 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 29 March 2025 18:59:17 -0400 (0:00:00.311) 0:02:44.784 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 29 March 2025 18:59:17 -0400 (0:00:00.242) 0:02:45.026 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 29 March 2025 18:59:17 -0400 (0:00:00.487) 0:02:45.513 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 29 March 2025 18:59:18 -0400 (0:00:00.292) 0:02:45.806 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 29 March 2025 18:59:18 -0400 (0:00:00.335) 0:02:46.142 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 29 March 2025 18:59:18 -0400 (0:00:00.323) 0:02:46.466 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 29 March 2025 18:59:19 -0400 (0:00:00.256) 0:02:46.722 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 29 March 2025 18:59:19 -0400 (0:00:00.161) 0:02:46.884 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 29 March 2025 18:59:19 -0400 (0:00:00.364) 0:02:47.248 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 29 March 2025 18:59:20 -0400 (0:00:00.419) 0:02:47.667 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289136.4484384, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1743289136.4484384, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36676, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1743289136.4484384, "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 29 March 2025 18:59:21 -0400 (0:00:01.485) 0:02:49.153 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 29 March 2025 18:59:21 -0400 (0:00:00.264) 0:02:49.418 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 29 March 2025 18:59:22 -0400 (0:00:00.275) 0:02:49.694 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 29 March 2025 18:59:22 -0400 (0:00:00.227) 0:02:49.921 ******** ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 29 March 2025 18:59:22 -0400 (0:00:00.240) 0:02:50.161 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 29 March 2025 18:59:22 -0400 (0:00:00.194) 0:02:50.356 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 29 March 2025 18:59:22 -0400 (0:00:00.199) 0:02:50.555 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 29 March 2025 18:59:23 -0400 (0:00:00.237) 0:02:50.792 ******** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 29 March 2025 18:59:28 -0400 (0:00:04.932) 0:02:55.725 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 29 March 2025 18:59:28 -0400 (0:00:00.215) 0:02:55.940 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 29 March 2025 18:59:28 -0400 (0:00:00.221) 0:02:56.162 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 29 March 2025 18:59:28 -0400 (0:00:00.290) 0:02:56.452 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 29 March 2025 18:59:28 -0400 (0:00:00.167) 0:02:56.620 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 29 March 2025 18:59:29 -0400 (0:00:00.373) 0:02:56.994 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 29 March 2025 18:59:29 -0400 (0:00:00.277) 0:02:57.271 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 29 March 2025 18:59:29 -0400 (0:00:00.190) 0:02:57.461 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 29 March 2025 18:59:30 -0400 (0:00:00.304) 0:02:57.766 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 29 March 2025 18:59:30 -0400 (0:00:00.256) 0:02:58.023 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 29 March 2025 18:59:30 -0400 (0:00:00.314) 0:02:58.337 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 29 March 2025 18:59:30 -0400 (0:00:00.225) 0:02:58.562 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 29 March 2025 18:59:31 -0400 (0:00:00.296) 0:02:58.859 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 29 March 2025 18:59:31 -0400 (0:00:00.222) 0:02:59.081 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 29 March 2025 18:59:31 -0400 (0:00:00.280) 0:02:59.362 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 29 March 2025 18:59:32 -0400 (0:00:00.299) 0:02:59.661 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 29 March 2025 18:59:32 -0400 (0:00:00.296) 0:02:59.957 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 29 March 2025 18:59:32 -0400 (0:00:00.354) 0:03:00.311 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 29 March 2025 18:59:32 -0400 (0:00:00.210) 0:03:00.522 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 29 March 2025 18:59:33 -0400 (0:00:00.231) 0:03:00.753 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 29 March 2025 18:59:33 -0400 (0:00:00.578) 0:03:01.332 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 29 March 2025 18:59:33 -0400 (0:00:00.283) 0:03:01.615 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 29 March 2025 18:59:34 -0400 (0:00:00.244) 0:03:01.860 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 29 March 2025 18:59:34 -0400 (0:00:00.315) 0:03:02.176 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 29 March 2025 18:59:34 -0400 (0:00:00.345) 0:03:02.521 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 29 March 2025 18:59:35 -0400 (0:00:00.280) 0:03:02.802 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 29 March 2025 18:59:35 -0400 (0:00:00.291) 0:03:03.093 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 29 March 2025 18:59:35 -0400 (0:00:00.278) 0:03:03.372 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 29 March 2025 18:59:36 -0400 (0:00:00.305) 0:03:03.677 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 29 March 2025 18:59:36 -0400 (0:00:00.238) 0:03:03.916 ******** skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 29 March 2025 18:59:36 -0400 (0:00:00.382) 0:03:04.298 ******** skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 29 March 2025 18:59:36 -0400 (0:00:00.247) 0:03:04.546 ******** skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 29 March 2025 18:59:37 -0400 (0:00:00.328) 0:03:04.875 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 29 March 2025 18:59:37 -0400 (0:00:00.342) 0:03:05.218 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 29 March 2025 18:59:37 -0400 (0:00:00.212) 0:03:05.431 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 29 March 2025 18:59:38 -0400 (0:00:00.216) 0:03:05.647 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 29 March 2025 18:59:38 -0400 (0:00:00.251) 0:03:05.899 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 29 March 2025 18:59:38 -0400 (0:00:00.224) 0:03:06.124 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 29 March 2025 18:59:38 -0400 (0:00:00.242) 0:03:06.366 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 29 March 2025 18:59:38 -0400 (0:00:00.237) 0:03:06.604 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 29 March 2025 18:59:39 -0400 (0:00:00.188) 0:03:06.793 ******** skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 29 March 2025 18:59:39 -0400 (0:00:00.290) 0:03:07.083 ******** skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 29 March 2025 18:59:39 -0400 (0:00:00.237) 0:03:07.321 ******** skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 29 March 2025 18:59:39 -0400 (0:00:00.213) 0:03:07.535 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 29 March 2025 18:59:40 -0400 (0:00:00.296) 0:03:07.832 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 29 March 2025 18:59:40 -0400 (0:00:00.234) 0:03:08.066 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 29 March 2025 18:59:40 -0400 (0:00:00.251) 0:03:08.317 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 29 March 2025 18:59:40 -0400 (0:00:00.236) 0:03:08.554 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 29 March 2025 18:59:41 -0400 (0:00:00.219) 0:03:08.773 ******** ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 29 March 2025 18:59:41 -0400 (0:00:00.205) 0:03:08.979 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 29 March 2025 18:59:41 -0400 (0:00:00.381) 0:03:09.361 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 29 March 2025 18:59:42 -0400 (0:00:00.277) 0:03:09.638 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 29 March 2025 18:59:42 -0400 (0:00:00.222) 0:03:09.861 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 29 March 2025 18:59:42 -0400 (0:00:00.288) 0:03:10.150 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 29 March 2025 18:59:42 -0400 (0:00:00.300) 0:03:10.451 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 29 March 2025 18:59:43 -0400 (0:00:00.262) 0:03:10.714 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 29 March 2025 18:59:43 -0400 (0:00:00.234) 0:03:10.948 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 29 March 2025 18:59:43 -0400 (0:00:00.152) 0:03:11.101 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 29 March 2025 18:59:43 -0400 (0:00:00.232) 0:03:11.334 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 29 March 2025 18:59:43 -0400 (0:00:00.184) 0:03:11.518 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:72 Saturday 29 March 2025 18:59:44 -0400 (0:00:00.213) 0:03:11.732 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 29 March 2025 18:59:44 -0400 (0:00:00.675) 0:03:12.407 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 29 March 2025 18:59:45 -0400 (0:00:00.367) 0:03:12.774 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 29 March 2025 18:59:45 -0400 (0:00:00.181) 0:03:12.956 ******** skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node4] => (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-KNh/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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 29 March 2025 18:59:45 -0400 (0:00:00.417) 0:03:13.373 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 29 March 2025 18:59:45 -0400 (0:00:00.193) 0:03:13.566 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 29 March 2025 18:59:46 -0400 (0:00:00.177) 0:03:13.744 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 29 March 2025 18:59:46 -0400 (0:00:00.169) 0:03:13.913 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 29 March 2025 18:59:46 -0400 (0:00:00.202) 0:03:14.116 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 29 March 2025 18:59:46 -0400 (0:00:00.486) 0:03:14.603 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 29 March 2025 18:59:47 -0400 (0:00:00.340) 0:03:14.943 ******** ok: [managed-node4] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 29 March 2025 18:59:47 -0400 (0:00:00.176) 0:03:15.120 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 29 March 2025 18:59:47 -0400 (0:00:00.314) 0:03:15.435 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 29 March 2025 18:59:47 -0400 (0:00:00.153) 0:03:15.588 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 29 March 2025 18:59:48 -0400 (0:00:00.187) 0:03:15.776 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 29 March 2025 18:59:48 -0400 (0:00:00.209) 0:03:15.985 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 29 March 2025 18:59:48 -0400 (0:00:00.247) 0:03:16.232 ******** ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 29 March 2025 18:59:48 -0400 (0:00:00.305) 0:03:16.537 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 29 March 2025 18:59:49 -0400 (0:00:00.235) 0:03:16.773 ******** changed: [managed-node4] => { "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=3e5b0a1e-efb2-4bde-977f-91ae087a0091", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 29 March 2025 18:59:57 -0400 (0:00:08.688) 0:03:25.462 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 29 March 2025 18:59:58 -0400 (0:00:00.230) 0:03:25.692 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289066.1685226, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "332f06903ff3050a7a69f20c4e0bb5a15189d444", "ctime": 1743289064.7155242, "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": 1743289064.7155242, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "2897046613", "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 29 March 2025 18:59:59 -0400 (0:00:01.435) 0:03:27.128 ******** ok: [managed-node4] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 29 March 2025 19:00:00 -0400 (0:00:01.353) 0:03:28.481 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 29 March 2025 19:00:01 -0400 (0:00:00.180) 0:03:28.662 ******** ok: [managed-node4] => { "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=3e5b0a1e-efb2-4bde-977f-91ae087a0091", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 29 March 2025 19:00:01 -0400 (0:00:00.359) 0:03:29.022 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 29 March 2025 19:00:01 -0400 (0:00:00.258) 0:03:29.280 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 29 March 2025 19:00:01 -0400 (0:00:00.248) 0:03:29.528 ******** changed: [managed-node4] => (item={'src': 'UUID=3e5b0a1e-efb2-4bde-977f-91ae087a0091', '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=3e5b0a1e-efb2-4bde-977f-91ae087a0091", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=3e5b0a1e-efb2-4bde-977f-91ae087a0091" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 29 March 2025 19:00:03 -0400 (0:00:01.614) 0:03:31.143 ******** ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 29 March 2025 19:00:05 -0400 (0:00:01.590) 0:03:32.734 ******** changed: [managed-node4] => (item={'src': 'UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251', '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=3150e4fa-22fb-4eb5-9003-c29108e7b251", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 29 March 2025 19:00:06 -0400 (0:00:01.534) 0:03:34.269 ******** skipping: [managed-node4] => (item={'src': 'UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251', '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=3150e4fa-22fb-4eb5-9003-c29108e7b251", "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 29 March 2025 19:00:06 -0400 (0:00:00.286) 0:03:34.555 ******** ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 29 March 2025 19:00:08 -0400 (0:00:01.624) 0:03:36.179 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743287538.0126925, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 29 March 2025 19:00:09 -0400 (0:00:00.960) 0:03:37.140 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 29 March 2025 19:00:09 -0400 (0:00:00.127) 0:03:37.268 ******** ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:83 Saturday 29 March 2025 19:00:11 -0400 (0:00:01.771) 0:03:39.039 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 29 March 2025 19:00:11 -0400 (0:00:00.385) 0:03:39.424 ******** skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 29 March 2025 19:00:11 -0400 (0:00:00.159) 0:03:39.584 ******** ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251", "_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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 29 March 2025 19:00:12 -0400 (0:00:00.146) 0:03:39.731 ******** ok: [managed-node4] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "3150e4fa-22fb-4eb5-9003-c29108e7b251" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "c948b8f9-5290-43bb-9ed1-dede183f854b" }, "/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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 29 March 2025 19:00:13 -0400 (0:00:01.388) 0:03:41.120 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004214", "end": "2025-03-29 19:00:15.594201", "rc": 0, "start": "2025-03-29 19:00:14.589987" } 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=3150e4fa-22fb-4eb5-9003-c29108e7b251 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 29 March 2025 19:00:15 -0400 (0:00:02.379) 0:03:43.499 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002673", "end": "2025-03-29 19:00:16.794427", "failed_when_result": false, "rc": 0, "start": "2025-03-29 19:00:16.791754" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 29 March 2025 19:00:16 -0400 (0:00:01.091) 0:03:44.591 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 29 March 2025 19:00:17 -0400 (0:00:00.049) 0:03:44.641 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 29 March 2025 19:00:17 -0400 (0:00:00.369) 0:03:45.010 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 29 March 2025 19:00:17 -0400 (0:00:00.189) 0:03:45.200 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 29 March 2025 19:00:18 -0400 (0:00:00.937) 0:03:46.137 ******** ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 29 March 2025 19:00:18 -0400 (0:00:00.200) 0:03:46.338 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 29 March 2025 19:00:19 -0400 (0:00:00.299) 0:03:46.638 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 29 March 2025 19:00:19 -0400 (0:00:00.218) 0:03:46.856 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 29 March 2025 19:00:19 -0400 (0:00:00.241) 0:03:47.098 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 29 March 2025 19:00:19 -0400 (0:00:00.208) 0:03:47.307 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 29 March 2025 19:00:19 -0400 (0:00:00.298) 0:03:47.605 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 29 March 2025 19:00:20 -0400 (0:00:00.334) 0:03:47.939 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 29 March 2025 19:00:20 -0400 (0:00:00.223) 0:03:48.163 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 29 March 2025 19:00:20 -0400 (0:00:00.219) 0:03:48.383 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 29 March 2025 19:00:20 -0400 (0:00:00.232) 0:03:48.616 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 29 March 2025 19:00:21 -0400 (0:00:00.172) 0:03:48.788 ******** ok: [managed-node4] => { "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=3150e4fa-22fb-4eb5-9003-c29108e7b251 " ], "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 29 March 2025 19:00:21 -0400 (0:00:00.584) 0:03:49.373 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 29 March 2025 19:00:22 -0400 (0:00:00.352) 0:03:49.725 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 29 March 2025 19:00:22 -0400 (0:00:00.307) 0:03:50.032 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 29 March 2025 19:00:22 -0400 (0:00:00.322) 0:03:50.355 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 29 March 2025 19:00:23 -0400 (0:00:00.347) 0:03:50.703 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 29 March 2025 19:00:23 -0400 (0:00:00.159) 0:03:50.862 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 29 March 2025 19:00:23 -0400 (0:00:00.326) 0:03:51.188 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 29 March 2025 19:00:23 -0400 (0:00:00.394) 0:03:51.583 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289197.4733644, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1743289197.4733644, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35626, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1743289197.4733644, "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 29 March 2025 19:00:25 -0400 (0:00:01.345) 0:03:52.928 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 29 March 2025 19:00:25 -0400 (0:00:00.211) 0:03:53.140 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 29 March 2025 19:00:25 -0400 (0:00:00.240) 0:03:53.380 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 29 March 2025 19:00:25 -0400 (0:00:00.203) 0:03:53.584 ******** ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 29 March 2025 19:00:26 -0400 (0:00:00.200) 0:03:53.784 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 29 March 2025 19:00:26 -0400 (0:00:00.131) 0:03:53.916 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 29 March 2025 19:00:26 -0400 (0:00:00.177) 0:03:54.094 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 29 March 2025 19:00:26 -0400 (0:00:00.190) 0:03:54.284 ******** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 29 March 2025 19:00:31 -0400 (0:00:04.607) 0:03:58.892 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 29 March 2025 19:00:31 -0400 (0:00:00.230) 0:03:59.122 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 29 March 2025 19:00:31 -0400 (0:00:00.304) 0:03:59.427 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 29 March 2025 19:00:32 -0400 (0:00:00.381) 0:03:59.809 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 29 March 2025 19:00:32 -0400 (0:00:00.280) 0:04:00.089 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 29 March 2025 19:00:32 -0400 (0:00:00.341) 0:04:00.431 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 29 March 2025 19:00:33 -0400 (0:00:00.354) 0:04:00.786 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 29 March 2025 19:00:33 -0400 (0:00:00.217) 0:04:01.004 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 29 March 2025 19:00:33 -0400 (0:00:00.266) 0:04:01.270 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 29 March 2025 19:00:33 -0400 (0:00:00.260) 0:04:01.530 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 29 March 2025 19:00:34 -0400 (0:00:00.270) 0:04:01.801 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 29 March 2025 19:00:34 -0400 (0:00:00.249) 0:04:02.051 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 29 March 2025 19:00:34 -0400 (0:00:00.263) 0:04:02.314 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 29 March 2025 19:00:34 -0400 (0:00:00.192) 0:04:02.507 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 29 March 2025 19:00:35 -0400 (0:00:00.151) 0:04:02.658 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 29 March 2025 19:00:35 -0400 (0:00:00.212) 0:04:02.871 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 29 March 2025 19:00:35 -0400 (0:00:00.296) 0:04:03.167 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 29 March 2025 19:00:35 -0400 (0:00:00.229) 0:04:03.396 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 29 March 2025 19:00:35 -0400 (0:00:00.204) 0:04:03.600 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 29 March 2025 19:00:36 -0400 (0:00:00.269) 0:04:03.870 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 29 March 2025 19:00:36 -0400 (0:00:00.275) 0:04:04.145 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 29 March 2025 19:00:36 -0400 (0:00:00.297) 0:04:04.443 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 29 March 2025 19:00:37 -0400 (0:00:00.306) 0:04:04.749 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 29 March 2025 19:00:37 -0400 (0:00:00.272) 0:04:05.021 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 29 March 2025 19:00:37 -0400 (0:00:00.288) 0:04:05.310 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 29 March 2025 19:00:37 -0400 (0:00:00.266) 0:04:05.576 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 29 March 2025 19:00:38 -0400 (0:00:00.234) 0:04:05.811 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 29 March 2025 19:00:38 -0400 (0:00:00.261) 0:04:06.072 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 29 March 2025 19:00:38 -0400 (0:00:00.246) 0:04:06.319 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 29 March 2025 19:00:38 -0400 (0:00:00.243) 0:04:06.562 ******** skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 29 March 2025 19:00:39 -0400 (0:00:00.199) 0:04:06.762 ******** skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 29 March 2025 19:00:39 -0400 (0:00:00.193) 0:04:06.955 ******** skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 29 March 2025 19:00:39 -0400 (0:00:00.229) 0:04:07.185 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 29 March 2025 19:00:39 -0400 (0:00:00.214) 0:04:07.399 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 29 March 2025 19:00:39 -0400 (0:00:00.157) 0:04:07.556 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 29 March 2025 19:00:40 -0400 (0:00:00.236) 0:04:07.793 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 29 March 2025 19:00:40 -0400 (0:00:00.191) 0:04:07.985 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 29 March 2025 19:00:40 -0400 (0:00:00.266) 0:04:08.251 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 29 March 2025 19:00:40 -0400 (0:00:00.175) 0:04:08.427 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 29 March 2025 19:00:40 -0400 (0:00:00.132) 0:04:08.559 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 29 March 2025 19:00:41 -0400 (0:00:00.279) 0:04:08.839 ******** skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 29 March 2025 19:00:41 -0400 (0:00:00.304) 0:04:09.143 ******** skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 29 March 2025 19:00:41 -0400 (0:00:00.306) 0:04:09.449 ******** skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 29 March 2025 19:00:42 -0400 (0:00:00.324) 0:04:09.773 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 29 March 2025 19:00:42 -0400 (0:00:00.186) 0:04:09.960 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 29 March 2025 19:00:42 -0400 (0:00:00.231) 0:04:10.191 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 29 March 2025 19:00:42 -0400 (0:00:00.252) 0:04:10.444 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 29 March 2025 19:00:43 -0400 (0:00:00.224) 0:04:10.669 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 29 March 2025 19:00:43 -0400 (0:00:00.321) 0:04:10.990 ******** ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 29 March 2025 19:00:43 -0400 (0:00:00.212) 0:04:11.203 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 29 March 2025 19:00:43 -0400 (0:00:00.294) 0:04:11.498 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 29 March 2025 19:00:44 -0400 (0:00:00.377) 0:04:11.875 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 29 March 2025 19:00:44 -0400 (0:00:00.296) 0:04:12.171 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 29 March 2025 19:00:44 -0400 (0:00:00.244) 0:04:12.416 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 29 March 2025 19:00:45 -0400 (0:00:00.267) 0:04:12.684 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 29 March 2025 19:00:45 -0400 (0:00:00.250) 0:04:12.934 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 29 March 2025 19:00:45 -0400 (0:00:00.273) 0:04:13.208 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 29 March 2025 19:00:45 -0400 (0:00:00.274) 0:04:13.483 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 29 March 2025 19:00:46 -0400 (0:00:00.619) 0:04:14.102 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 29 March 2025 19:00:46 -0400 (0:00:00.279) 0:04:14.381 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:86 Saturday 29 March 2025 19:00:47 -0400 (0:00:00.270) 0:04:14.651 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 29 March 2025 19:00:47 -0400 (0:00:00.683) 0:04:15.335 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 29 March 2025 19:00:48 -0400 (0:00:00.404) 0:04:15.740 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 29 March 2025 19:00:48 -0400 (0:00:00.307) 0:04:16.047 ******** skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node4] => (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-KNh/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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 29 March 2025 19:00:48 -0400 (0:00:00.553) 0:04:16.601 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 29 March 2025 19:00:49 -0400 (0:00:00.287) 0:04:16.889 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 29 March 2025 19:00:49 -0400 (0:00:00.264) 0:04:17.153 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 29 March 2025 19:00:49 -0400 (0:00:00.185) 0:04:17.339 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 29 March 2025 19:00:49 -0400 (0:00:00.174) 0:04:17.513 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 29 March 2025 19:00:50 -0400 (0:00:00.469) 0:04:17.982 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 29 March 2025 19:00:50 -0400 (0:00:00.376) 0:04:18.359 ******** ok: [managed-node4] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 29 March 2025 19:00:51 -0400 (0:00:00.326) 0:04:18.686 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 29 March 2025 19:00:51 -0400 (0:00:00.327) 0:04:19.013 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 29 March 2025 19:00:51 -0400 (0:00:00.258) 0:04:19.272 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 29 March 2025 19:00:51 -0400 (0:00:00.283) 0:04:19.555 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 29 March 2025 19:00:52 -0400 (0:00:00.236) 0:04:19.792 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 29 March 2025 19:00:52 -0400 (0:00:00.188) 0:04:19.980 ******** ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 29 March 2025 19:00:52 -0400 (0:00:00.305) 0:04:20.286 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 29 March 2025 19:00:52 -0400 (0:00:00.167) 0:04:20.454 ******** ok: [managed-node4] => { "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=3150e4fa-22fb-4eb5-9003-c29108e7b251", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 29 March 2025 19:00:58 -0400 (0:00:05.452) 0:04:25.907 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 29 March 2025 19:00:58 -0400 (0:00:00.251) 0:04:26.159 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289206.3233535, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87890e3b9c50cd7a953176a6bb3b0aa53e073d00", "ctime": 1743289206.3203535, "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": 1743289206.3203535, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "2897046613", "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 29 March 2025 19:01:00 -0400 (0:00:01.612) 0:04:27.772 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 29 March 2025 19:01:00 -0400 (0:00:00.303) 0:04:28.075 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 29 March 2025 19:01:00 -0400 (0:00:00.250) 0:04:28.326 ******** ok: [managed-node4] => { "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=3150e4fa-22fb-4eb5-9003-c29108e7b251", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 29 March 2025 19:01:00 -0400 (0:00:00.238) 0:04:28.564 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 29 March 2025 19:01:01 -0400 (0:00:00.221) 0:04:28.785 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 29 March 2025 19:01:01 -0400 (0:00:00.295) 0:04:29.080 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 29 March 2025 19:01:01 -0400 (0:00:00.292) 0:04:29.372 ******** ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 29 March 2025 19:01:03 -0400 (0:00:01.622) 0:04:30.995 ******** ok: [managed-node4] => (item={'src': 'UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251', '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=3150e4fa-22fb-4eb5-9003-c29108e7b251", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 29 March 2025 19:01:04 -0400 (0:00:01.511) 0:04:32.506 ******** skipping: [managed-node4] => (item={'src': 'UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251', '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=3150e4fa-22fb-4eb5-9003-c29108e7b251", "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 29 March 2025 19:01:05 -0400 (0:00:00.447) 0:04:32.954 ******** ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 29 March 2025 19:01:07 -0400 (0:00:02.035) 0:04:34.989 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743287538.0126925, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 29 March 2025 19:01:08 -0400 (0:00:01.545) 0:04:36.535 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 29 March 2025 19:01:09 -0400 (0:00:00.223) 0:04:36.758 ******** ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:97 Saturday 29 March 2025 19:01:11 -0400 (0:00:02.080) 0:04:38.839 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 29 March 2025 19:01:11 -0400 (0:00:00.516) 0:04:39.355 ******** skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 29 March 2025 19:01:11 -0400 (0:00:00.255) 0:04:39.611 ******** ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251", "_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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 29 March 2025 19:01:12 -0400 (0:00:00.302) 0:04:39.913 ******** ok: [managed-node4] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "3150e4fa-22fb-4eb5-9003-c29108e7b251" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "c948b8f9-5290-43bb-9ed1-dede183f854b" }, "/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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 29 March 2025 19:01:13 -0400 (0:00:01.665) 0:04:41.578 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002693", "end": "2025-03-29 19:01:15.184810", "rc": 0, "start": "2025-03-29 19:01:15.182117" } 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=3150e4fa-22fb-4eb5-9003-c29108e7b251 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 29 March 2025 19:01:15 -0400 (0:00:01.501) 0:04:43.080 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002833", "end": "2025-03-29 19:01:16.733261", "failed_when_result": false, "rc": 0, "start": "2025-03-29 19:01:16.730428" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 29 March 2025 19:01:17 -0400 (0:00:01.627) 0:04:44.707 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 29 March 2025 19:01:17 -0400 (0:00:00.239) 0:04:44.946 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 29 March 2025 19:01:17 -0400 (0:00:00.451) 0:04:45.398 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 29 March 2025 19:01:18 -0400 (0:00:00.381) 0:04:45.779 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 29 March 2025 19:01:19 -0400 (0:00:01.282) 0:04:47.062 ******** ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 29 March 2025 19:01:19 -0400 (0:00:00.278) 0:04:47.340 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 29 March 2025 19:01:20 -0400 (0:00:00.295) 0:04:47.636 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 29 March 2025 19:01:20 -0400 (0:00:00.304) 0:04:47.941 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 29 March 2025 19:01:20 -0400 (0:00:00.342) 0:04:48.283 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 29 March 2025 19:01:21 -0400 (0:00:00.732) 0:04:49.015 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 29 March 2025 19:01:21 -0400 (0:00:00.288) 0:04:49.304 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 29 March 2025 19:01:21 -0400 (0:00:00.258) 0:04:49.562 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 29 March 2025 19:01:22 -0400 (0:00:00.363) 0:04:49.925 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 29 March 2025 19:01:22 -0400 (0:00:00.334) 0:04:50.260 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 29 March 2025 19:01:22 -0400 (0:00:00.286) 0:04:50.547 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 29 March 2025 19:01:23 -0400 (0:00:00.212) 0:04:50.760 ******** ok: [managed-node4] => { "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=3150e4fa-22fb-4eb5-9003-c29108e7b251 " ], "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 29 March 2025 19:01:23 -0400 (0:00:00.572) 0:04:51.332 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 29 March 2025 19:01:24 -0400 (0:00:00.321) 0:04:51.653 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 29 March 2025 19:01:24 -0400 (0:00:00.310) 0:04:51.964 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 29 March 2025 19:01:24 -0400 (0:00:00.286) 0:04:52.250 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 29 March 2025 19:01:24 -0400 (0:00:00.365) 0:04:52.615 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 29 March 2025 19:01:25 -0400 (0:00:00.226) 0:04:52.842 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 29 March 2025 19:01:25 -0400 (0:00:00.390) 0:04:53.232 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 29 March 2025 19:01:26 -0400 (0:00:00.533) 0:04:53.766 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289197.4733644, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1743289197.4733644, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35626, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1743289197.4733644, "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 29 March 2025 19:01:27 -0400 (0:00:01.556) 0:04:55.323 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 29 March 2025 19:01:28 -0400 (0:00:00.365) 0:04:55.688 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 29 March 2025 19:01:28 -0400 (0:00:00.339) 0:04:56.027 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 29 March 2025 19:01:28 -0400 (0:00:00.367) 0:04:56.395 ******** ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 29 March 2025 19:01:29 -0400 (0:00:00.253) 0:04:56.648 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 29 March 2025 19:01:29 -0400 (0:00:00.343) 0:04:56.992 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 29 March 2025 19:01:29 -0400 (0:00:00.252) 0:04:57.244 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 29 March 2025 19:01:29 -0400 (0:00:00.215) 0:04:57.460 ******** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 29 March 2025 19:01:34 -0400 (0:00:04.834) 0:05:02.295 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 29 March 2025 19:01:34 -0400 (0:00:00.209) 0:05:02.505 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 29 March 2025 19:01:35 -0400 (0:00:00.157) 0:05:02.662 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 29 March 2025 19:01:35 -0400 (0:00:00.211) 0:05:02.874 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 29 March 2025 19:01:35 -0400 (0:00:00.207) 0:05:03.082 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 29 March 2025 19:01:35 -0400 (0:00:00.111) 0:05:03.194 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 29 March 2025 19:01:35 -0400 (0:00:00.076) 0:05:03.270 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 29 March 2025 19:01:35 -0400 (0:00:00.258) 0:05:03.529 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 29 March 2025 19:01:36 -0400 (0:00:00.274) 0:05:03.803 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 29 March 2025 19:01:36 -0400 (0:00:00.370) 0:05:04.173 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 29 March 2025 19:01:36 -0400 (0:00:00.326) 0:05:04.499 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 29 March 2025 19:01:37 -0400 (0:00:00.258) 0:05:04.758 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 29 March 2025 19:01:37 -0400 (0:00:00.331) 0:05:05.089 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 29 March 2025 19:01:37 -0400 (0:00:00.303) 0:05:05.393 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 29 March 2025 19:01:37 -0400 (0:00:00.233) 0:05:05.627 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 29 March 2025 19:01:38 -0400 (0:00:00.335) 0:05:05.962 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 29 March 2025 19:01:38 -0400 (0:00:00.192) 0:05:06.154 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 29 March 2025 19:01:38 -0400 (0:00:00.236) 0:05:06.390 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 29 March 2025 19:01:38 -0400 (0:00:00.201) 0:05:06.592 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 29 March 2025 19:01:39 -0400 (0:00:00.223) 0:05:06.815 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 29 March 2025 19:01:39 -0400 (0:00:00.212) 0:05:07.027 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 29 March 2025 19:01:39 -0400 (0:00:00.238) 0:05:07.265 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 29 March 2025 19:01:39 -0400 (0:00:00.199) 0:05:07.465 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 29 March 2025 19:01:40 -0400 (0:00:00.171) 0:05:07.637 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 29 March 2025 19:01:40 -0400 (0:00:00.188) 0:05:07.826 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 29 March 2025 19:01:40 -0400 (0:00:00.283) 0:05:08.109 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 29 March 2025 19:01:40 -0400 (0:00:00.220) 0:05:08.330 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 29 March 2025 19:01:40 -0400 (0:00:00.258) 0:05:08.588 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 29 March 2025 19:01:41 -0400 (0:00:00.247) 0:05:08.835 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 29 March 2025 19:01:41 -0400 (0:00:00.306) 0:05:09.142 ******** skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 29 March 2025 19:01:41 -0400 (0:00:00.190) 0:05:09.332 ******** skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 29 March 2025 19:01:41 -0400 (0:00:00.277) 0:05:09.610 ******** skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 29 March 2025 19:01:42 -0400 (0:00:00.262) 0:05:09.873 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 29 March 2025 19:01:42 -0400 (0:00:00.245) 0:05:10.119 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 29 March 2025 19:01:42 -0400 (0:00:00.315) 0:05:10.435 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 29 March 2025 19:01:43 -0400 (0:00:00.244) 0:05:10.680 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 29 March 2025 19:01:43 -0400 (0:00:00.497) 0:05:11.178 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 29 March 2025 19:01:43 -0400 (0:00:00.340) 0:05:11.518 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 29 March 2025 19:01:44 -0400 (0:00:00.225) 0:05:11.744 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 29 March 2025 19:01:44 -0400 (0:00:00.196) 0:05:11.941 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 29 March 2025 19:01:44 -0400 (0:00:00.218) 0:05:12.160 ******** skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 29 March 2025 19:01:44 -0400 (0:00:00.245) 0:05:12.405 ******** skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 29 March 2025 19:01:45 -0400 (0:00:00.243) 0:05:12.649 ******** skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 29 March 2025 19:01:45 -0400 (0:00:00.262) 0:05:12.911 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 29 March 2025 19:01:45 -0400 (0:00:00.302) 0:05:13.214 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 29 March 2025 19:01:45 -0400 (0:00:00.298) 0:05:13.513 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 29 March 2025 19:01:46 -0400 (0:00:00.248) 0:05:13.762 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 29 March 2025 19:01:46 -0400 (0:00:00.307) 0:05:14.070 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 29 March 2025 19:01:46 -0400 (0:00:00.288) 0:05:14.359 ******** ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 29 March 2025 19:01:47 -0400 (0:00:00.319) 0:05:14.678 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 29 March 2025 19:01:47 -0400 (0:00:00.398) 0:05:15.077 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 29 March 2025 19:01:47 -0400 (0:00:00.287) 0:05:15.365 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 29 March 2025 19:01:48 -0400 (0:00:00.312) 0:05:15.677 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 29 March 2025 19:01:48 -0400 (0:00:00.247) 0:05:15.924 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 29 March 2025 19:01:48 -0400 (0:00:00.316) 0:05:16.240 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 29 March 2025 19:01:48 -0400 (0:00:00.235) 0:05:16.476 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 29 March 2025 19:01:49 -0400 (0:00:00.214) 0:05:16.690 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 29 March 2025 19:01:49 -0400 (0:00:00.252) 0:05:16.943 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 29 March 2025 19:01:49 -0400 (0:00:00.307) 0:05:17.250 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 29 March 2025 19:01:49 -0400 (0:00:00.238) 0:05:17.489 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:100 Saturday 29 March 2025 19:01:50 -0400 (0:00:00.222) 0:05:17.711 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 29 March 2025 19:01:50 -0400 (0:00:00.883) 0:05:18.594 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 29 March 2025 19:01:51 -0400 (0:00:00.372) 0:05:18.966 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 29 March 2025 19:01:51 -0400 (0:00:00.251) 0:05:19.218 ******** skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node4] => (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-KNh/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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 29 March 2025 19:01:52 -0400 (0:00:00.619) 0:05:19.837 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 29 March 2025 19:01:52 -0400 (0:00:00.246) 0:05:20.084 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 29 March 2025 19:01:52 -0400 (0:00:00.266) 0:05:20.351 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 29 March 2025 19:01:52 -0400 (0:00:00.195) 0:05:20.547 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 29 March 2025 19:01:53 -0400 (0:00:00.182) 0:05:20.729 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 29 March 2025 19:01:53 -0400 (0:00:00.561) 0:05:21.290 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 29 March 2025 19:01:54 -0400 (0:00:00.353) 0:05:21.643 ******** ok: [managed-node4] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 29 March 2025 19:01:54 -0400 (0:00:00.327) 0:05:21.971 ******** ok: [managed-node4] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 29 March 2025 19:01:54 -0400 (0:00:00.310) 0:05:22.281 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 29 March 2025 19:01:55 -0400 (0:00:00.396) 0:05:22.677 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 29 March 2025 19:01:55 -0400 (0:00:00.239) 0:05:22.917 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 29 March 2025 19:01:55 -0400 (0:00:00.220) 0:05:23.138 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 29 March 2025 19:01:55 -0400 (0:00:00.290) 0:05:23.428 ******** ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 29 March 2025 19:01:56 -0400 (0:00:00.505) 0:05:23.934 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 29 March 2025 19:01:56 -0400 (0:00:00.300) 0:05:24.234 ******** changed: [managed-node4] => { "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=3150e4fa-22fb-4eb5-9003-c29108e7b251", "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=957fb4c9-32bc-4ca5-9058-b5219351ceab", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 29 March 2025 19:02:02 -0400 (0:00:05.954) 0:05:30.189 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 29 March 2025 19:02:02 -0400 (0:00:00.178) 0:05:30.367 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289206.3233535, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "87890e3b9c50cd7a953176a6bb3b0aa53e073d00", "ctime": 1743289206.3203535, "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": 1743289206.3203535, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "2897046613", "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 29 March 2025 19:02:04 -0400 (0:00:01.335) 0:05:31.703 ******** ok: [managed-node4] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 29 March 2025 19:02:05 -0400 (0:00:01.414) 0:05:33.117 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 29 March 2025 19:02:05 -0400 (0:00:00.147) 0:05:33.265 ******** ok: [managed-node4] => { "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=3150e4fa-22fb-4eb5-9003-c29108e7b251", "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=957fb4c9-32bc-4ca5-9058-b5219351ceab", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 29 March 2025 19:02:05 -0400 (0:00:00.107) 0:05:33.373 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 29 March 2025 19:02:05 -0400 (0:00:00.226) 0:05:33.600 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 29 March 2025 19:02:06 -0400 (0:00:00.312) 0:05:33.912 ******** changed: [managed-node4] => (item={'src': 'UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251', '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=3150e4fa-22fb-4eb5-9003-c29108e7b251", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=3150e4fa-22fb-4eb5-9003-c29108e7b251" } ok: [managed-node4] => (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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 29 March 2025 19:02:09 -0400 (0:00:02.848) 0:05:36.761 ******** ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 29 March 2025 19:02:11 -0400 (0:00:02.102) 0:05:38.863 ******** changed: [managed-node4] => (item={'src': 'UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab', '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=957fb4c9-32bc-4ca5-9058-b5219351ceab", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 29 March 2025 19:02:13 -0400 (0:00:01.859) 0:05:40.723 ******** skipping: [managed-node4] => (item={'src': 'UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab', '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=957fb4c9-32bc-4ca5-9058-b5219351ceab", "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 29 March 2025 19:02:13 -0400 (0:00:00.222) 0:05:40.946 ******** ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 29 March 2025 19:02:15 -0400 (0:00:01.753) 0:05:42.699 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743287538.0126925, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 29 March 2025 19:02:16 -0400 (0:00:01.324) 0:05:44.023 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 29 March 2025 19:02:16 -0400 (0:00:00.138) 0:05:44.161 ******** ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:110 Saturday 29 March 2025 19:02:18 -0400 (0:00:01.697) 0:05:45.859 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 29 March 2025 19:02:18 -0400 (0:00:00.394) 0:05:46.253 ******** skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 29 March 2025 19:02:18 -0400 (0:00:00.257) 0:05:46.511 ******** ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab", "_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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 29 March 2025 19:02:19 -0400 (0:00:00.209) 0:05:46.721 ******** ok: [managed-node4] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "957fb4c9-32bc-4ca5-9058-b5219351ceab" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "c948b8f9-5290-43bb-9ed1-dede183f854b" }, "/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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 29 March 2025 19:02:20 -0400 (0:00:01.641) 0:05:48.363 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002738", "end": "2025-03-29 19:02:21.876834", "rc": 0, "start": "2025-03-29 19:02:21.874096" } 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=957fb4c9-32bc-4ca5-9058-b5219351ceab none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 29 March 2025 19:02:22 -0400 (0:00:01.485) 0:05:49.848 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004469", "end": "2025-03-29 19:02:24.371543", "failed_when_result": false, "rc": 0, "start": "2025-03-29 19:02:23.367074" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 29 March 2025 19:02:24 -0400 (0:00:02.488) 0:05:52.336 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 29 March 2025 19:02:24 -0400 (0:00:00.232) 0:05:52.568 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 29 March 2025 19:02:25 -0400 (0:00:00.500) 0:05:53.069 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 29 March 2025 19:02:25 -0400 (0:00:00.342) 0:05:53.411 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 29 March 2025 19:02:26 -0400 (0:00:01.072) 0:05:54.483 ******** ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 29 March 2025 19:02:27 -0400 (0:00:00.174) 0:05:54.658 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 29 March 2025 19:02:27 -0400 (0:00:00.231) 0:05:54.889 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 29 March 2025 19:02:27 -0400 (0:00:00.211) 0:05:55.101 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 29 March 2025 19:02:27 -0400 (0:00:00.211) 0:05:55.312 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 29 March 2025 19:02:27 -0400 (0:00:00.098) 0:05:55.411 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 29 March 2025 19:02:27 -0400 (0:00:00.204) 0:05:55.615 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 29 March 2025 19:02:28 -0400 (0:00:00.263) 0:05:55.879 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003186", "end": "2025-03-29 19:02:29.488369", "rc": 0, "start": "2025-03-29 19:02:29.485183" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 29 March 2025 19:02:29 -0400 (0:00:01.536) 0:05:57.415 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002622", "end": "2025-03-29 19:02:30.541991", "rc": 0, "start": "2025-03-29 19:02:30.539369" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 29 March 2025 19:02:30 -0400 (0:00:01.042) 0:05:58.457 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 29 March 2025 19:02:31 -0400 (0:00:00.224) 0:05:58.682 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 29 March 2025 19:02:31 -0400 (0:00:00.264) 0:05:58.947 ******** ok: [managed-node4] => { "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=957fb4c9-32bc-4ca5-9058-b5219351ceab " ], "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 29 March 2025 19:02:31 -0400 (0:00:00.391) 0:05:59.338 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 29 March 2025 19:02:31 -0400 (0:00:00.278) 0:05:59.616 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 29 March 2025 19:02:32 -0400 (0:00:00.273) 0:05:59.890 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 29 March 2025 19:02:32 -0400 (0:00:00.240) 0:06:00.130 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 29 March 2025 19:02:32 -0400 (0:00:00.282) 0:06:00.413 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 29 March 2025 19:02:33 -0400 (0:00:00.253) 0:06:00.667 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 29 March 2025 19:02:33 -0400 (0:00:00.243) 0:06:00.910 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 29 March 2025 19:02:33 -0400 (0:00:00.354) 0:06:01.264 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289322.1832123, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1743289322.1672122, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35626, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1743289322.1672122, "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 29 March 2025 19:02:35 -0400 (0:00:01.554) 0:06:02.818 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 29 March 2025 19:02:35 -0400 (0:00:00.316) 0:06:03.135 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 29 March 2025 19:02:35 -0400 (0:00:00.278) 0:06:03.414 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 29 March 2025 19:02:36 -0400 (0:00:00.240) 0:06:03.654 ******** ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 29 March 2025 19:02:36 -0400 (0:00:00.198) 0:06:03.852 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 29 March 2025 19:02:36 -0400 (0:00:00.251) 0:06:04.104 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 29 March 2025 19:02:36 -0400 (0:00:00.253) 0:06:04.358 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 29 March 2025 19:02:36 -0400 (0:00:00.168) 0:06:04.526 ******** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 29 March 2025 19:02:41 -0400 (0:00:04.615) 0:06:09.142 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 29 March 2025 19:02:41 -0400 (0:00:00.268) 0:06:09.410 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 29 March 2025 19:02:42 -0400 (0:00:00.264) 0:06:09.675 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 29 March 2025 19:02:42 -0400 (0:00:00.429) 0:06:10.104 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 29 March 2025 19:02:42 -0400 (0:00:00.277) 0:06:10.381 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 29 March 2025 19:02:43 -0400 (0:00:00.286) 0:06:10.668 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 29 March 2025 19:02:43 -0400 (0:00:00.242) 0:06:10.910 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 29 March 2025 19:02:43 -0400 (0:00:00.229) 0:06:11.140 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 29 March 2025 19:02:43 -0400 (0:00:00.175) 0:06:11.316 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 29 March 2025 19:02:43 -0400 (0:00:00.261) 0:06:11.578 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 29 March 2025 19:02:44 -0400 (0:00:00.319) 0:06:11.897 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 29 March 2025 19:02:44 -0400 (0:00:00.208) 0:06:12.106 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 29 March 2025 19:02:44 -0400 (0:00:00.312) 0:06:12.418 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 29 March 2025 19:02:45 -0400 (0:00:00.344) 0:06:12.763 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 29 March 2025 19:02:45 -0400 (0:00:00.204) 0:06:12.967 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 29 March 2025 19:02:45 -0400 (0:00:00.298) 0:06:13.266 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 29 March 2025 19:02:45 -0400 (0:00:00.256) 0:06:13.522 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 29 March 2025 19:02:46 -0400 (0:00:00.255) 0:06:13.777 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 29 March 2025 19:02:46 -0400 (0:00:00.230) 0:06:14.007 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 29 March 2025 19:02:46 -0400 (0:00:00.249) 0:06:14.257 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 29 March 2025 19:02:46 -0400 (0:00:00.235) 0:06:14.493 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 29 March 2025 19:02:47 -0400 (0:00:00.342) 0:06:14.835 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 29 March 2025 19:02:47 -0400 (0:00:00.308) 0:06:15.144 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 29 March 2025 19:02:47 -0400 (0:00:00.251) 0:06:15.395 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 29 March 2025 19:02:48 -0400 (0:00:00.341) 0:06:15.737 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 29 March 2025 19:02:48 -0400 (0:00:00.304) 0:06:16.041 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 29 March 2025 19:02:48 -0400 (0:00:00.261) 0:06:16.302 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 29 March 2025 19:02:48 -0400 (0:00:00.214) 0:06:16.516 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 29 March 2025 19:02:49 -0400 (0:00:00.312) 0:06:16.828 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 29 March 2025 19:02:49 -0400 (0:00:00.227) 0:06:17.056 ******** skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 29 March 2025 19:02:49 -0400 (0:00:00.233) 0:06:17.289 ******** skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 29 March 2025 19:02:49 -0400 (0:00:00.291) 0:06:17.581 ******** skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 29 March 2025 19:02:50 -0400 (0:00:00.325) 0:06:17.906 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 29 March 2025 19:02:50 -0400 (0:00:00.311) 0:06:18.217 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 29 March 2025 19:02:50 -0400 (0:00:00.231) 0:06:18.449 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 29 March 2025 19:02:51 -0400 (0:00:00.308) 0:06:18.758 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 29 March 2025 19:02:51 -0400 (0:00:00.207) 0:06:18.966 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 29 March 2025 19:02:51 -0400 (0:00:00.320) 0:06:19.287 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 29 March 2025 19:02:51 -0400 (0:00:00.319) 0:06:19.606 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 29 March 2025 19:02:52 -0400 (0:00:00.296) 0:06:19.902 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 29 March 2025 19:02:52 -0400 (0:00:00.340) 0:06:20.242 ******** skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 29 March 2025 19:02:52 -0400 (0:00:00.275) 0:06:20.518 ******** skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 29 March 2025 19:02:53 -0400 (0:00:00.268) 0:06:20.787 ******** skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 29 March 2025 19:02:53 -0400 (0:00:00.280) 0:06:21.067 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 29 March 2025 19:02:53 -0400 (0:00:00.318) 0:06:21.386 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 29 March 2025 19:02:53 -0400 (0:00:00.201) 0:06:21.587 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 29 March 2025 19:02:54 -0400 (0:00:00.236) 0:06:21.824 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 29 March 2025 19:02:54 -0400 (0:00:00.277) 0:06:22.101 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 29 March 2025 19:02:54 -0400 (0:00:00.278) 0:06:22.379 ******** ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 29 March 2025 19:02:54 -0400 (0:00:00.248) 0:06:22.628 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 29 March 2025 19:02:55 -0400 (0:00:00.201) 0:06:22.829 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 29 March 2025 19:02:55 -0400 (0:00:00.308) 0:06:23.138 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 29 March 2025 19:02:55 -0400 (0:00:00.198) 0:06:23.336 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 29 March 2025 19:02:55 -0400 (0:00:00.150) 0:06:23.486 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 29 March 2025 19:02:55 -0400 (0:00:00.134) 0:06:23.621 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 29 March 2025 19:02:56 -0400 (0:00:00.355) 0:06:23.976 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 29 March 2025 19:02:56 -0400 (0:00:00.164) 0:06:24.141 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 29 March 2025 19:02:56 -0400 (0:00:00.145) 0:06:24.286 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 29 March 2025 19:02:56 -0400 (0:00:00.185) 0:06:24.472 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 29 March 2025 19:02:56 -0400 (0:00:00.127) 0:06:24.599 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:113 Saturday 29 March 2025 19:02:57 -0400 (0:00:00.127) 0:06:24.726 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 29 March 2025 19:02:57 -0400 (0:00:00.611) 0:06:25.338 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 29 March 2025 19:02:58 -0400 (0:00:00.308) 0:06:25.647 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 29 March 2025 19:02:58 -0400 (0:00:00.327) 0:06:25.974 ******** skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node4] => (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-KNh/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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 29 March 2025 19:02:58 -0400 (0:00:00.547) 0:06:26.522 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 29 March 2025 19:02:59 -0400 (0:00:00.325) 0:06:26.847 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 29 March 2025 19:02:59 -0400 (0:00:00.185) 0:06:27.032 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 29 March 2025 19:02:59 -0400 (0:00:00.161) 0:06:27.194 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 29 March 2025 19:02:59 -0400 (0:00:00.152) 0:06:27.347 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 29 March 2025 19:03:00 -0400 (0:00:00.548) 0:06:27.895 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 29 March 2025 19:03:00 -0400 (0:00:00.334) 0:06:28.229 ******** ok: [managed-node4] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 29 March 2025 19:03:00 -0400 (0:00:00.176) 0:06:28.406 ******** ok: [managed-node4] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 29 March 2025 19:03:00 -0400 (0:00:00.173) 0:06:28.579 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 29 March 2025 19:03:01 -0400 (0:00:00.219) 0:06:28.798 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 29 March 2025 19:03:01 -0400 (0:00:00.185) 0:06:28.984 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 29 March 2025 19:03:01 -0400 (0:00:00.278) 0:06:29.262 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 29 March 2025 19:03:01 -0400 (0:00:00.214) 0:06:29.476 ******** ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 29 March 2025 19:03:02 -0400 (0:00:00.335) 0:06:29.812 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 29 March 2025 19:03:02 -0400 (0:00:00.229) 0:06:30.042 ******** ok: [managed-node4] => { "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=957fb4c9-32bc-4ca5-9058-b5219351ceab", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 29 March 2025 19:03:07 -0400 (0:00:05.109) 0:06:35.151 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 29 March 2025 19:03:07 -0400 (0:00:00.334) 0:06:35.486 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289334.7151968, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a1255af8dcc318837ca7e65a12ab45516c3365d7", "ctime": 1743289332.8051994, "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": 1743289332.8051994, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "2897046613", "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 29 March 2025 19:03:09 -0400 (0:00:01.709) 0:06:37.195 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 29 March 2025 19:03:09 -0400 (0:00:00.349) 0:06:37.545 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 29 March 2025 19:03:10 -0400 (0:00:00.274) 0:06:37.820 ******** ok: [managed-node4] => { "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=957fb4c9-32bc-4ca5-9058-b5219351ceab", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 29 March 2025 19:03:10 -0400 (0:00:00.381) 0:06:38.202 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 29 March 2025 19:03:10 -0400 (0:00:00.312) 0:06:38.514 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 29 March 2025 19:03:11 -0400 (0:00:00.308) 0:06:38.823 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 29 March 2025 19:03:11 -0400 (0:00:00.311) 0:06:39.134 ******** ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 29 March 2025 19:03:13 -0400 (0:00:02.134) 0:06:41.268 ******** ok: [managed-node4] => (item={'src': 'UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab', '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=957fb4c9-32bc-4ca5-9058-b5219351ceab", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 29 March 2025 19:03:14 -0400 (0:00:01.351) 0:06:42.620 ******** skipping: [managed-node4] => (item={'src': 'UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab', '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=957fb4c9-32bc-4ca5-9058-b5219351ceab", "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 29 March 2025 19:03:15 -0400 (0:00:00.281) 0:06:42.901 ******** ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 29 March 2025 19:03:16 -0400 (0:00:01.583) 0:06:44.485 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743287538.0126925, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 29 March 2025 19:03:18 -0400 (0:00:01.389) 0:06:45.874 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 29 March 2025 19:03:18 -0400 (0:00:00.097) 0:06:45.972 ******** ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:123 Saturday 29 March 2025 19:03:20 -0400 (0:00:01.678) 0:06:47.650 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 29 March 2025 19:03:20 -0400 (0:00:00.533) 0:06:48.183 ******** skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 29 March 2025 19:03:20 -0400 (0:00:00.311) 0:06:48.494 ******** ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab", "_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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 29 March 2025 19:03:21 -0400 (0:00:00.248) 0:06:48.743 ******** ok: [managed-node4] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "957fb4c9-32bc-4ca5-9058-b5219351ceab" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "c948b8f9-5290-43bb-9ed1-dede183f854b" }, "/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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 29 March 2025 19:03:22 -0400 (0:00:01.574) 0:06:50.318 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002584", "end": "2025-03-29 19:03:23.941310", "rc": 0, "start": "2025-03-29 19:03:23.938726" } 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=957fb4c9-32bc-4ca5-9058-b5219351ceab none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 29 March 2025 19:03:24 -0400 (0:00:01.499) 0:06:51.817 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002639", "end": "2025-03-29 19:03:25.549320", "failed_when_result": false, "rc": 0, "start": "2025-03-29 19:03:25.546681" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 29 March 2025 19:03:25 -0400 (0:00:01.653) 0:06:53.471 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 29 March 2025 19:03:25 -0400 (0:00:00.151) 0:06:53.622 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 29 March 2025 19:03:26 -0400 (0:00:00.309) 0:06:53.932 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 29 March 2025 19:03:26 -0400 (0:00:00.412) 0:06:54.344 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 29 March 2025 19:03:28 -0400 (0:00:01.384) 0:06:55.728 ******** ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 29 March 2025 19:03:28 -0400 (0:00:00.151) 0:06:55.879 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 29 March 2025 19:03:28 -0400 (0:00:00.311) 0:06:56.191 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 29 March 2025 19:03:28 -0400 (0:00:00.203) 0:06:56.395 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 29 March 2025 19:03:28 -0400 (0:00:00.208) 0:06:56.603 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 29 March 2025 19:03:29 -0400 (0:00:00.216) 0:06:56.820 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 29 March 2025 19:03:29 -0400 (0:00:00.385) 0:06:57.205 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 29 March 2025 19:03:29 -0400 (0:00:00.257) 0:06:57.463 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003273", "end": "2025-03-29 19:03:30.868447", "rc": 0, "start": "2025-03-29 19:03:30.865174" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 29 March 2025 19:03:31 -0400 (0:00:01.303) 0:06:58.767 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002586", "end": "2025-03-29 19:03:32.378829", "rc": 0, "start": "2025-03-29 19:03:32.376243" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 29 March 2025 19:03:32 -0400 (0:00:01.447) 0:07:00.214 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 29 March 2025 19:03:32 -0400 (0:00:00.203) 0:07:00.418 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 29 March 2025 19:03:32 -0400 (0:00:00.173) 0:07:00.591 ******** ok: [managed-node4] => { "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=957fb4c9-32bc-4ca5-9058-b5219351ceab " ], "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 29 March 2025 19:03:33 -0400 (0:00:00.419) 0:07:01.011 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 29 March 2025 19:03:33 -0400 (0:00:00.155) 0:07:01.166 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 29 March 2025 19:03:33 -0400 (0:00:00.161) 0:07:01.328 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 29 March 2025 19:03:33 -0400 (0:00:00.208) 0:07:01.536 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 29 March 2025 19:03:34 -0400 (0:00:00.269) 0:07:01.806 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 29 March 2025 19:03:34 -0400 (0:00:00.174) 0:07:01.980 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 29 March 2025 19:03:34 -0400 (0:00:00.419) 0:07:02.399 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 29 March 2025 19:03:35 -0400 (0:00:00.493) 0:07:02.893 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289322.1832123, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1743289322.1672122, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35626, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1743289322.1672122, "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 29 March 2025 19:03:36 -0400 (0:00:01.465) 0:07:04.359 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 29 March 2025 19:03:37 -0400 (0:00:00.356) 0:07:04.715 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 29 March 2025 19:03:37 -0400 (0:00:00.216) 0:07:04.931 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 29 March 2025 19:03:37 -0400 (0:00:00.263) 0:07:05.195 ******** ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 29 March 2025 19:03:37 -0400 (0:00:00.188) 0:07:05.383 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 29 March 2025 19:03:38 -0400 (0:00:00.262) 0:07:05.646 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 29 March 2025 19:03:38 -0400 (0:00:00.248) 0:07:05.894 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 29 March 2025 19:03:38 -0400 (0:00:00.266) 0:07:06.161 ******** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 29 March 2025 19:03:43 -0400 (0:00:05.024) 0:07:11.185 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 29 March 2025 19:03:43 -0400 (0:00:00.241) 0:07:11.426 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 29 March 2025 19:03:44 -0400 (0:00:00.249) 0:07:11.676 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 29 March 2025 19:03:44 -0400 (0:00:00.380) 0:07:12.056 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 29 March 2025 19:03:44 -0400 (0:00:00.276) 0:07:12.333 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 29 March 2025 19:03:44 -0400 (0:00:00.292) 0:07:12.626 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 29 March 2025 19:03:45 -0400 (0:00:00.266) 0:07:12.892 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 29 March 2025 19:03:45 -0400 (0:00:00.226) 0:07:13.119 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 29 March 2025 19:03:45 -0400 (0:00:00.262) 0:07:13.381 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 29 March 2025 19:03:46 -0400 (0:00:00.296) 0:07:13.677 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 29 March 2025 19:03:46 -0400 (0:00:00.377) 0:07:14.054 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 29 March 2025 19:03:46 -0400 (0:00:00.383) 0:07:14.438 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 29 March 2025 19:03:47 -0400 (0:00:00.300) 0:07:14.738 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 29 March 2025 19:03:47 -0400 (0:00:00.333) 0:07:15.072 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 29 March 2025 19:03:47 -0400 (0:00:00.188) 0:07:15.260 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 29 March 2025 19:03:47 -0400 (0:00:00.244) 0:07:15.504 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 29 March 2025 19:03:48 -0400 (0:00:00.286) 0:07:15.791 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 29 March 2025 19:03:48 -0400 (0:00:00.216) 0:07:16.007 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 29 March 2025 19:03:48 -0400 (0:00:00.159) 0:07:16.167 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 29 March 2025 19:03:48 -0400 (0:00:00.188) 0:07:16.355 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 29 March 2025 19:03:48 -0400 (0:00:00.231) 0:07:16.587 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 29 March 2025 19:03:49 -0400 (0:00:00.191) 0:07:16.778 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 29 March 2025 19:03:49 -0400 (0:00:00.219) 0:07:16.998 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 29 March 2025 19:03:49 -0400 (0:00:00.249) 0:07:17.248 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 29 March 2025 19:03:49 -0400 (0:00:00.301) 0:07:17.549 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 29 March 2025 19:03:50 -0400 (0:00:00.207) 0:07:17.756 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 29 March 2025 19:03:50 -0400 (0:00:00.495) 0:07:18.252 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 29 March 2025 19:03:50 -0400 (0:00:00.288) 0:07:18.540 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 29 March 2025 19:03:51 -0400 (0:00:00.259) 0:07:18.800 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 29 March 2025 19:03:51 -0400 (0:00:00.280) 0:07:19.080 ******** skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 29 March 2025 19:03:51 -0400 (0:00:00.203) 0:07:19.285 ******** skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 29 March 2025 19:03:51 -0400 (0:00:00.244) 0:07:19.529 ******** skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 29 March 2025 19:03:52 -0400 (0:00:00.158) 0:07:19.688 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 29 March 2025 19:03:52 -0400 (0:00:00.220) 0:07:19.908 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 29 March 2025 19:03:52 -0400 (0:00:00.226) 0:07:20.134 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 29 March 2025 19:03:52 -0400 (0:00:00.160) 0:07:20.295 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 29 March 2025 19:03:52 -0400 (0:00:00.279) 0:07:20.575 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 29 March 2025 19:03:53 -0400 (0:00:00.234) 0:07:20.809 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 29 March 2025 19:03:53 -0400 (0:00:00.247) 0:07:21.057 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 29 March 2025 19:03:53 -0400 (0:00:00.272) 0:07:21.330 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 29 March 2025 19:03:53 -0400 (0:00:00.237) 0:07:21.568 ******** skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 29 March 2025 19:03:54 -0400 (0:00:00.328) 0:07:21.896 ******** skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 29 March 2025 19:03:54 -0400 (0:00:00.259) 0:07:22.156 ******** skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 29 March 2025 19:03:54 -0400 (0:00:00.154) 0:07:22.310 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 29 March 2025 19:03:54 -0400 (0:00:00.253) 0:07:22.563 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 29 March 2025 19:03:55 -0400 (0:00:00.309) 0:07:22.872 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 29 March 2025 19:03:55 -0400 (0:00:00.332) 0:07:23.205 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 29 March 2025 19:03:55 -0400 (0:00:00.297) 0:07:23.502 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 29 March 2025 19:03:56 -0400 (0:00:00.259) 0:07:23.761 ******** ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 29 March 2025 19:03:56 -0400 (0:00:00.362) 0:07:24.123 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 29 March 2025 19:03:56 -0400 (0:00:00.299) 0:07:24.423 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 29 March 2025 19:03:56 -0400 (0:00:00.151) 0:07:24.574 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 29 March 2025 19:03:57 -0400 (0:00:00.227) 0:07:24.802 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 29 March 2025 19:03:57 -0400 (0:00:00.181) 0:07:24.984 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 29 March 2025 19:03:57 -0400 (0:00:00.361) 0:07:25.345 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 29 March 2025 19:03:58 -0400 (0:00:00.298) 0:07:25.644 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 29 March 2025 19:03:58 -0400 (0:00:00.284) 0:07:25.929 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 29 March 2025 19:03:58 -0400 (0:00:00.310) 0:07:26.240 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 29 March 2025 19:03:58 -0400 (0:00:00.303) 0:07:26.543 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 29 March 2025 19:03:59 -0400 (0:00:00.232) 0:07:26.776 ******** ok: [managed-node4] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:126 Saturday 29 March 2025 19:03:59 -0400 (0:00:00.183) 0:07:26.960 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 29 March 2025 19:04:00 -0400 (0:00:00.809) 0:07:27.769 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 29 March 2025 19:04:00 -0400 (0:00:00.332) 0:07:28.102 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 29 March 2025 19:04:00 -0400 (0:00:00.222) 0:07:28.324 ******** skipping: [managed-node4] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node4] => (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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node4] => (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-KNh/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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 29 March 2025 19:04:01 -0400 (0:00:00.385) 0:07:28.710 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 29 March 2025 19:04:01 -0400 (0:00:00.222) 0:07:28.933 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 29 March 2025 19:04:01 -0400 (0:00:00.179) 0:07:29.113 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 29 March 2025 19:04:01 -0400 (0:00:00.163) 0:07:29.276 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 29 March 2025 19:04:01 -0400 (0:00:00.150) 0:07:29.427 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node4 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 29 March 2025 19:04:02 -0400 (0:00:00.503) 0:07:29.930 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 29 March 2025 19:04:02 -0400 (0:00:00.596) 0:07:30.527 ******** ok: [managed-node4] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 29 March 2025 19:04:03 -0400 (0:00:00.208) 0:07:30.735 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 29 March 2025 19:04:03 -0400 (0:00:00.154) 0:07:30.890 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 29 March 2025 19:04:03 -0400 (0:00:00.226) 0:07:31.117 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 29 March 2025 19:04:03 -0400 (0:00:00.152) 0:07:31.270 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 29 March 2025 19:04:03 -0400 (0:00:00.137) 0:07:31.407 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 29 March 2025 19:04:03 -0400 (0:00:00.187) 0:07:31.595 ******** ok: [managed-node4] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 29 March 2025 19:04:04 -0400 (0:00:00.300) 0:07:31.895 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 29 March 2025 19:04:04 -0400 (0:00:00.181) 0:07:32.077 ******** changed: [managed-node4] => { "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=957fb4c9-32bc-4ca5-9058-b5219351ceab", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab", "_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=c948b8f9-5290-43bb-9ed1-dede183f854b", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 29 March 2025 19:04:09 -0400 (0:00:05.163) 0:07:37.240 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 29 March 2025 19:04:09 -0400 (0:00:00.201) 0:07:37.442 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289334.7151968, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a1255af8dcc318837ca7e65a12ab45516c3365d7", "ctime": 1743289332.8051994, "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": 1743289332.8051994, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "2897046613", "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 29 March 2025 19:04:11 -0400 (0:00:01.383) 0:07:38.826 ******** ok: [managed-node4] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 29 March 2025 19:04:12 -0400 (0:00:01.496) 0:07:40.322 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 29 March 2025 19:04:12 -0400 (0:00:00.218) 0:07:40.540 ******** ok: [managed-node4] => { "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=957fb4c9-32bc-4ca5-9058-b5219351ceab", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab", "_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=c948b8f9-5290-43bb-9ed1-dede183f854b", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 29 March 2025 19:04:13 -0400 (0:00:00.288) 0:07:40.829 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 29 March 2025 19:04:13 -0400 (0:00:00.197) 0:07:41.026 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab", "_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=c948b8f9-5290-43bb-9ed1-dede183f854b", "_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-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 29 March 2025 19:04:13 -0400 (0:00:00.241) 0:07:41.268 ******** changed: [managed-node4] => (item={'src': 'UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab', '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=957fb4c9-32bc-4ca5-9058-b5219351ceab", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 29 March 2025 19:04:15 -0400 (0:00:01.630) 0:07:42.899 ******** ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 29 March 2025 19:04:17 -0400 (0:00:01.757) 0:07:44.656 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 29 March 2025 19:04:17 -0400 (0:00:00.311) 0:07:44.968 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 29 March 2025 19:04:17 -0400 (0:00:00.227) 0:07:45.195 ******** ok: [managed-node4] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 29 March 2025 19:04:19 -0400 (0:00:01.757) 0:07:46.953 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743287538.0126925, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 29 March 2025 19:04:20 -0400 (0:00:01.381) 0:07:48.334 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 29 March 2025 19:04:20 -0400 (0:00:00.162) 0:07:48.497 ******** ok: [managed-node4] TASK [Verify results] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:142 Saturday 29 March 2025 19:04:22 -0400 (0:00:01.820) 0:07:50.317 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node4 TASK [Print out pool information] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 29 March 2025 19:04:23 -0400 (0:00:01.064) 0:07:51.382 ******** skipping: [managed-node4] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 29 March 2025 19:04:24 -0400 (0:00:00.300) 0:07:51.682 ******** ok: [managed-node4] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=957fb4c9-32bc-4ca5-9058-b5219351ceab", "_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=c948b8f9-5290-43bb-9ed1-dede183f854b", "_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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 29 March 2025 19:04:24 -0400 (0:00:00.227) 0:07:51.910 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 29 March 2025 19:04:25 -0400 (0:00:01.299) 0:07:53.210 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002645", "end": "2025-03-29 19:04:26.720402", "rc": 0, "start": "2025-03-29 19:04:26.717757" } 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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 29 March 2025 19:04:27 -0400 (0:00:01.447) 0:07:54.657 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002684", "end": "2025-03-29 19:04:28.086045", "failed_when_result": false, "rc": 0, "start": "2025-03-29 19:04:28.083361" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 29 March 2025 19:04:28 -0400 (0:00:01.304) 0:07:55.962 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 29 March 2025 19:04:28 -0400 (0:00:00.165) 0:07:56.127 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node4 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 29 March 2025 19:04:29 -0400 (0:00:00.556) 0:07:56.684 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 29 March 2025 19:04:29 -0400 (0:00:00.327) 0:07:57.011 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 29 March 2025 19:04:30 -0400 (0:00:01.363) 0:07:58.375 ******** ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 29 March 2025 19:04:31 -0400 (0:00:00.297) 0:07:58.673 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 29 March 2025 19:04:31 -0400 (0:00:00.431) 0:07:59.104 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 29 March 2025 19:04:31 -0400 (0:00:00.260) 0:07:59.365 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 29 March 2025 19:04:31 -0400 (0:00:00.220) 0:07:59.585 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 29 March 2025 19:04:32 -0400 (0:00:00.313) 0:07:59.898 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 29 March 2025 19:04:32 -0400 (0:00:00.345) 0:08:00.244 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 29 March 2025 19:04:32 -0400 (0:00:00.236) 0:08:00.480 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002722", "end": "2025-03-29 19:04:34.292083", "rc": 0, "start": "2025-03-29 19:04:34.289361" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 29 March 2025 19:04:34 -0400 (0:00:01.776) 0:08:02.256 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002646", "end": "2025-03-29 19:04:35.783319", "rc": 0, "start": "2025-03-29 19:04:35.780673" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 29 March 2025 19:04:36 -0400 (0:00:01.478) 0:08:03.735 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 29 March 2025 19:04:36 -0400 (0:00:00.328) 0:08:04.063 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 29 March 2025 19:04:36 -0400 (0:00:00.181) 0:08:04.244 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 29 March 2025 19:04:37 -0400 (0:00:00.565) 0:08:04.810 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 29 March 2025 19:04:37 -0400 (0:00:00.174) 0:08:04.984 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 29 March 2025 19:04:37 -0400 (0:00:00.209) 0:08:05.193 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 29 March 2025 19:04:37 -0400 (0:00:00.152) 0:08:05.345 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 29 March 2025 19:04:37 -0400 (0:00:00.237) 0:08:05.583 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 29 March 2025 19:04:38 -0400 (0:00:00.185) 0:08:05.769 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 29 March 2025 19:04:38 -0400 (0:00:00.279) 0:08:06.048 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 29 March 2025 19:04:38 -0400 (0:00:00.280) 0:08:06.328 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289449.3150556, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1743289449.3150556, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 35626, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1743289449.3150556, "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 29 March 2025 19:04:40 -0400 (0:00:01.725) 0:08:08.054 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 29 March 2025 19:04:40 -0400 (0:00:00.326) 0:08:08.381 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 29 March 2025 19:04:41 -0400 (0:00:00.274) 0:08:08.656 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 29 March 2025 19:04:41 -0400 (0:00:00.218) 0:08:08.874 ******** ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 29 March 2025 19:04:41 -0400 (0:00:00.303) 0:08:09.178 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 29 March 2025 19:04:41 -0400 (0:00:00.300) 0:08:09.478 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 29 March 2025 19:04:42 -0400 (0:00:00.203) 0:08:09.682 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 29 March 2025 19:04:42 -0400 (0:00:00.212) 0:08:09.895 ******** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 29 March 2025 19:04:46 -0400 (0:00:04.578) 0:08:14.474 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 29 March 2025 19:04:47 -0400 (0:00:00.275) 0:08:14.750 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 29 March 2025 19:04:47 -0400 (0:00:00.354) 0:08:15.104 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 29 March 2025 19:04:47 -0400 (0:00:00.228) 0:08:15.332 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 29 March 2025 19:04:48 -0400 (0:00:00.351) 0:08:15.684 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 29 March 2025 19:04:48 -0400 (0:00:00.254) 0:08:15.939 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 29 March 2025 19:04:48 -0400 (0:00:00.230) 0:08:16.169 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 29 March 2025 19:04:48 -0400 (0:00:00.276) 0:08:16.446 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 29 March 2025 19:04:49 -0400 (0:00:00.237) 0:08:16.684 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 29 March 2025 19:04:49 -0400 (0:00:00.286) 0:08:16.971 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 29 March 2025 19:04:49 -0400 (0:00:00.268) 0:08:17.239 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 29 March 2025 19:04:49 -0400 (0:00:00.229) 0:08:17.469 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 29 March 2025 19:04:50 -0400 (0:00:00.233) 0:08:17.702 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 29 March 2025 19:04:50 -0400 (0:00:00.234) 0:08:17.937 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 29 March 2025 19:04:50 -0400 (0:00:00.238) 0:08:18.175 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 29 March 2025 19:04:50 -0400 (0:00:00.289) 0:08:18.464 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 29 March 2025 19:04:51 -0400 (0:00:00.223) 0:08:18.688 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 29 March 2025 19:04:51 -0400 (0:00:00.216) 0:08:18.905 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 29 March 2025 19:04:51 -0400 (0:00:00.260) 0:08:19.165 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 29 March 2025 19:04:51 -0400 (0:00:00.219) 0:08:19.385 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 29 March 2025 19:04:51 -0400 (0:00:00.235) 0:08:19.620 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 29 March 2025 19:04:52 -0400 (0:00:00.276) 0:08:19.897 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 29 March 2025 19:04:52 -0400 (0:00:00.186) 0:08:20.083 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 29 March 2025 19:04:52 -0400 (0:00:00.230) 0:08:20.313 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 29 March 2025 19:04:52 -0400 (0:00:00.237) 0:08:20.551 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 29 March 2025 19:04:53 -0400 (0:00:00.239) 0:08:20.790 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 29 March 2025 19:04:53 -0400 (0:00:00.207) 0:08:20.998 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 29 March 2025 19:04:53 -0400 (0:00:00.302) 0:08:21.300 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 29 March 2025 19:04:54 -0400 (0:00:00.360) 0:08:21.660 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 29 March 2025 19:04:54 -0400 (0:00:00.383) 0:08:22.044 ******** skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 29 March 2025 19:04:54 -0400 (0:00:00.269) 0:08:22.313 ******** skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 29 March 2025 19:04:55 -0400 (0:00:00.337) 0:08:22.651 ******** skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 29 March 2025 19:04:55 -0400 (0:00:00.335) 0:08:22.986 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 29 March 2025 19:04:55 -0400 (0:00:00.273) 0:08:23.259 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 29 March 2025 19:04:55 -0400 (0:00:00.235) 0:08:23.495 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 29 March 2025 19:04:56 -0400 (0:00:00.388) 0:08:23.883 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 29 March 2025 19:04:56 -0400 (0:00:00.344) 0:08:24.228 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 29 March 2025 19:04:56 -0400 (0:00:00.317) 0:08:24.546 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 29 March 2025 19:04:57 -0400 (0:00:00.290) 0:08:24.836 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 29 March 2025 19:04:57 -0400 (0:00:00.230) 0:08:25.067 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 29 March 2025 19:04:57 -0400 (0:00:00.424) 0:08:25.492 ******** skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 29 March 2025 19:04:58 -0400 (0:00:00.276) 0:08:25.768 ******** skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 29 March 2025 19:04:58 -0400 (0:00:00.266) 0:08:26.035 ******** skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 29 March 2025 19:04:58 -0400 (0:00:00.306) 0:08:26.342 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 29 March 2025 19:04:59 -0400 (0:00:00.297) 0:08:26.639 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 29 March 2025 19:04:59 -0400 (0:00:00.321) 0:08:26.960 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 29 March 2025 19:04:59 -0400 (0:00:00.264) 0:08:27.225 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 29 March 2025 19:04:59 -0400 (0:00:00.308) 0:08:27.534 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 29 March 2025 19:05:00 -0400 (0:00:00.262) 0:08:27.796 ******** ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 29 March 2025 19:05:00 -0400 (0:00:00.352) 0:08:28.149 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 29 March 2025 19:05:00 -0400 (0:00:00.374) 0:08:28.523 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 29 March 2025 19:05:01 -0400 (0:00:00.363) 0:08:28.887 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 29 March 2025 19:05:01 -0400 (0:00:00.306) 0:08:29.193 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 29 March 2025 19:05:01 -0400 (0:00:00.295) 0:08:29.489 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 29 March 2025 19:05:02 -0400 (0:00:00.302) 0:08:29.791 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 29 March 2025 19:05:02 -0400 (0:00:00.341) 0:08:30.133 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 29 March 2025 19:05:02 -0400 (0:00:00.289) 0:08:30.423 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 29 March 2025 19:05:03 -0400 (0:00:00.330) 0:08:30.754 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 29 March 2025 19:05:03 -0400 (0:00:00.318) 0:08:31.072 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 29 March 2025 19:05:03 -0400 (0:00:00.237) 0:08:31.310 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 29 March 2025 19:05:03 -0400 (0:00:00.268) 0:08:31.579 ******** included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node4 included: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node4 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 29 March 2025 19:05:05 -0400 (0:00:01.308) 0:08:32.887 ******** ok: [managed-node4] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 29 March 2025 19:05:05 -0400 (0:00:00.324) 0:08:33.212 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 29 March 2025 19:05:05 -0400 (0:00:00.298) 0:08:33.510 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 29 March 2025 19:05:06 -0400 (0:00:00.271) 0:08:33.782 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 29 March 2025 19:05:06 -0400 (0:00:00.185) 0:08:33.968 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 29 March 2025 19:05:06 -0400 (0:00:00.199) 0:08:34.168 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 29 March 2025 19:05:06 -0400 (0:00:00.197) 0:08:34.365 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 29 March 2025 19:05:06 -0400 (0:00:00.228) 0:08:34.594 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 29 March 2025 19:05:07 -0400 (0:00:00.188) 0:08:34.782 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 29 March 2025 19:05:07 -0400 (0:00:00.197) 0:08:34.979 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 29 March 2025 19:05:07 -0400 (0:00:00.268) 0:08:35.248 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 29 March 2025 19:05:07 -0400 (0:00:00.215) 0:08:35.464 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 29 March 2025 19:05:08 -0400 (0:00:00.347) 0:08:35.811 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 29 March 2025 19:05:08 -0400 (0:00:00.258) 0:08:36.070 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 29 March 2025 19:05:08 -0400 (0:00:00.294) 0:08:36.365 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 29 March 2025 19:05:08 -0400 (0:00:00.171) 0:08:36.536 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 29 March 2025 19:05:09 -0400 (0:00:00.173) 0:08:36.710 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 29 March 2025 19:05:09 -0400 (0:00:00.160) 0:08:36.871 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 29 March 2025 19:05:09 -0400 (0:00:00.271) 0:08:37.142 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 29 March 2025 19:05:09 -0400 (0:00:00.173) 0:08:37.316 ******** ok: [managed-node4] => { "changed": false, "stat": { "atime": 1743289449.2690558, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1743289449.2690558, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36676, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1743289449.2690558, "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 29 March 2025 19:05:11 -0400 (0:00:01.362) 0:08:38.678 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 29 March 2025 19:05:11 -0400 (0:00:00.268) 0:08:38.947 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 29 March 2025 19:05:11 -0400 (0:00:00.222) 0:08:39.170 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 29 March 2025 19:05:11 -0400 (0:00:00.174) 0:08:39.345 ******** ok: [managed-node4] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 29 March 2025 19:05:11 -0400 (0:00:00.178) 0:08:39.523 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 29 March 2025 19:05:12 -0400 (0:00:00.170) 0:08:39.694 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 29 March 2025 19:05:12 -0400 (0:00:00.172) 0:08:39.867 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 29 March 2025 19:05:12 -0400 (0:00:00.234) 0:08:40.101 ******** ok: [managed-node4] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 29 March 2025 19:05:17 -0400 (0:00:04.944) 0:08:45.046 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 29 March 2025 19:05:17 -0400 (0:00:00.348) 0:08:45.394 ******** skipping: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 29 March 2025 19:05:17 -0400 (0:00:00.191) 0:08:45.586 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 29 March 2025 19:05:18 -0400 (0:00:00.254) 0:08:45.840 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 29 March 2025 19:05:18 -0400 (0:00:00.244) 0:08:46.085 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 29 March 2025 19:05:18 -0400 (0:00:00.297) 0:08:46.383 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 29 March 2025 19:05:18 -0400 (0:00:00.217) 0:08:46.600 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 29 March 2025 19:05:19 -0400 (0:00:00.157) 0:08:46.758 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 29 March 2025 19:05:19 -0400 (0:00:00.164) 0:08:46.922 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 29 March 2025 19:05:19 -0400 (0:00:00.313) 0:08:47.235 ******** ok: [managed-node4] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 29 March 2025 19:05:19 -0400 (0:00:00.285) 0:08:47.521 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 29 March 2025 19:05:20 -0400 (0:00:00.270) 0:08:47.791 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 29 March 2025 19:05:20 -0400 (0:00:00.248) 0:08:48.039 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 29 March 2025 19:05:20 -0400 (0:00:00.229) 0:08:48.268 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 29 March 2025 19:05:20 -0400 (0:00:00.207) 0:08:48.476 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 29 March 2025 19:05:21 -0400 (0:00:00.252) 0:08:48.729 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 29 March 2025 19:05:21 -0400 (0:00:00.264) 0:08:48.994 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 29 March 2025 19:05:21 -0400 (0:00:00.294) 0:08:49.288 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 29 March 2025 19:05:21 -0400 (0:00:00.296) 0:08:49.585 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 29 March 2025 19:05:22 -0400 (0:00:00.176) 0:08:49.761 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 29 March 2025 19:05:22 -0400 (0:00:00.224) 0:08:49.986 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 29 March 2025 19:05:22 -0400 (0:00:00.163) 0:08:50.150 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 29 March 2025 19:05:22 -0400 (0:00:00.241) 0:08:50.392 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 29 March 2025 19:05:23 -0400 (0:00:00.243) 0:08:50.636 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 29 March 2025 19:05:23 -0400 (0:00:00.226) 0:08:50.862 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 29 March 2025 19:05:23 -0400 (0:00:00.344) 0:08:51.207 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 29 March 2025 19:05:23 -0400 (0:00:00.225) 0:08:51.432 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 29 March 2025 19:05:23 -0400 (0:00:00.178) 0:08:51.611 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 29 March 2025 19:05:24 -0400 (0:00:00.242) 0:08:51.853 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 29 March 2025 19:05:24 -0400 (0:00:00.184) 0:08:52.038 ******** skipping: [managed-node4] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 29 March 2025 19:05:24 -0400 (0:00:00.213) 0:08:52.251 ******** skipping: [managed-node4] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 29 March 2025 19:05:24 -0400 (0:00:00.272) 0:08:52.524 ******** skipping: [managed-node4] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 29 March 2025 19:05:25 -0400 (0:00:00.143) 0:08:52.668 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 29 March 2025 19:05:25 -0400 (0:00:00.281) 0:08:52.949 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 29 March 2025 19:05:25 -0400 (0:00:00.319) 0:08:53.268 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 29 March 2025 19:05:25 -0400 (0:00:00.314) 0:08:53.583 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 29 March 2025 19:05:26 -0400 (0:00:00.292) 0:08:53.875 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 29 March 2025 19:05:26 -0400 (0:00:00.243) 0:08:54.119 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 29 March 2025 19:05:26 -0400 (0:00:00.230) 0:08:54.349 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 29 March 2025 19:05:27 -0400 (0:00:00.789) 0:08:55.139 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 29 March 2025 19:05:27 -0400 (0:00:00.235) 0:08:55.375 ******** skipping: [managed-node4] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 29 March 2025 19:05:28 -0400 (0:00:00.308) 0:08:55.684 ******** skipping: [managed-node4] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 29 March 2025 19:05:28 -0400 (0:00:00.225) 0:08:55.909 ******** skipping: [managed-node4] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 29 March 2025 19:05:28 -0400 (0:00:00.350) 0:08:56.260 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 29 March 2025 19:05:28 -0400 (0:00:00.309) 0:08:56.569 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 29 March 2025 19:05:29 -0400 (0:00:00.163) 0:08:56.733 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 29 March 2025 19:05:29 -0400 (0:00:00.278) 0:08:57.011 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 29 March 2025 19:05:29 -0400 (0:00:00.205) 0:08:57.216 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 29 March 2025 19:05:29 -0400 (0:00:00.341) 0:08:57.558 ******** ok: [managed-node4] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 29 March 2025 19:05:30 -0400 (0:00:00.140) 0:08:57.699 ******** ok: [managed-node4] => { "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-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 29 March 2025 19:05:30 -0400 (0:00:00.159) 0:08:57.858 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 29 March 2025 19:05:30 -0400 (0:00:00.279) 0:08:58.138 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 29 March 2025 19:05:30 -0400 (0:00:00.242) 0:08:58.380 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 29 March 2025 19:05:31 -0400 (0:00:00.308) 0:08:58.689 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 29 March 2025 19:05:31 -0400 (0:00:00.229) 0:08:58.918 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 29 March 2025 19:05:31 -0400 (0:00:00.175) 0:08:59.093 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 29 March 2025 19:05:31 -0400 (0:00:00.379) 0:08:59.473 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 29 March 2025 19:05:32 -0400 (0:00:00.231) 0:08:59.704 ******** skipping: [managed-node4] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 29 March 2025 19:05:32 -0400 (0:00:00.246) 0:08:59.951 ******** ok: [managed-node4] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 29 March 2025 19:05:32 -0400 (0:00:00.161) 0:09:00.112 ******** ok: [managed-node4] => { "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-node4 : ok=486 changed=11 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 Saturday 29 March 2025 19:05:32 -0400 (0:00:00.278) 0:09:00.391 ******** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.95s /tmp/collections-KNh/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.69s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure blivet is available ------- 7.02s /tmp/collections-KNh/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.95s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.45s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Ensure test packages ---------------------------------------------------- 5.40s /tmp/collections-KNh/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 --- 5.16s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.11s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Ensure cryptsetup is present -------------------------------------------- 5.02s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 4.94s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 4.93s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.88s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Ensure cryptsetup is present -------------------------------------------- 4.84s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 4.62s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 4.61s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Gathering Facts --------------------------------------------------------- 4.58s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Ensure cryptsetup is present -------------------------------------------- 4.58s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Make sure required packages are installed --- 4.53s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Ensure test packages ---------------------------------------------------- 4.46s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Ensure cryptsetup is present -------------------------------------------- 4.36s /tmp/collections-KNh/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10