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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Monday 12 May 2025 18:05:52 -0400 (0:00:00.159) 0:00:00.159 ************ ok: [managed-node6] META: ran handlers TASK [Include role to ensure packages are installed] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:10 Monday 12 May 2025 18:05:56 -0400 (0:00:04.233) 0:00:04.393 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:05:57 -0400 (0:00:00.387) 0:00:04.780 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:05:57 -0400 (0:00:00.352) 0:00:05.133 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:05:57 -0400 (0:00:00.365) 0:00:05.498 ************ skipping: [managed-node6] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node6] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node6] => (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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node6] => (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-LlA/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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:05:58 -0400 (0:00:00.621) 0:00:06.120 ************ ok: [managed-node6] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:06:01 -0400 (0:00:02.857) 0:00:08.977 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:06:01 -0400 (0:00:00.474) 0:00:09.452 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:06:01 -0400 (0:00:00.145) 0:00:09.597 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:06:01 -0400 (0:00:00.114) 0:00:09.711 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:06:02 -0400 (0:00:00.632) 0:00:10.343 ************ ok: [managed-node6] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:06:08 -0400 (0:00:06.355) 0:00:16.699 ************ ok: [managed-node6] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:06:09 -0400 (0:00:00.443) 0:00:17.142 ************ ok: [managed-node6] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:06:09 -0400 (0:00:00.324) 0:00:17.466 ************ ok: [managed-node6] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:06:12 -0400 (0:00:02.869) 0:00:20.336 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Monday 12 May 2025 18:06:13 -0400 (0:00:00.812) 0:00:21.149 ************ TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Monday 12 May 2025 18:06:13 -0400 (0:00:00.239) 0:00:21.388 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Monday 12 May 2025 18:06:13 -0400 (0:00:00.210) 0:00:21.599 ************ TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:06:13 -0400 (0:00:00.079) 0:00:21.679 ************ ok: [managed-node6] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:06:18 -0400 (0:00:04.714) 0:00:26.393 ************ ok: [managed-node6] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:06:22 -0400 (0:00:03.540) 0:00:29.934 ************ ok: [managed-node6] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:06:22 -0400 (0:00:00.239) 0:00:30.173 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:06:22 -0400 (0:00:00.258) 0:00:30.431 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:06:24 -0400 (0:00:01.730) 0:00:32.162 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:06:24 -0400 (0:00:00.181) 0:00:32.343 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087113.087266, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1747087111.671255, "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": 1747087111.671255, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "3512927119", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:06:25 -0400 (0:00:01.382) 0:00:33.725 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:06:26 -0400 (0:00:00.313) 0:00:34.038 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:06:26 -0400 (0:00:00.333) 0:00:34.372 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:06:26 -0400 (0:00:00.333) 0:00:34.705 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:06:27 -0400 (0:00:00.192) 0:00:34.898 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:06:27 -0400 (0:00:00.340) 0:00:35.239 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:06:27 -0400 (0:00:00.218) 0:00:35.458 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:06:27 -0400 (0:00:00.238) 0:00:35.697 ************ TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:06:28 -0400 (0:00:00.170) 0:00:35.867 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:06:28 -0400 (0:00:00.178) 0:00:36.046 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:06:28 -0400 (0:00:00.204) 0:00:36.250 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087124.553354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747087117.6793013, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 41943237, "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": 1747087117.6773012, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1675113596", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:06:29 -0400 (0:00:01.325) 0:00:37.576 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:06:30 -0400 (0:00:00.184) 0:00:37.760 ************ ok: [managed-node6] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:14 Monday 12 May 2025 18:06:31 -0400 (0:00:01.799) 0:00:39.560 ************ ok: [managed-node6] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:22 Monday 12 May 2025 18:06:31 -0400 (0:00:00.160) 0:00:39.720 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node6 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Monday 12 May 2025 18:06:32 -0400 (0:00:00.207) 0:00:39.928 ************ ok: [managed-node6] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Monday 12 May 2025 18:06:36 -0400 (0:00:04.251) 0:00:44.180 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Monday 12 May 2025 18:06:39 -0400 (0:00:02.808) 0:00:46.988 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Monday 12 May 2025 18:06:39 -0400 (0:00:00.185) 0:00:47.174 ************ ok: [managed-node6] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Monday 12 May 2025 18:06:39 -0400 (0:00:00.264) 0:00:47.439 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Monday 12 May 2025 18:06:39 -0400 (0:00:00.228) 0:00:47.668 ************ ok: [managed-node6] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:30 Monday 12 May 2025 18:06:40 -0400 (0:00:00.217) 0:00:47.885 ************ ok: [managed-node6] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:34 Monday 12 May 2025 18:06:40 -0400 (0:00:00.229) 0:00:48.115 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:06:40 -0400 (0:00:00.397) 0:00:48.513 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:06:41 -0400 (0:00:00.437) 0:00:48.950 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:06:41 -0400 (0:00:00.261) 0:00:49.212 ************ skipping: [managed-node6] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node6] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node6] => (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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node6] => (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-LlA/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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:06:41 -0400 (0:00:00.396) 0:00:49.608 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:06:42 -0400 (0:00:00.223) 0:00:49.832 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:06:42 -0400 (0:00:00.231) 0:00:50.064 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:06:42 -0400 (0:00:00.128) 0:00:50.193 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:06:42 -0400 (0:00:00.176) 0:00:50.369 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:06:43 -0400 (0:00:00.545) 0:00:50.915 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:06:43 -0400 (0:00:00.237) 0:00:51.153 ************ ok: [managed-node6] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:06:43 -0400 (0:00:00.203) 0:00:51.356 ************ ok: [managed-node6] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:06:43 -0400 (0:00:00.176) 0:00:51.533 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:06:43 -0400 (0:00:00.195) 0:00:51.728 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:06:44 -0400 (0:00:00.151) 0:00:51.880 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:06:44 -0400 (0:00:00.212) 0:00:52.093 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:06:44 -0400 (0:00:00.216) 0:00:52.309 ************ ok: [managed-node6] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:06:44 -0400 (0:00:00.282) 0:00:52.591 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:06:44 -0400 (0:00:00.131) 0:00:52.723 ************ changed: [managed-node6] => { "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=029ffa73-e9ce-4b2a-beab-87321b656833", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=029ffa73-e9ce-4b2a-beab-87321b656833", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:06:50 -0400 (0:00:05.287) 0:00:58.010 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:06:50 -0400 (0:00:00.125) 0:00:58.136 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087113.087266, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1747087111.671255, "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": 1747087111.671255, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "3512927119", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:06:51 -0400 (0:00:00.952) 0:00:59.088 ************ ok: [managed-node6] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:06:54 -0400 (0:00:02.708) 0:01:01.796 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:06:54 -0400 (0:00:00.193) 0:01:01.989 ************ ok: [managed-node6] => { "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=029ffa73-e9ce-4b2a-beab-87321b656833", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=029ffa73-e9ce-4b2a-beab-87321b656833", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:06:54 -0400 (0:00:00.246) 0:01:02.235 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:06:54 -0400 (0:00:00.250) 0:01:02.486 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=029ffa73-e9ce-4b2a-beab-87321b656833", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:06:55 -0400 (0:00:00.332) 0:01:02.818 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:06:55 -0400 (0:00:00.157) 0:01:02.976 ************ ok: [managed-node6] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:06:59 -0400 (0:00:03.798) 0:01:06.774 ************ changed: [managed-node6] => (item={'src': 'UUID=029ffa73-e9ce-4b2a-beab-87321b656833', '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=029ffa73-e9ce-4b2a-beab-87321b656833", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=029ffa73-e9ce-4b2a-beab-87321b656833" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:07:01 -0400 (0:00:02.604) 0:01:09.379 ************ skipping: [managed-node6] => (item={'src': 'UUID=029ffa73-e9ce-4b2a-beab-87321b656833', '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=029ffa73-e9ce-4b2a-beab-87321b656833", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:07:01 -0400 (0:00:00.195) 0:01:09.575 ************ ok: [managed-node6] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:07:03 -0400 (0:00:01.800) 0:01:11.375 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087124.553354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747087117.6793013, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 41943237, "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": 1747087117.6773012, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1675113596", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:07:05 -0400 (0:00:01.554) 0:01:12.929 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:07:05 -0400 (0:00:00.209) 0:01:13.138 ************ ok: [managed-node6] TASK [Verify results] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:44 Monday 12 May 2025 18:07:07 -0400 (0:00:01.760) 0:01:14.899 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node6 TASK [Print out pool information] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:07:07 -0400 (0:00:00.701) 0:01:15.600 ************ skipping: [managed-node6] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:07:08 -0400 (0:00:00.244) 0:01:15.844 ************ ok: [managed-node6] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=029ffa73-e9ce-4b2a-beab-87321b656833", "_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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:07:08 -0400 (0:00:00.228) 0:01:16.072 ************ ok: [managed-node6] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "029ffa73-e9ce-4b2a-beab-87321b656833" }, "/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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:07:10 -0400 (0:00:01.858) 0:01:17.931 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002848", "end": "2025-05-12 18:07:11.943507", "rc": 0, "start": "2025-05-12 18:07:11.940659" } 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=029ffa73-e9ce-4b2a-beab-87321b656833 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:07:12 -0400 (0:00:02.081) 0:01:20.012 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002589", "end": "2025-05-12 18:07:13.343581", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:07:13.340992" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:07:13 -0400 (0:00:01.327) 0:01:21.340 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:07:13 -0400 (0:00:00.137) 0:01:21.478 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node6 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:07:13 -0400 (0:00:00.274) 0:01:21.753 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:07:14 -0400 (0:00:00.192) 0:01:21.945 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node6 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:07:14 -0400 (0:00:00.799) 0:01:22.745 ************ ok: [managed-node6] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:07:15 -0400 (0:00:00.149) 0:01:22.894 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:07:15 -0400 (0:00:00.228) 0:01:23.123 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:07:15 -0400 (0:00:00.183) 0:01:23.307 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:07:15 -0400 (0:00:00.204) 0:01:23.512 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:07:15 -0400 (0:00:00.171) 0:01:23.683 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:07:16 -0400 (0:00:00.185) 0:01:23.869 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:07:16 -0400 (0:00:00.213) 0:01:24.082 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002661", "end": "2025-05-12 18:07:17.340706", "rc": 0, "start": "2025-05-12 18:07:17.338045" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:07:17 -0400 (0:00:01.229) 0:01:25.312 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002632", "end": "2025-05-12 18:07:18.343869", "rc": 0, "start": "2025-05-12 18:07:18.341237" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:07:18 -0400 (0:00:01.029) 0:01:26.341 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:07:18 -0400 (0:00:00.251) 0:01:26.592 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:07:19 -0400 (0:00:00.182) 0:01:26.775 ************ ok: [managed-node6] => { "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=029ffa73-e9ce-4b2a-beab-87321b656833 " ], "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:07:19 -0400 (0:00:00.353) 0:01:27.128 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:07:19 -0400 (0:00:00.103) 0:01:27.232 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:07:19 -0400 (0:00:00.163) 0:01:27.395 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:07:19 -0400 (0:00:00.164) 0:01:27.559 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:07:19 -0400 (0:00:00.137) 0:01:27.697 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:07:20 -0400 (0:00:00.182) 0:01:27.879 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:07:20 -0400 (0:00:00.277) 0:01:28.156 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:07:20 -0400 (0:00:00.310) 0:01:28.466 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087609.9800913, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747087609.9650912, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36222, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747087609.9650912, "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:07:22 -0400 (0:00:01.335) 0:01:29.802 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:07:22 -0400 (0:00:00.311) 0:01:30.113 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:07:22 -0400 (0:00:00.236) 0:01:30.350 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:07:22 -0400 (0:00:00.236) 0:01:30.586 ************ ok: [managed-node6] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:07:23 -0400 (0:00:00.268) 0:01:30.855 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:07:23 -0400 (0:00:00.081) 0:01:30.936 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:07:23 -0400 (0:00:00.205) 0:01:31.142 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:07:23 -0400 (0:00:00.207) 0:01:31.349 ************ ok: [managed-node6] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:07:28 -0400 (0:00:04.477) 0:01:35.827 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:07:28 -0400 (0:00:00.252) 0:01:36.080 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:07:28 -0400 (0:00:00.214) 0:01:36.295 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:07:28 -0400 (0:00:00.253) 0:01:36.549 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:07:28 -0400 (0:00:00.131) 0:01:36.681 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:07:29 -0400 (0:00:00.239) 0:01:36.920 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:07:29 -0400 (0:00:00.163) 0:01:37.083 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:07:29 -0400 (0:00:00.126) 0:01:37.210 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:07:29 -0400 (0:00:00.201) 0:01:37.412 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:07:29 -0400 (0:00:00.207) 0:01:37.620 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:07:30 -0400 (0:00:00.208) 0:01:37.828 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:07:30 -0400 (0:00:00.245) 0:01:38.074 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:07:30 -0400 (0:00:00.252) 0:01:38.326 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:07:30 -0400 (0:00:00.195) 0:01:38.522 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:07:30 -0400 (0:00:00.120) 0:01:38.643 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:07:31 -0400 (0:00:00.171) 0:01:38.814 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:07:31 -0400 (0:00:00.137) 0:01:38.952 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:07:31 -0400 (0:00:00.229) 0:01:39.181 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:07:31 -0400 (0:00:00.132) 0:01:39.314 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:07:31 -0400 (0:00:00.203) 0:01:39.518 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:07:31 -0400 (0:00:00.170) 0:01:39.689 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:07:32 -0400 (0:00:00.159) 0:01:39.849 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:07:32 -0400 (0:00:00.266) 0:01:40.115 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:07:32 -0400 (0:00:00.229) 0:01:40.345 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:07:32 -0400 (0:00:00.144) 0:01:40.490 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:07:32 -0400 (0:00:00.177) 0:01:40.667 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:07:33 -0400 (0:00:00.166) 0:01:40.833 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:07:33 -0400 (0:00:00.181) 0:01:41.015 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:07:33 -0400 (0:00:00.124) 0:01:41.140 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:07:33 -0400 (0:00:00.196) 0:01:41.336 ************ skipping: [managed-node6] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:07:33 -0400 (0:00:00.219) 0:01:41.555 ************ skipping: [managed-node6] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:07:34 -0400 (0:00:00.230) 0:01:41.786 ************ skipping: [managed-node6] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:07:34 -0400 (0:00:00.160) 0:01:41.946 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:07:34 -0400 (0:00:00.173) 0:01:42.120 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:07:34 -0400 (0:00:00.152) 0:01:42.272 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:07:34 -0400 (0:00:00.154) 0:01:42.426 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:07:34 -0400 (0:00:00.154) 0:01:42.581 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:07:34 -0400 (0:00:00.148) 0:01:42.730 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:07:35 -0400 (0:00:00.124) 0:01:42.855 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:07:35 -0400 (0:00:00.160) 0:01:43.016 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:07:35 -0400 (0:00:00.134) 0:01:43.150 ************ skipping: [managed-node6] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:07:35 -0400 (0:00:00.137) 0:01:43.287 ************ skipping: [managed-node6] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:07:35 -0400 (0:00:00.111) 0:01:43.398 ************ skipping: [managed-node6] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:07:35 -0400 (0:00:00.064) 0:01:43.463 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:07:35 -0400 (0:00:00.095) 0:01:43.558 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:07:35 -0400 (0:00:00.133) 0:01:43.692 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:07:36 -0400 (0:00:00.151) 0:01:43.843 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:07:36 -0400 (0:00:00.122) 0:01:43.966 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:07:36 -0400 (0:00:00.168) 0:01:44.134 ************ ok: [managed-node6] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:07:36 -0400 (0:00:00.170) 0:01:44.305 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:07:36 -0400 (0:00:00.161) 0:01:44.467 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:07:36 -0400 (0:00:00.226) 0:01:44.694 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:07:37 -0400 (0:00:00.170) 0:01:44.865 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:07:37 -0400 (0:00:00.154) 0:01:45.019 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:07:37 -0400 (0:00:00.152) 0:01:45.171 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:07:37 -0400 (0:00:00.290) 0:01:45.462 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:07:37 -0400 (0:00:00.113) 0:01:45.575 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:07:37 -0400 (0:00:00.152) 0:01:45.728 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:07:38 -0400 (0:00:00.121) 0:01:45.850 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:07:38 -0400 (0:00:00.097) 0:01:45.947 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:47 Monday 12 May 2025 18:07:38 -0400 (0:00:00.132) 0:01:46.080 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node6 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Monday 12 May 2025 18:07:38 -0400 (0:00:00.286) 0:01:46.366 ************ ok: [managed-node6] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Monday 12 May 2025 18:07:43 -0400 (0:00:04.534) 0:01:50.901 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Monday 12 May 2025 18:07:44 -0400 (0:00:01.043) 0:01:51.945 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Monday 12 May 2025 18:07:44 -0400 (0:00:00.181) 0:01:52.126 ************ ok: [managed-node6] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Monday 12 May 2025 18:07:44 -0400 (0:00:00.160) 0:01:52.286 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Monday 12 May 2025 18:07:44 -0400 (0:00:00.189) 0:01:52.476 ************ ok: [managed-node6] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:54 Monday 12 May 2025 18:07:45 -0400 (0:00:00.286) 0:01:52.762 ************ ok: [managed-node6] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:58 Monday 12 May 2025 18:07:45 -0400 (0:00:00.160) 0:01:52.922 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:07:45 -0400 (0:00:00.427) 0:01:53.350 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:07:45 -0400 (0:00:00.261) 0:01:53.611 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:07:46 -0400 (0:00:00.210) 0:01:53.822 ************ skipping: [managed-node6] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node6] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node6] => (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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node6] => (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-LlA/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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:07:46 -0400 (0:00:00.339) 0:01:54.161 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:07:46 -0400 (0:00:00.240) 0:01:54.402 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:07:46 -0400 (0:00:00.134) 0:01:54.536 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:07:46 -0400 (0:00:00.096) 0:01:54.633 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:07:46 -0400 (0:00:00.115) 0:01:54.749 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:07:47 -0400 (0:00:00.394) 0:01:55.143 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:07:47 -0400 (0:00:00.138) 0:01:55.282 ************ ok: [managed-node6] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:07:47 -0400 (0:00:00.081) 0:01:55.364 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:07:47 -0400 (0:00:00.157) 0:01:55.522 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:07:47 -0400 (0:00:00.149) 0:01:55.671 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:07:48 -0400 (0:00:00.151) 0:01:55.823 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:07:48 -0400 (0:00:00.091) 0:01:55.914 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:07:48 -0400 (0:00:00.113) 0:01:56.028 ************ ok: [managed-node6] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:07:48 -0400 (0:00:00.162) 0:01:56.190 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:07:48 -0400 (0:00:00.135) 0:01:56.326 ************ changed: [managed-node6] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=478d8b57-77ce-4440-8c16-66219dcae4ac", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:07:56 -0400 (0:00:08.353) 0:02:04.680 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:07:57 -0400 (0:00:00.168) 0:02:04.848 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087623.1761932, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5c1843ad1f52e35152f8841bd33aa988d98ad2d2", "ctime": 1747087621.2731786, "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": 1747087621.2731786, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "3512927119", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:07:58 -0400 (0:00:00.989) 0:02:05.837 ************ ok: [managed-node6] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:07:59 -0400 (0:00:01.175) 0:02:07.013 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:07:59 -0400 (0:00:00.200) 0:02:07.214 ************ ok: [managed-node6] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=478d8b57-77ce-4440-8c16-66219dcae4ac", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:07:59 -0400 (0:00:00.140) 0:02:07.354 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:08:00 -0400 (0:00:00.485) 0:02:07.840 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=478d8b57-77ce-4440-8c16-66219dcae4ac", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:08:00 -0400 (0:00:00.170) 0:02:08.011 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:08:00 -0400 (0:00:00.168) 0:02:08.179 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:08:00 -0400 (0:00:00.216) 0:02:08.396 ************ TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:08:00 -0400 (0:00:00.115) 0:02:08.511 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:08:00 -0400 (0:00:00.149) 0:02:08.660 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:08:01 -0400 (0:00:00.188) 0:02:08.848 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087124.553354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747087117.6793013, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 41943237, "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": 1747087117.6773012, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1675113596", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:08:02 -0400 (0:00:01.189) 0:02:10.037 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:08:02 -0400 (0:00:00.056) 0:02:10.094 ************ ok: [managed-node6] TASK [Verify results] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:69 Monday 12 May 2025 18:08:03 -0400 (0:00:01.528) 0:02:11.623 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node6 TASK [Print out pool information] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:08:04 -0400 (0:00:00.203) 0:02:11.826 ************ skipping: [managed-node6] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:08:04 -0400 (0:00:00.097) 0:02:11.924 ************ ok: [managed-node6] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=478d8b57-77ce-4440-8c16-66219dcae4ac", "_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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:08:04 -0400 (0:00:00.099) 0:02:12.023 ************ ok: [managed-node6] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "029ffa73-e9ce-4b2a-beab-87321b656833" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "478d8b57-77ce-4440-8c16-66219dcae4ac" }, "/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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:08:05 -0400 (0:00:01.179) 0:02:13.203 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002632", "end": "2025-05-12 18:08:06.335626", "rc": 0, "start": "2025-05-12 18:08:06.332994" } 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=029ffa73-e9ce-4b2a-beab-87321b656833 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:08:06 -0400 (0:00:01.089) 0:02:14.293 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002583", "end": "2025-05-12 18:08:07.368498", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:08:07.365915" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:08:07 -0400 (0:00:01.107) 0:02:15.400 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:08:07 -0400 (0:00:00.141) 0:02:15.542 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node6 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:08:07 -0400 (0:00:00.215) 0:02:15.757 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:08:08 -0400 (0:00:00.136) 0:02:15.894 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node6 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:08:08 -0400 (0:00:00.726) 0:02:16.620 ************ ok: [managed-node6] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:08:08 -0400 (0:00:00.123) 0:02:16.743 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:08:09 -0400 (0:00:00.136) 0:02:16.879 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:08:09 -0400 (0:00:00.108) 0:02:16.988 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:08:09 -0400 (0:00:00.125) 0:02:17.113 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:08:09 -0400 (0:00:00.168) 0:02:17.281 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:08:09 -0400 (0:00:00.128) 0:02:17.410 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:08:09 -0400 (0:00:00.134) 0:02:17.544 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:08:09 -0400 (0:00:00.129) 0:02:17.674 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:08:10 -0400 (0:00:00.165) 0:02:17.839 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:08:10 -0400 (0:00:00.120) 0:02:17.959 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:08:10 -0400 (0:00:00.054) 0:02:18.014 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:08:10 -0400 (0:00:00.124) 0:02:18.139 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:08:10 -0400 (0:00:00.106) 0:02:18.245 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:08:10 -0400 (0:00:00.152) 0:02:18.398 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:08:10 -0400 (0:00:00.124) 0:02:18.522 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:08:10 -0400 (0:00:00.156) 0:02:18.679 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:08:11 -0400 (0:00:00.106) 0:02:18.786 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:08:11 -0400 (0:00:00.289) 0:02:19.076 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:08:11 -0400 (0:00:00.113) 0:02:19.190 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087676.6436062, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747087676.6436062, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36388, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747087676.6436062, "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:08:12 -0400 (0:00:00.989) 0:02:20.179 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:08:12 -0400 (0:00:00.234) 0:02:20.413 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:08:12 -0400 (0:00:00.228) 0:02:20.641 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:08:12 -0400 (0:00:00.081) 0:02:20.722 ************ ok: [managed-node6] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:08:13 -0400 (0:00:00.176) 0:02:20.899 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:08:13 -0400 (0:00:00.130) 0:02:21.030 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:08:13 -0400 (0:00:00.160) 0:02:21.190 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:08:13 -0400 (0:00:00.087) 0:02:21.278 ************ ok: [managed-node6] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:08:17 -0400 (0:00:03.639) 0:02:24.917 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:08:17 -0400 (0:00:00.209) 0:02:25.127 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:08:17 -0400 (0:00:00.096) 0:02:25.224 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:08:17 -0400 (0:00:00.204) 0:02:25.428 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:08:17 -0400 (0:00:00.136) 0:02:25.565 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:08:17 -0400 (0:00:00.146) 0:02:25.711 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:08:18 -0400 (0:00:00.148) 0:02:25.859 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:08:18 -0400 (0:00:00.186) 0:02:26.045 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:08:18 -0400 (0:00:00.152) 0:02:26.198 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:08:18 -0400 (0:00:00.227) 0:02:26.426 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:08:18 -0400 (0:00:00.156) 0:02:26.583 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:08:19 -0400 (0:00:00.182) 0:02:26.765 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:08:19 -0400 (0:00:00.154) 0:02:26.920 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:08:19 -0400 (0:00:00.120) 0:02:27.040 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:08:19 -0400 (0:00:00.119) 0:02:27.160 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:08:19 -0400 (0:00:00.096) 0:02:27.257 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:08:19 -0400 (0:00:00.143) 0:02:27.401 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:08:19 -0400 (0:00:00.082) 0:02:27.483 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:08:19 -0400 (0:00:00.113) 0:02:27.597 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:08:20 -0400 (0:00:00.191) 0:02:27.788 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:08:20 -0400 (0:00:00.142) 0:02:27.931 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:08:20 -0400 (0:00:00.111) 0:02:28.042 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:08:20 -0400 (0:00:00.145) 0:02:28.188 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:08:20 -0400 (0:00:00.147) 0:02:28.336 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:08:20 -0400 (0:00:00.231) 0:02:28.568 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:08:21 -0400 (0:00:00.201) 0:02:28.769 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:08:21 -0400 (0:00:00.221) 0:02:28.990 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:08:21 -0400 (0:00:00.273) 0:02:29.263 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:08:21 -0400 (0:00:00.165) 0:02:29.429 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:08:21 -0400 (0:00:00.231) 0:02:29.661 ************ skipping: [managed-node6] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:08:22 -0400 (0:00:00.188) 0:02:29.849 ************ skipping: [managed-node6] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:08:22 -0400 (0:00:00.161) 0:02:30.011 ************ skipping: [managed-node6] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:08:22 -0400 (0:00:00.264) 0:02:30.275 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:08:22 -0400 (0:00:00.254) 0:02:30.530 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:08:22 -0400 (0:00:00.192) 0:02:30.722 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:08:23 -0400 (0:00:00.183) 0:02:30.906 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:08:23 -0400 (0:00:00.177) 0:02:31.083 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:08:23 -0400 (0:00:00.145) 0:02:31.229 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:08:23 -0400 (0:00:00.112) 0:02:31.342 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:08:23 -0400 (0:00:00.194) 0:02:31.537 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:08:24 -0400 (0:00:00.231) 0:02:31.768 ************ skipping: [managed-node6] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:08:24 -0400 (0:00:00.272) 0:02:32.041 ************ skipping: [managed-node6] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:08:24 -0400 (0:00:00.220) 0:02:32.261 ************ skipping: [managed-node6] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:08:24 -0400 (0:00:00.135) 0:02:32.396 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:08:24 -0400 (0:00:00.192) 0:02:32.589 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:08:25 -0400 (0:00:00.209) 0:02:32.798 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:08:25 -0400 (0:00:00.188) 0:02:32.987 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:08:25 -0400 (0:00:00.204) 0:02:33.191 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:08:25 -0400 (0:00:00.468) 0:02:33.660 ************ ok: [managed-node6] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:08:26 -0400 (0:00:00.180) 0:02:33.840 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:08:26 -0400 (0:00:00.167) 0:02:34.007 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:08:26 -0400 (0:00:00.144) 0:02:34.152 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:08:26 -0400 (0:00:00.203) 0:02:34.356 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:08:26 -0400 (0:00:00.089) 0:02:34.445 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:08:26 -0400 (0:00:00.167) 0:02:34.613 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:08:27 -0400 (0:00:00.225) 0:02:34.838 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:08:27 -0400 (0:00:00.155) 0:02:34.993 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:08:27 -0400 (0:00:00.244) 0:02:35.238 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:08:27 -0400 (0:00:00.227) 0:02:35.465 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:08:27 -0400 (0:00:00.185) 0:02:35.650 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:72 Monday 12 May 2025 18:08:27 -0400 (0:00:00.091) 0:02:35.742 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:08:28 -0400 (0:00:00.381) 0:02:36.123 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:08:28 -0400 (0:00:00.223) 0:02:36.347 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:08:28 -0400 (0:00:00.097) 0:02:36.444 ************ skipping: [managed-node6] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node6] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node6] => (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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node6] => (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-LlA/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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:08:28 -0400 (0:00:00.213) 0:02:36.657 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:08:29 -0400 (0:00:00.165) 0:02:36.823 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:08:29 -0400 (0:00:00.074) 0:02:36.897 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:08:29 -0400 (0:00:00.086) 0:02:36.984 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:08:29 -0400 (0:00:00.102) 0:02:37.086 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:08:29 -0400 (0:00:00.332) 0:02:37.419 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:08:29 -0400 (0:00:00.195) 0:02:37.614 ************ ok: [managed-node6] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:08:30 -0400 (0:00:00.182) 0:02:37.797 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:08:30 -0400 (0:00:00.183) 0:02:37.981 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:08:30 -0400 (0:00:00.115) 0:02:38.097 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:08:30 -0400 (0:00:00.098) 0:02:38.196 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:08:30 -0400 (0:00:00.093) 0:02:38.289 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:08:30 -0400 (0:00:00.088) 0:02:38.377 ************ ok: [managed-node6] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:08:30 -0400 (0:00:00.095) 0:02:38.473 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:08:30 -0400 (0:00:00.069) 0:02:38.542 ************ changed: [managed-node6] => { "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=029ffa73-e9ce-4b2a-beab-87321b656833", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=a10d5168-8be1-41a8-8656-b67367ad05a9", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a10d5168-8be1-41a8-8656-b67367ad05a9", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:08:39 -0400 (0:00:08.279) 0:02:46.822 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:08:39 -0400 (0:00:00.195) 0:02:47.017 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087623.1761932, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5c1843ad1f52e35152f8841bd33aa988d98ad2d2", "ctime": 1747087621.2731786, "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": 1747087621.2731786, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "3512927119", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:08:40 -0400 (0:00:01.053) 0:02:48.071 ************ ok: [managed-node6] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:08:41 -0400 (0:00:01.090) 0:02:49.162 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:08:41 -0400 (0:00:00.174) 0:02:49.336 ************ ok: [managed-node6] => { "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=029ffa73-e9ce-4b2a-beab-87321b656833", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=a10d5168-8be1-41a8-8656-b67367ad05a9", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a10d5168-8be1-41a8-8656-b67367ad05a9", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:08:41 -0400 (0:00:00.168) 0:02:49.505 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:08:41 -0400 (0:00:00.207) 0:02:49.713 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a10d5168-8be1-41a8-8656-b67367ad05a9", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:08:42 -0400 (0:00:00.194) 0:02:49.907 ************ changed: [managed-node6] => (item={'src': 'UUID=029ffa73-e9ce-4b2a-beab-87321b656833', '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=029ffa73-e9ce-4b2a-beab-87321b656833", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=029ffa73-e9ce-4b2a-beab-87321b656833" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:08:43 -0400 (0:00:01.453) 0:02:51.361 ************ ok: [managed-node6] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:08:44 -0400 (0:00:01.395) 0:02:52.757 ************ changed: [managed-node6] => (item={'src': 'UUID=a10d5168-8be1-41a8-8656-b67367ad05a9', '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=a10d5168-8be1-41a8-8656-b67367ad05a9", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=a10d5168-8be1-41a8-8656-b67367ad05a9" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:08:46 -0400 (0:00:01.009) 0:02:53.766 ************ skipping: [managed-node6] => (item={'src': 'UUID=a10d5168-8be1-41a8-8656-b67367ad05a9', '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=a10d5168-8be1-41a8-8656-b67367ad05a9", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:08:46 -0400 (0:00:00.160) 0:02:53.927 ************ ok: [managed-node6] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:08:47 -0400 (0:00:01.279) 0:02:55.207 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087124.553354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747087117.6793013, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 41943237, "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": 1747087117.6773012, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1675113596", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:08:48 -0400 (0:00:00.696) 0:02:55.903 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:08:48 -0400 (0:00:00.095) 0:02:55.999 ************ ok: [managed-node6] TASK [Verify results] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:83 Monday 12 May 2025 18:08:49 -0400 (0:00:01.171) 0:02:57.170 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node6 TASK [Print out pool information] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:08:49 -0400 (0:00:00.223) 0:02:57.394 ************ skipping: [managed-node6] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:08:49 -0400 (0:00:00.165) 0:02:57.560 ************ ok: [managed-node6] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a10d5168-8be1-41a8-8656-b67367ad05a9", "_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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:08:49 -0400 (0:00:00.099) 0:02:57.659 ************ ok: [managed-node6] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "a10d5168-8be1-41a8-8656-b67367ad05a9" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "478d8b57-77ce-4440-8c16-66219dcae4ac" }, "/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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:08:50 -0400 (0:00:00.749) 0:02:58.409 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002799", "end": "2025-05-12 18:08:51.359517", "rc": 0, "start": "2025-05-12 18:08:51.356718" } 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=a10d5168-8be1-41a8-8656-b67367ad05a9 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:08:51 -0400 (0:00:00.949) 0:02:59.359 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.003750", "end": "2025-05-12 18:08:53.298963", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:08:52.295213" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:08:53 -0400 (0:00:01.865) 0:03:01.224 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:08:53 -0400 (0:00:00.121) 0:03:01.345 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node6 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:08:53 -0400 (0:00:00.266) 0:03:01.611 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:08:53 -0400 (0:00:00.122) 0:03:01.734 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node6 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:08:54 -0400 (0:00:00.416) 0:03:02.150 ************ ok: [managed-node6] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:08:54 -0400 (0:00:00.087) 0:03:02.238 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:08:54 -0400 (0:00:00.114) 0:03:02.352 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:08:54 -0400 (0:00:00.146) 0:03:02.499 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:08:54 -0400 (0:00:00.161) 0:03:02.661 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:08:55 -0400 (0:00:00.107) 0:03:02.769 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:08:55 -0400 (0:00:00.152) 0:03:02.921 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:08:55 -0400 (0:00:00.138) 0:03:03.059 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:08:55 -0400 (0:00:00.123) 0:03:03.182 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:08:55 -0400 (0:00:00.300) 0:03:03.483 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:08:55 -0400 (0:00:00.183) 0:03:03.666 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:08:56 -0400 (0:00:00.126) 0:03:03.793 ************ ok: [managed-node6] => { "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=a10d5168-8be1-41a8-8656-b67367ad05a9 " ], "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:08:56 -0400 (0:00:00.244) 0:03:04.038 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:08:56 -0400 (0:00:00.095) 0:03:04.134 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:08:56 -0400 (0:00:00.112) 0:03:04.247 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:08:56 -0400 (0:00:00.114) 0:03:04.361 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:08:56 -0400 (0:00:00.062) 0:03:04.423 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:08:56 -0400 (0:00:00.046) 0:03:04.470 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:08:56 -0400 (0:00:00.110) 0:03:04.580 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:08:56 -0400 (0:00:00.091) 0:03:04.672 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087718.8649323, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747087718.8649323, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36222, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747087718.8649323, "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:08:57 -0400 (0:00:00.692) 0:03:05.364 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:08:57 -0400 (0:00:00.120) 0:03:05.485 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:08:57 -0400 (0:00:00.126) 0:03:05.611 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:08:58 -0400 (0:00:00.213) 0:03:05.825 ************ ok: [managed-node6] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:08:58 -0400 (0:00:00.142) 0:03:05.968 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:08:58 -0400 (0:00:00.135) 0:03:06.103 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:08:58 -0400 (0:00:00.140) 0:03:06.243 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:08:58 -0400 (0:00:00.162) 0:03:06.406 ************ ok: [managed-node6] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:09:02 -0400 (0:00:03.629) 0:03:10.036 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:09:02 -0400 (0:00:00.118) 0:03:10.154 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:09:02 -0400 (0:00:00.155) 0:03:10.310 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:09:02 -0400 (0:00:00.245) 0:03:10.556 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:09:02 -0400 (0:00:00.104) 0:03:10.660 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:09:02 -0400 (0:00:00.070) 0:03:10.731 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:09:03 -0400 (0:00:00.066) 0:03:10.798 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:09:03 -0400 (0:00:00.125) 0:03:10.923 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:09:03 -0400 (0:00:00.118) 0:03:11.041 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:09:03 -0400 (0:00:00.140) 0:03:11.182 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:09:03 -0400 (0:00:00.107) 0:03:11.290 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:09:03 -0400 (0:00:00.090) 0:03:11.381 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:09:03 -0400 (0:00:00.108) 0:03:11.489 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:09:03 -0400 (0:00:00.171) 0:03:11.661 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:09:04 -0400 (0:00:00.126) 0:03:11.787 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:09:04 -0400 (0:00:00.149) 0:03:11.937 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:09:04 -0400 (0:00:00.032) 0:03:11.970 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:09:04 -0400 (0:00:00.104) 0:03:12.075 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:09:04 -0400 (0:00:00.070) 0:03:12.146 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:09:04 -0400 (0:00:00.046) 0:03:12.193 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:09:04 -0400 (0:00:00.039) 0:03:12.232 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:09:04 -0400 (0:00:00.047) 0:03:12.280 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:09:04 -0400 (0:00:00.107) 0:03:12.387 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:09:04 -0400 (0:00:00.106) 0:03:12.494 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:09:04 -0400 (0:00:00.072) 0:03:12.566 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:09:04 -0400 (0:00:00.045) 0:03:12.611 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:09:04 -0400 (0:00:00.082) 0:03:12.694 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:09:05 -0400 (0:00:00.102) 0:03:12.796 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:09:05 -0400 (0:00:00.090) 0:03:12.887 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:09:05 -0400 (0:00:00.155) 0:03:13.042 ************ skipping: [managed-node6] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:09:05 -0400 (0:00:00.154) 0:03:13.197 ************ skipping: [managed-node6] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:09:05 -0400 (0:00:00.164) 0:03:13.362 ************ skipping: [managed-node6] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:09:05 -0400 (0:00:00.201) 0:03:13.563 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:09:05 -0400 (0:00:00.120) 0:03:13.684 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:09:06 -0400 (0:00:00.184) 0:03:13.869 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:09:06 -0400 (0:00:00.191) 0:03:14.061 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:09:06 -0400 (0:00:00.179) 0:03:14.240 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:09:06 -0400 (0:00:00.125) 0:03:14.365 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:09:06 -0400 (0:00:00.104) 0:03:14.470 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:09:06 -0400 (0:00:00.160) 0:03:14.630 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:09:06 -0400 (0:00:00.118) 0:03:14.749 ************ skipping: [managed-node6] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:09:07 -0400 (0:00:00.128) 0:03:14.878 ************ skipping: [managed-node6] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:09:07 -0400 (0:00:00.096) 0:03:14.974 ************ skipping: [managed-node6] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:09:07 -0400 (0:00:00.237) 0:03:15.212 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:09:07 -0400 (0:00:00.107) 0:03:15.319 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:09:07 -0400 (0:00:00.257) 0:03:15.576 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:09:07 -0400 (0:00:00.124) 0:03:15.701 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:09:08 -0400 (0:00:00.110) 0:03:15.811 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:09:08 -0400 (0:00:00.099) 0:03:15.910 ************ ok: [managed-node6] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:09:08 -0400 (0:00:00.187) 0:03:16.098 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:09:08 -0400 (0:00:00.245) 0:03:16.344 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:09:08 -0400 (0:00:00.215) 0:03:16.559 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:09:09 -0400 (0:00:00.199) 0:03:16.759 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:09:09 -0400 (0:00:00.123) 0:03:16.882 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:09:09 -0400 (0:00:00.102) 0:03:16.985 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:09:09 -0400 (0:00:00.159) 0:03:17.145 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:09:09 -0400 (0:00:00.149) 0:03:17.294 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:09:09 -0400 (0:00:00.145) 0:03:17.440 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:09:09 -0400 (0:00:00.110) 0:03:17.550 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:09:09 -0400 (0:00:00.078) 0:03:17.629 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:86 Monday 12 May 2025 18:09:09 -0400 (0:00:00.087) 0:03:17.716 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:09:10 -0400 (0:00:00.291) 0:03:18.007 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:09:10 -0400 (0:00:00.234) 0:03:18.242 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:09:10 -0400 (0:00:00.141) 0:03:18.383 ************ skipping: [managed-node6] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node6] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node6] => (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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node6] => (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-LlA/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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:09:10 -0400 (0:00:00.300) 0:03:18.684 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:09:11 -0400 (0:00:00.076) 0:03:18.760 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:09:11 -0400 (0:00:00.067) 0:03:18.828 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:09:11 -0400 (0:00:00.055) 0:03:18.884 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:09:11 -0400 (0:00:00.034) 0:03:18.918 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:09:11 -0400 (0:00:00.094) 0:03:19.013 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:09:11 -0400 (0:00:00.042) 0:03:19.056 ************ ok: [managed-node6] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:09:11 -0400 (0:00:00.156) 0:03:19.212 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:09:11 -0400 (0:00:00.119) 0:03:19.331 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:09:11 -0400 (0:00:00.111) 0:03:19.443 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:09:11 -0400 (0:00:00.082) 0:03:19.525 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:09:11 -0400 (0:00:00.154) 0:03:19.680 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:09:12 -0400 (0:00:00.149) 0:03:19.830 ************ ok: [managed-node6] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:09:12 -0400 (0:00:00.146) 0:03:19.977 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:09:12 -0400 (0:00:00.080) 0:03:20.057 ************ ok: [managed-node6] => { "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=a10d5168-8be1-41a8-8656-b67367ad05a9", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a10d5168-8be1-41a8-8656-b67367ad05a9", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:09:16 -0400 (0:00:04.526) 0:03:24.583 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:09:16 -0400 (0:00:00.159) 0:03:24.743 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087725.7839856, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "542e571383fd37ab070f98ea196f6e0c45d7d828", "ctime": 1747087725.7809856, "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": 1747087725.7809856, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "3512927119", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:09:18 -0400 (0:00:01.024) 0:03:25.768 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:09:18 -0400 (0:00:00.196) 0:03:25.964 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:09:18 -0400 (0:00:00.067) 0:03:26.032 ************ ok: [managed-node6] => { "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=a10d5168-8be1-41a8-8656-b67367ad05a9", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a10d5168-8be1-41a8-8656-b67367ad05a9", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:09:18 -0400 (0:00:00.184) 0:03:26.216 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:09:18 -0400 (0:00:00.139) 0:03:26.356 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a10d5168-8be1-41a8-8656-b67367ad05a9", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:09:18 -0400 (0:00:00.124) 0:03:26.481 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:09:19 -0400 (0:00:00.363) 0:03:26.844 ************ ok: [managed-node6] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:09:20 -0400 (0:00:01.440) 0:03:28.284 ************ ok: [managed-node6] => (item={'src': 'UUID=a10d5168-8be1-41a8-8656-b67367ad05a9', '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=a10d5168-8be1-41a8-8656-b67367ad05a9", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=a10d5168-8be1-41a8-8656-b67367ad05a9" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:09:21 -0400 (0:00:00.895) 0:03:29.180 ************ skipping: [managed-node6] => (item={'src': 'UUID=a10d5168-8be1-41a8-8656-b67367ad05a9', '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=a10d5168-8be1-41a8-8656-b67367ad05a9", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:09:21 -0400 (0:00:00.169) 0:03:29.349 ************ ok: [managed-node6] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:09:22 -0400 (0:00:01.323) 0:03:30.672 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087124.553354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747087117.6793013, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 41943237, "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": 1747087117.6773012, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1675113596", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:09:23 -0400 (0:00:01.068) 0:03:31.741 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:09:24 -0400 (0:00:00.139) 0:03:31.880 ************ ok: [managed-node6] TASK [Verify results] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:97 Monday 12 May 2025 18:09:25 -0400 (0:00:01.440) 0:03:33.320 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node6 TASK [Print out pool information] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:09:25 -0400 (0:00:00.336) 0:03:33.657 ************ skipping: [managed-node6] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:09:26 -0400 (0:00:00.204) 0:03:33.862 ************ ok: [managed-node6] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=a10d5168-8be1-41a8-8656-b67367ad05a9", "_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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:09:26 -0400 (0:00:00.148) 0:03:34.011 ************ ok: [managed-node6] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "a10d5168-8be1-41a8-8656-b67367ad05a9" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "478d8b57-77ce-4440-8c16-66219dcae4ac" }, "/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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:09:27 -0400 (0:00:00.931) 0:03:34.942 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002956", "end": "2025-05-12 18:09:27.959646", "rc": 0, "start": "2025-05-12 18:09:27.956690" } 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=a10d5168-8be1-41a8-8656-b67367ad05a9 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:09:28 -0400 (0:00:00.925) 0:03:35.868 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.003756", "end": "2025-05-12 18:09:29.775527", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:09:28.771771" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:09:29 -0400 (0:00:01.845) 0:03:37.714 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:09:30 -0400 (0:00:00.108) 0:03:37.822 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node6 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:09:30 -0400 (0:00:00.401) 0:03:38.223 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:09:30 -0400 (0:00:00.267) 0:03:38.490 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node6 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:09:31 -0400 (0:00:00.730) 0:03:39.221 ************ ok: [managed-node6] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:09:31 -0400 (0:00:00.196) 0:03:39.418 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:09:31 -0400 (0:00:00.178) 0:03:39.597 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:09:31 -0400 (0:00:00.153) 0:03:39.751 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:09:32 -0400 (0:00:00.164) 0:03:39.915 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:09:32 -0400 (0:00:00.152) 0:03:40.068 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:09:32 -0400 (0:00:00.154) 0:03:40.222 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:09:32 -0400 (0:00:00.154) 0:03:40.376 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:09:32 -0400 (0:00:00.127) 0:03:40.504 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:09:32 -0400 (0:00:00.102) 0:03:40.606 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:09:32 -0400 (0:00:00.101) 0:03:40.708 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:09:33 -0400 (0:00:00.226) 0:03:40.935 ************ ok: [managed-node6] => { "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=a10d5168-8be1-41a8-8656-b67367ad05a9 " ], "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:09:33 -0400 (0:00:00.296) 0:03:41.231 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:09:33 -0400 (0:00:00.182) 0:03:41.413 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:09:33 -0400 (0:00:00.209) 0:03:41.623 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:09:34 -0400 (0:00:00.140) 0:03:41.763 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:09:34 -0400 (0:00:00.194) 0:03:41.958 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:09:34 -0400 (0:00:00.138) 0:03:42.096 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:09:34 -0400 (0:00:00.121) 0:03:42.217 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:09:34 -0400 (0:00:00.223) 0:03:42.440 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087718.8649323, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747087718.8649323, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36222, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747087718.8649323, "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:09:35 -0400 (0:00:00.782) 0:03:43.223 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:09:35 -0400 (0:00:00.162) 0:03:43.385 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:09:35 -0400 (0:00:00.188) 0:03:43.574 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:09:35 -0400 (0:00:00.179) 0:03:43.754 ************ ok: [managed-node6] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:09:36 -0400 (0:00:00.153) 0:03:43.907 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:09:36 -0400 (0:00:00.142) 0:03:44.049 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:09:36 -0400 (0:00:00.166) 0:03:44.216 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:09:36 -0400 (0:00:00.042) 0:03:44.259 ************ ok: [managed-node6] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:09:40 -0400 (0:00:03.744) 0:03:48.003 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:09:40 -0400 (0:00:00.143) 0:03:48.147 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:09:40 -0400 (0:00:00.189) 0:03:48.337 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:09:40 -0400 (0:00:00.136) 0:03:48.474 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:09:40 -0400 (0:00:00.069) 0:03:48.543 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:09:40 -0400 (0:00:00.193) 0:03:48.737 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:09:41 -0400 (0:00:00.177) 0:03:48.914 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:09:41 -0400 (0:00:00.172) 0:03:49.087 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:09:41 -0400 (0:00:00.094) 0:03:49.181 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:09:41 -0400 (0:00:00.123) 0:03:49.304 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:09:41 -0400 (0:00:00.110) 0:03:49.415 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:09:41 -0400 (0:00:00.160) 0:03:49.575 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:09:41 -0400 (0:00:00.146) 0:03:49.722 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:09:42 -0400 (0:00:00.072) 0:03:49.794 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:09:42 -0400 (0:00:00.159) 0:03:49.954 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:09:42 -0400 (0:00:00.136) 0:03:50.090 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:09:42 -0400 (0:00:00.180) 0:03:50.271 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:09:42 -0400 (0:00:00.143) 0:03:50.414 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:09:42 -0400 (0:00:00.120) 0:03:50.534 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:09:42 -0400 (0:00:00.080) 0:03:50.615 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:09:42 -0400 (0:00:00.120) 0:03:50.736 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:09:43 -0400 (0:00:00.168) 0:03:50.905 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:09:43 -0400 (0:00:00.159) 0:03:51.064 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:09:43 -0400 (0:00:00.071) 0:03:51.136 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:09:43 -0400 (0:00:00.095) 0:03:51.231 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:09:43 -0400 (0:00:00.197) 0:03:51.428 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:09:43 -0400 (0:00:00.180) 0:03:51.609 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:09:44 -0400 (0:00:00.208) 0:03:51.818 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:09:44 -0400 (0:00:00.226) 0:03:52.044 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:09:44 -0400 (0:00:00.189) 0:03:52.234 ************ skipping: [managed-node6] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:09:44 -0400 (0:00:00.130) 0:03:52.364 ************ skipping: [managed-node6] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:09:44 -0400 (0:00:00.125) 0:03:52.490 ************ skipping: [managed-node6] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:09:44 -0400 (0:00:00.170) 0:03:52.660 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:09:45 -0400 (0:00:00.139) 0:03:52.799 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:09:45 -0400 (0:00:00.159) 0:03:52.959 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:09:45 -0400 (0:00:00.106) 0:03:53.066 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:09:45 -0400 (0:00:00.096) 0:03:53.163 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:09:45 -0400 (0:00:00.132) 0:03:53.295 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:09:45 -0400 (0:00:00.101) 0:03:53.397 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:09:45 -0400 (0:00:00.155) 0:03:53.553 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:09:45 -0400 (0:00:00.139) 0:03:53.692 ************ skipping: [managed-node6] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:09:46 -0400 (0:00:00.092) 0:03:53.784 ************ skipping: [managed-node6] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:09:46 -0400 (0:00:00.079) 0:03:53.863 ************ skipping: [managed-node6] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:09:46 -0400 (0:00:00.093) 0:03:53.957 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:09:46 -0400 (0:00:00.100) 0:03:54.058 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:09:46 -0400 (0:00:00.150) 0:03:54.209 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:09:46 -0400 (0:00:00.118) 0:03:54.327 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:09:46 -0400 (0:00:00.240) 0:03:54.568 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:09:46 -0400 (0:00:00.115) 0:03:54.683 ************ ok: [managed-node6] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:09:47 -0400 (0:00:00.086) 0:03:54.769 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:09:47 -0400 (0:00:00.045) 0:03:54.815 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:09:47 -0400 (0:00:00.082) 0:03:54.898 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:09:47 -0400 (0:00:00.150) 0:03:55.048 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:09:47 -0400 (0:00:00.089) 0:03:55.137 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:09:47 -0400 (0:00:00.170) 0:03:55.308 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:09:47 -0400 (0:00:00.124) 0:03:55.432 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:09:47 -0400 (0:00:00.048) 0:03:55.480 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:09:47 -0400 (0:00:00.098) 0:03:55.578 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:09:48 -0400 (0:00:00.209) 0:03:55.788 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:09:48 -0400 (0:00:00.140) 0:03:55.928 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:100 Monday 12 May 2025 18:09:48 -0400 (0:00:00.188) 0:03:56.117 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:09:48 -0400 (0:00:00.410) 0:03:56.527 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:09:48 -0400 (0:00:00.229) 0:03:56.757 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:09:49 -0400 (0:00:00.063) 0:03:56.820 ************ skipping: [managed-node6] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node6] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node6] => (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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node6] => (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-LlA/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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:09:49 -0400 (0:00:00.117) 0:03:56.938 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:09:49 -0400 (0:00:00.164) 0:03:57.102 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:09:49 -0400 (0:00:00.091) 0:03:57.194 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:09:49 -0400 (0:00:00.135) 0:03:57.329 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:09:49 -0400 (0:00:00.148) 0:03:57.478 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:09:49 -0400 (0:00:00.273) 0:03:57.751 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:09:50 -0400 (0:00:00.082) 0:03:57.833 ************ ok: [managed-node6] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:09:50 -0400 (0:00:00.187) 0:03:58.021 ************ ok: [managed-node6] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:09:50 -0400 (0:00:00.189) 0:03:58.211 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:09:50 -0400 (0:00:00.204) 0:03:58.415 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:09:50 -0400 (0:00:00.222) 0:03:58.637 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:09:51 -0400 (0:00:00.141) 0:03:58.779 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:09:51 -0400 (0:00:00.140) 0:03:58.920 ************ ok: [managed-node6] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:09:51 -0400 (0:00:00.216) 0:03:59.136 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:09:51 -0400 (0:00:00.075) 0:03:59.211 ************ changed: [managed-node6] => { "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=a10d5168-8be1-41a8-8656-b67367ad05a9", "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=465a64f8-57c7-4755-b296-692a7b35c756", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=465a64f8-57c7-4755-b296-692a7b35c756", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:09:56 -0400 (0:00:04.768) 0:04:03.979 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:09:56 -0400 (0:00:00.109) 0:04:04.088 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087725.7839856, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "542e571383fd37ab070f98ea196f6e0c45d7d828", "ctime": 1747087725.7809856, "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": 1747087725.7809856, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "3512927119", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:09:57 -0400 (0:00:01.056) 0:04:05.145 ************ ok: [managed-node6] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:09:58 -0400 (0:00:00.986) 0:04:06.132 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:09:58 -0400 (0:00:00.126) 0:04:06.258 ************ ok: [managed-node6] => { "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=a10d5168-8be1-41a8-8656-b67367ad05a9", "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=465a64f8-57c7-4755-b296-692a7b35c756", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=465a64f8-57c7-4755-b296-692a7b35c756", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:09:58 -0400 (0:00:00.087) 0:04:06.346 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:09:58 -0400 (0:00:00.169) 0:04:06.516 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=465a64f8-57c7-4755-b296-692a7b35c756", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:09:58 -0400 (0:00:00.176) 0:04:06.692 ************ changed: [managed-node6] => (item={'src': 'UUID=a10d5168-8be1-41a8-8656-b67367ad05a9', '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=a10d5168-8be1-41a8-8656-b67367ad05a9", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=a10d5168-8be1-41a8-8656-b67367ad05a9" } ok: [managed-node6] => (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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:10:00 -0400 (0:00:01.980) 0:04:08.672 ************ ok: [managed-node6] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:10:01 -0400 (0:00:00.963) 0:04:09.636 ************ changed: [managed-node6] => (item={'src': 'UUID=465a64f8-57c7-4755-b296-692a7b35c756', '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=465a64f8-57c7-4755-b296-692a7b35c756", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=465a64f8-57c7-4755-b296-692a7b35c756" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:10:02 -0400 (0:00:00.791) 0:04:10.428 ************ skipping: [managed-node6] => (item={'src': 'UUID=465a64f8-57c7-4755-b296-692a7b35c756', '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=465a64f8-57c7-4755-b296-692a7b35c756", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:10:02 -0400 (0:00:00.131) 0:04:10.559 ************ ok: [managed-node6] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:10:03 -0400 (0:00:01.007) 0:04:11.567 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087124.553354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747087117.6793013, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 41943237, "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": 1747087117.6773012, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1675113596", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:10:04 -0400 (0:00:00.728) 0:04:12.295 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:10:04 -0400 (0:00:00.085) 0:04:12.381 ************ ok: [managed-node6] TASK [Verify results] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:110 Monday 12 May 2025 18:10:05 -0400 (0:00:01.188) 0:04:13.569 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node6 TASK [Print out pool information] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:10:06 -0400 (0:00:00.200) 0:04:13.769 ************ skipping: [managed-node6] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:10:06 -0400 (0:00:00.055) 0:04:13.825 ************ ok: [managed-node6] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=465a64f8-57c7-4755-b296-692a7b35c756", "_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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:10:06 -0400 (0:00:00.132) 0:04:13.958 ************ ok: [managed-node6] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "465a64f8-57c7-4755-b296-692a7b35c756" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "478d8b57-77ce-4440-8c16-66219dcae4ac" }, "/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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:10:06 -0400 (0:00:00.576) 0:04:14.534 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003015", "end": "2025-05-12 18:10:07.149069", "rc": 0, "start": "2025-05-12 18:10:07.146054" } 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=465a64f8-57c7-4755-b296-692a7b35c756 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:10:07 -0400 (0:00:00.447) 0:04:14.982 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.003752", "end": "2025-05-12 18:10:08.723399", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:10:07.719647" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:10:08 -0400 (0:00:01.671) 0:04:16.654 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:10:08 -0400 (0:00:00.096) 0:04:16.750 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node6 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:10:09 -0400 (0:00:00.170) 0:04:16.920 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:10:09 -0400 (0:00:00.043) 0:04:16.964 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node6 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:10:09 -0400 (0:00:00.229) 0:04:17.194 ************ ok: [managed-node6] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:10:09 -0400 (0:00:00.071) 0:04:17.266 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:10:09 -0400 (0:00:00.205) 0:04:17.471 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:10:09 -0400 (0:00:00.091) 0:04:17.563 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:10:09 -0400 (0:00:00.055) 0:04:17.618 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:10:09 -0400 (0:00:00.060) 0:04:17.679 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:10:10 -0400 (0:00:00.134) 0:04:17.813 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:10:10 -0400 (0:00:00.088) 0:04:17.902 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002653", "end": "2025-05-12 18:10:11.091671", "rc": 0, "start": "2025-05-12 18:10:11.089018" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:10:11 -0400 (0:00:01.137) 0:04:19.040 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002614", "end": "2025-05-12 18:10:12.145779", "rc": 0, "start": "2025-05-12 18:10:12.143165" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:10:12 -0400 (0:00:01.045) 0:04:20.085 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:10:12 -0400 (0:00:00.185) 0:04:20.270 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:10:12 -0400 (0:00:00.116) 0:04:20.387 ************ ok: [managed-node6] => { "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=465a64f8-57c7-4755-b296-692a7b35c756 " ], "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:10:12 -0400 (0:00:00.242) 0:04:20.629 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:10:12 -0400 (0:00:00.126) 0:04:20.755 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:10:13 -0400 (0:00:00.114) 0:04:20.869 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:10:13 -0400 (0:00:00.109) 0:04:20.979 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:10:13 -0400 (0:00:00.123) 0:04:21.102 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:10:13 -0400 (0:00:00.097) 0:04:21.200 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:10:13 -0400 (0:00:00.259) 0:04:21.460 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:10:13 -0400 (0:00:00.240) 0:04:21.700 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087795.956542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747087795.940542, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36222, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747087795.940542, "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:10:14 -0400 (0:00:00.908) 0:04:22.609 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:10:14 -0400 (0:00:00.145) 0:04:22.754 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:10:15 -0400 (0:00:00.168) 0:04:22.922 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:10:15 -0400 (0:00:00.146) 0:04:23.069 ************ ok: [managed-node6] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:10:15 -0400 (0:00:00.061) 0:04:23.131 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:10:15 -0400 (0:00:00.049) 0:04:23.180 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:10:15 -0400 (0:00:00.126) 0:04:23.307 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:10:15 -0400 (0:00:00.059) 0:04:23.367 ************ ok: [managed-node6] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:10:19 -0400 (0:00:03.844) 0:04:27.211 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:10:19 -0400 (0:00:00.093) 0:04:27.305 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:10:19 -0400 (0:00:00.080) 0:04:27.385 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:10:19 -0400 (0:00:00.162) 0:04:27.548 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:10:19 -0400 (0:00:00.103) 0:04:27.652 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:10:19 -0400 (0:00:00.097) 0:04:27.749 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:10:20 -0400 (0:00:00.082) 0:04:27.832 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:10:20 -0400 (0:00:00.072) 0:04:27.904 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:10:20 -0400 (0:00:00.057) 0:04:27.961 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:10:20 -0400 (0:00:00.048) 0:04:28.010 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:10:20 -0400 (0:00:00.065) 0:04:28.075 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:10:20 -0400 (0:00:00.065) 0:04:28.140 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:10:20 -0400 (0:00:00.039) 0:04:28.180 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:10:20 -0400 (0:00:00.062) 0:04:28.243 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:10:20 -0400 (0:00:00.031) 0:04:28.274 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:10:20 -0400 (0:00:00.033) 0:04:28.308 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:10:20 -0400 (0:00:00.035) 0:04:28.343 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:10:20 -0400 (0:00:00.042) 0:04:28.386 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:10:20 -0400 (0:00:00.066) 0:04:28.453 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:10:20 -0400 (0:00:00.176) 0:04:28.629 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:10:20 -0400 (0:00:00.115) 0:04:28.744 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:10:21 -0400 (0:00:00.140) 0:04:28.884 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:10:21 -0400 (0:00:00.073) 0:04:28.958 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:10:21 -0400 (0:00:00.135) 0:04:29.094 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:10:21 -0400 (0:00:00.130) 0:04:29.224 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:10:21 -0400 (0:00:00.042) 0:04:29.267 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:10:21 -0400 (0:00:00.034) 0:04:29.301 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:10:21 -0400 (0:00:00.068) 0:04:29.370 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:10:21 -0400 (0:00:00.042) 0:04:29.412 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:10:21 -0400 (0:00:00.083) 0:04:29.496 ************ skipping: [managed-node6] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:10:21 -0400 (0:00:00.111) 0:04:29.607 ************ skipping: [managed-node6] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:10:21 -0400 (0:00:00.036) 0:04:29.643 ************ skipping: [managed-node6] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:10:21 -0400 (0:00:00.046) 0:04:29.690 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:10:21 -0400 (0:00:00.037) 0:04:29.728 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:10:22 -0400 (0:00:00.042) 0:04:29.771 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:10:22 -0400 (0:00:00.029) 0:04:29.800 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:10:22 -0400 (0:00:00.033) 0:04:29.834 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:10:22 -0400 (0:00:00.035) 0:04:29.870 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:10:22 -0400 (0:00:00.023) 0:04:29.894 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:10:22 -0400 (0:00:00.028) 0:04:29.922 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:10:22 -0400 (0:00:00.046) 0:04:29.969 ************ skipping: [managed-node6] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:10:22 -0400 (0:00:00.060) 0:04:30.030 ************ skipping: [managed-node6] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:10:22 -0400 (0:00:00.066) 0:04:30.096 ************ skipping: [managed-node6] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:10:22 -0400 (0:00:00.152) 0:04:30.248 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:10:22 -0400 (0:00:00.035) 0:04:30.284 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:10:22 -0400 (0:00:00.033) 0:04:30.318 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:10:22 -0400 (0:00:00.064) 0:04:30.383 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:10:22 -0400 (0:00:00.031) 0:04:30.415 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:10:22 -0400 (0:00:00.085) 0:04:30.500 ************ ok: [managed-node6] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:10:22 -0400 (0:00:00.055) 0:04:30.555 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:10:22 -0400 (0:00:00.056) 0:04:30.612 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:10:22 -0400 (0:00:00.063) 0:04:30.675 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:10:22 -0400 (0:00:00.031) 0:04:30.707 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:10:22 -0400 (0:00:00.039) 0:04:30.746 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:10:23 -0400 (0:00:00.063) 0:04:30.809 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:10:23 -0400 (0:00:00.029) 0:04:30.839 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:10:23 -0400 (0:00:00.039) 0:04:30.879 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:10:23 -0400 (0:00:00.051) 0:04:30.931 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:10:23 -0400 (0:00:00.052) 0:04:30.983 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:10:23 -0400 (0:00:00.036) 0:04:31.019 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:113 Monday 12 May 2025 18:10:23 -0400 (0:00:00.056) 0:04:31.076 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:10:23 -0400 (0:00:00.129) 0:04:31.206 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:10:23 -0400 (0:00:00.097) 0:04:31.303 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:10:23 -0400 (0:00:00.029) 0:04:31.333 ************ skipping: [managed-node6] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node6] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node6] => (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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node6] => (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-LlA/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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:10:23 -0400 (0:00:00.098) 0:04:31.431 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:10:23 -0400 (0:00:00.038) 0:04:31.470 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:10:23 -0400 (0:00:00.053) 0:04:31.523 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:10:23 -0400 (0:00:00.077) 0:04:31.601 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:10:23 -0400 (0:00:00.089) 0:04:31.690 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:10:24 -0400 (0:00:00.144) 0:04:31.835 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:10:24 -0400 (0:00:00.057) 0:04:31.893 ************ ok: [managed-node6] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:10:24 -0400 (0:00:00.078) 0:04:31.972 ************ ok: [managed-node6] => { "storage_volumes": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:10:24 -0400 (0:00:00.096) 0:04:32.068 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:10:24 -0400 (0:00:00.073) 0:04:32.142 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:10:24 -0400 (0:00:00.098) 0:04:32.240 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:10:24 -0400 (0:00:00.120) 0:04:32.361 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:10:24 -0400 (0:00:00.099) 0:04:32.461 ************ ok: [managed-node6] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:10:24 -0400 (0:00:00.054) 0:04:32.515 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:10:24 -0400 (0:00:00.032) 0:04:32.547 ************ ok: [managed-node6] => { "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=465a64f8-57c7-4755-b296-692a7b35c756", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=465a64f8-57c7-4755-b296-692a7b35c756", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:10:29 -0400 (0:00:04.488) 0:04:37.036 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:10:29 -0400 (0:00:00.097) 0:04:37.133 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087803.5486023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a04e558f047d88329ee781745f2e048f0169a8c1", "ctime": 1747087802.5475943, "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": 1747087802.5475943, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "3512927119", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:10:30 -0400 (0:00:01.089) 0:04:38.223 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:10:30 -0400 (0:00:00.136) 0:04:38.360 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:10:30 -0400 (0:00:00.097) 0:04:38.457 ************ ok: [managed-node6] => { "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=465a64f8-57c7-4755-b296-692a7b35c756", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=465a64f8-57c7-4755-b296-692a7b35c756", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:10:30 -0400 (0:00:00.092) 0:04:38.550 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:10:30 -0400 (0:00:00.091) 0:04:38.641 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=465a64f8-57c7-4755-b296-692a7b35c756", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:10:30 -0400 (0:00:00.083) 0:04:38.724 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:10:31 -0400 (0:00:00.269) 0:04:38.993 ************ ok: [managed-node6] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:10:32 -0400 (0:00:01.052) 0:04:40.046 ************ ok: [managed-node6] => (item={'src': 'UUID=465a64f8-57c7-4755-b296-692a7b35c756', '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=465a64f8-57c7-4755-b296-692a7b35c756", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=465a64f8-57c7-4755-b296-692a7b35c756" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:10:33 -0400 (0:00:00.942) 0:04:40.988 ************ skipping: [managed-node6] => (item={'src': 'UUID=465a64f8-57c7-4755-b296-692a7b35c756', '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=465a64f8-57c7-4755-b296-692a7b35c756", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:10:33 -0400 (0:00:00.155) 0:04:41.144 ************ ok: [managed-node6] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:10:34 -0400 (0:00:01.285) 0:04:42.429 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087124.553354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747087117.6793013, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 41943237, "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": 1747087117.6773012, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1675113596", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:10:35 -0400 (0:00:00.822) 0:04:43.251 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:10:35 -0400 (0:00:00.107) 0:04:43.359 ************ ok: [managed-node6] TASK [Verify results] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:123 Monday 12 May 2025 18:10:36 -0400 (0:00:01.247) 0:04:44.607 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node6 TASK [Print out pool information] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:10:37 -0400 (0:00:00.196) 0:04:44.803 ************ skipping: [managed-node6] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:10:37 -0400 (0:00:00.059) 0:04:44.863 ************ ok: [managed-node6] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=465a64f8-57c7-4755-b296-692a7b35c756", "_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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:10:37 -0400 (0:00:00.057) 0:04:44.920 ************ ok: [managed-node6] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "465a64f8-57c7-4755-b296-692a7b35c756" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "478d8b57-77ce-4440-8c16-66219dcae4ac" }, "/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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:10:37 -0400 (0:00:00.687) 0:04:45.608 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002711", "end": "2025-05-12 18:10:38.565711", "rc": 0, "start": "2025-05-12 18:10:38.563000" } 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=465a64f8-57c7-4755-b296-692a7b35c756 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:10:38 -0400 (0:00:00.976) 0:04:46.584 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002662", "end": "2025-05-12 18:10:39.780352", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:10:39.777690" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:10:39 -0400 (0:00:01.099) 0:04:47.684 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:10:40 -0400 (0:00:00.102) 0:04:47.786 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node6 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:10:40 -0400 (0:00:00.266) 0:04:48.052 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:10:40 -0400 (0:00:00.167) 0:04:48.220 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node6 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:10:40 -0400 (0:00:00.495) 0:04:48.715 ************ ok: [managed-node6] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:10:41 -0400 (0:00:00.164) 0:04:48.879 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:10:41 -0400 (0:00:00.123) 0:04:49.002 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:10:41 -0400 (0:00:00.139) 0:04:49.142 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:10:41 -0400 (0:00:00.104) 0:04:49.246 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:10:41 -0400 (0:00:00.099) 0:04:49.346 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:10:41 -0400 (0:00:00.100) 0:04:49.446 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:10:41 -0400 (0:00:00.155) 0:04:49.602 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002760", "end": "2025-05-12 18:10:42.536534", "rc": 0, "start": "2025-05-12 18:10:42.533774" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:10:42 -0400 (0:00:00.956) 0:04:50.559 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002624", "end": "2025-05-12 18:10:43.710160", "rc": 0, "start": "2025-05-12 18:10:43.707536" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:10:44 -0400 (0:00:01.229) 0:04:51.788 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:10:44 -0400 (0:00:00.217) 0:04:52.006 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:10:44 -0400 (0:00:00.077) 0:04:52.083 ************ ok: [managed-node6] => { "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=465a64f8-57c7-4755-b296-692a7b35c756 " ], "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:10:44 -0400 (0:00:00.244) 0:04:52.328 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:10:44 -0400 (0:00:00.145) 0:04:52.474 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:10:44 -0400 (0:00:00.113) 0:04:52.587 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:10:44 -0400 (0:00:00.105) 0:04:52.693 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:10:45 -0400 (0:00:00.110) 0:04:52.804 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:10:45 -0400 (0:00:00.170) 0:04:52.974 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:10:45 -0400 (0:00:00.205) 0:04:53.180 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:10:45 -0400 (0:00:00.241) 0:04:53.422 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087795.956542, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747087795.940542, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36222, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747087795.940542, "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:10:46 -0400 (0:00:01.134) 0:04:54.556 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:10:46 -0400 (0:00:00.157) 0:04:54.714 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:10:47 -0400 (0:00:00.214) 0:04:54.928 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:10:47 -0400 (0:00:00.181) 0:04:55.110 ************ ok: [managed-node6] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:10:47 -0400 (0:00:00.140) 0:04:55.250 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:10:47 -0400 (0:00:00.166) 0:04:55.417 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:10:47 -0400 (0:00:00.215) 0:04:55.633 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:10:48 -0400 (0:00:00.144) 0:04:55.777 ************ ok: [managed-node6] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:10:51 -0400 (0:00:03.548) 0:04:59.325 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:10:51 -0400 (0:00:00.130) 0:04:59.456 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:10:51 -0400 (0:00:00.136) 0:04:59.592 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:10:52 -0400 (0:00:00.283) 0:04:59.875 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:10:52 -0400 (0:00:00.147) 0:05:00.023 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:10:52 -0400 (0:00:00.106) 0:05:00.130 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:10:52 -0400 (0:00:00.098) 0:05:00.229 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:10:52 -0400 (0:00:00.167) 0:05:00.396 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:10:52 -0400 (0:00:00.107) 0:05:00.504 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:10:52 -0400 (0:00:00.160) 0:05:00.664 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:10:53 -0400 (0:00:00.156) 0:05:00.820 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:10:53 -0400 (0:00:00.086) 0:05:00.907 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:10:53 -0400 (0:00:00.183) 0:05:01.090 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:10:53 -0400 (0:00:00.186) 0:05:01.276 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:10:53 -0400 (0:00:00.108) 0:05:01.385 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:10:53 -0400 (0:00:00.155) 0:05:01.541 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:10:53 -0400 (0:00:00.144) 0:05:01.685 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:10:54 -0400 (0:00:00.219) 0:05:01.905 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:10:54 -0400 (0:00:00.087) 0:05:01.992 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:10:54 -0400 (0:00:00.163) 0:05:02.155 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:10:54 -0400 (0:00:00.143) 0:05:02.299 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:10:54 -0400 (0:00:00.149) 0:05:02.448 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:10:54 -0400 (0:00:00.118) 0:05:02.566 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:10:54 -0400 (0:00:00.172) 0:05:02.739 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:10:55 -0400 (0:00:00.151) 0:05:02.890 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:10:55 -0400 (0:00:00.076) 0:05:02.966 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:10:55 -0400 (0:00:00.080) 0:05:03.047 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:10:55 -0400 (0:00:00.124) 0:05:03.172 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:10:55 -0400 (0:00:00.259) 0:05:03.431 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:10:55 -0400 (0:00:00.159) 0:05:03.591 ************ skipping: [managed-node6] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:10:55 -0400 (0:00:00.164) 0:05:03.756 ************ skipping: [managed-node6] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:10:56 -0400 (0:00:00.152) 0:05:03.908 ************ skipping: [managed-node6] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:10:56 -0400 (0:00:00.132) 0:05:04.041 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:10:56 -0400 (0:00:00.161) 0:05:04.202 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:10:56 -0400 (0:00:00.146) 0:05:04.349 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:10:56 -0400 (0:00:00.133) 0:05:04.482 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:10:56 -0400 (0:00:00.147) 0:05:04.630 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:10:57 -0400 (0:00:00.142) 0:05:04.772 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:10:57 -0400 (0:00:00.234) 0:05:05.007 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:10:57 -0400 (0:00:00.111) 0:05:05.118 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:10:57 -0400 (0:00:00.151) 0:05:05.269 ************ skipping: [managed-node6] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:10:57 -0400 (0:00:00.188) 0:05:05.458 ************ skipping: [managed-node6] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:10:57 -0400 (0:00:00.156) 0:05:05.615 ************ skipping: [managed-node6] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:10:57 -0400 (0:00:00.124) 0:05:05.739 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:10:58 -0400 (0:00:00.106) 0:05:05.846 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:10:58 -0400 (0:00:00.201) 0:05:06.048 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:10:58 -0400 (0:00:00.109) 0:05:06.157 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:10:58 -0400 (0:00:00.135) 0:05:06.292 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:10:58 -0400 (0:00:00.122) 0:05:06.414 ************ ok: [managed-node6] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:10:58 -0400 (0:00:00.091) 0:05:06.506 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:10:58 -0400 (0:00:00.193) 0:05:06.699 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:10:59 -0400 (0:00:00.157) 0:05:06.857 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:10:59 -0400 (0:00:00.109) 0:05:06.966 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:10:59 -0400 (0:00:00.056) 0:05:07.023 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:10:59 -0400 (0:00:00.116) 0:05:07.139 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:10:59 -0400 (0:00:00.108) 0:05:07.248 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:10:59 -0400 (0:00:00.127) 0:05:07.375 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:10:59 -0400 (0:00:00.173) 0:05:07.549 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:10:59 -0400 (0:00:00.109) 0:05:07.659 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:10:59 -0400 (0:00:00.091) 0:05:07.751 ************ ok: [managed-node6] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:126 Monday 12 May 2025 18:11:00 -0400 (0:00:00.128) 0:05:07.879 ************ TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Monday 12 May 2025 18:11:00 -0400 (0:00:00.565) 0:05:08.444 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Monday 12 May 2025 18:11:00 -0400 (0:00:00.276) 0:05:08.721 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Monday 12 May 2025 18:11:01 -0400 (0:00:00.174) 0:05:08.895 ************ skipping: [managed-node6] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node6] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node6] => (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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node6] => (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-LlA/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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Monday 12 May 2025 18:11:01 -0400 (0:00:00.208) 0:05:09.104 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Monday 12 May 2025 18:11:01 -0400 (0:00:00.172) 0:05:09.276 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Monday 12 May 2025 18:11:01 -0400 (0:00:00.133) 0:05:09.410 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Monday 12 May 2025 18:11:01 -0400 (0:00:00.102) 0:05:09.512 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Monday 12 May 2025 18:11:01 -0400 (0:00:00.117) 0:05:09.629 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node6 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Monday 12 May 2025 18:11:02 -0400 (0:00:00.198) 0:05:09.828 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Monday 12 May 2025 18:11:02 -0400 (0:00:00.157) 0:05:09.986 ************ ok: [managed-node6] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Monday 12 May 2025 18:11:02 -0400 (0:00:00.181) 0:05:10.167 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Monday 12 May 2025 18:11:02 -0400 (0:00:00.199) 0:05:10.367 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Monday 12 May 2025 18:11:02 -0400 (0:00:00.141) 0:05:10.508 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Monday 12 May 2025 18:11:02 -0400 (0:00:00.100) 0:05:10.608 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Monday 12 May 2025 18:11:03 -0400 (0:00:00.182) 0:05:10.791 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Monday 12 May 2025 18:11:03 -0400 (0:00:00.200) 0:05:10.991 ************ ok: [managed-node6] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Monday 12 May 2025 18:11:03 -0400 (0:00:00.282) 0:05:11.273 ************ TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Monday 12 May 2025 18:11:03 -0400 (0:00:00.054) 0:05:11.328 ************ changed: [managed-node6] => { "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=465a64f8-57c7-4755-b296-692a7b35c756", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=465a64f8-57c7-4755-b296-692a7b35c756", "_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=478d8b57-77ce-4440-8c16-66219dcae4ac", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Monday 12 May 2025 18:11:08 -0400 (0:00:04.999) 0:05:16.328 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Monday 12 May 2025 18:11:08 -0400 (0:00:00.158) 0:05:16.486 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087803.5486023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a04e558f047d88329ee781745f2e048f0169a8c1", "ctime": 1747087802.5475943, "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": 1747087802.5475943, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1408, "uid": 0, "version": "3512927119", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Monday 12 May 2025 18:11:09 -0400 (0:00:00.890) 0:05:17.376 ************ ok: [managed-node6] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Monday 12 May 2025 18:11:10 -0400 (0:00:00.710) 0:05:18.087 ************ TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Monday 12 May 2025 18:11:10 -0400 (0:00:00.114) 0:05:18.201 ************ ok: [managed-node6] => { "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=465a64f8-57c7-4755-b296-692a7b35c756", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=465a64f8-57c7-4755-b296-692a7b35c756", "_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=478d8b57-77ce-4440-8c16-66219dcae4ac", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Monday 12 May 2025 18:11:10 -0400 (0:00:00.476) 0:05:18.678 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Monday 12 May 2025 18:11:11 -0400 (0:00:00.136) 0:05:18.814 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=465a64f8-57c7-4755-b296-692a7b35c756", "_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=478d8b57-77ce-4440-8c16-66219dcae4ac", "_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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Monday 12 May 2025 18:11:11 -0400 (0:00:00.134) 0:05:18.949 ************ changed: [managed-node6] => (item={'src': 'UUID=465a64f8-57c7-4755-b296-692a7b35c756', '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=465a64f8-57c7-4755-b296-692a7b35c756", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=465a64f8-57c7-4755-b296-692a7b35c756" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Monday 12 May 2025 18:11:12 -0400 (0:00:00.845) 0:05:19.794 ************ ok: [managed-node6] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Monday 12 May 2025 18:11:13 -0400 (0:00:01.371) 0:05:21.165 ************ TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Monday 12 May 2025 18:11:13 -0400 (0:00:00.106) 0:05:21.272 ************ TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Monday 12 May 2025 18:11:13 -0400 (0:00:00.101) 0:05:21.374 ************ ok: [managed-node6] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Monday 12 May 2025 18:11:14 -0400 (0:00:01.238) 0:05:22.612 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087124.553354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1747087117.6793013, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 41943237, "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": 1747087117.6773012, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1675113596", "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-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Monday 12 May 2025 18:11:15 -0400 (0:00:01.047) 0:05:23.660 ************ TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Monday 12 May 2025 18:11:16 -0400 (0:00:00.122) 0:05:23.782 ************ ok: [managed-node6] TASK [Verify results] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:142 Monday 12 May 2025 18:11:17 -0400 (0:00:01.180) 0:05:24.963 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node6 TASK [Print out pool information] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Monday 12 May 2025 18:11:17 -0400 (0:00:00.322) 0:05:25.285 ************ skipping: [managed-node6] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Monday 12 May 2025 18:11:17 -0400 (0:00:00.070) 0:05:25.356 ************ ok: [managed-node6] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=465a64f8-57c7-4755-b296-692a7b35c756", "_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=478d8b57-77ce-4440-8c16-66219dcae4ac", "_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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Monday 12 May 2025 18:11:17 -0400 (0:00:00.128) 0:05:25.484 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Monday 12 May 2025 18:11:18 -0400 (0:00:00.758) 0:05:26.242 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003351", "end": "2025-05-12 18:11:19.117439", "rc": 0, "start": "2025-05-12 18:11:19.114088" } 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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Monday 12 May 2025 18:11:19 -0400 (0:00:00.808) 0:05:27.051 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002648", "end": "2025-05-12 18:11:19.743934", "failed_when_result": false, "rc": 0, "start": "2025-05-12 18:11:19.741286" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Monday 12 May 2025 18:11:19 -0400 (0:00:00.588) 0:05:27.640 ************ TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Monday 12 May 2025 18:11:19 -0400 (0:00:00.071) 0:05:27.712 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node6 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:11:20 -0400 (0:00:00.232) 0:05:27.945 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:11:20 -0400 (0:00:00.109) 0:05:28.054 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node6 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:11:20 -0400 (0:00:00.196) 0:05:28.250 ************ ok: [managed-node6] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:11:20 -0400 (0:00:00.083) 0:05:28.333 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:11:20 -0400 (0:00:00.095) 0:05:28.429 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:11:20 -0400 (0:00:00.106) 0:05:28.535 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:11:20 -0400 (0:00:00.111) 0:05:28.647 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:11:20 -0400 (0:00:00.086) 0:05:28.734 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:11:21 -0400 (0:00:00.096) 0:05:28.830 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:11:21 -0400 (0:00:00.097) 0:05:28.928 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002591", "end": "2025-05-12 18:11:21.680076", "rc": 0, "start": "2025-05-12 18:11:21.677485" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:11:21 -0400 (0:00:00.652) 0:05:29.580 ************ ok: [managed-node6] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002674", "end": "2025-05-12 18:11:22.448731", "rc": 0, "start": "2025-05-12 18:11:22.446057" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:11:22 -0400 (0:00:00.741) 0:05:30.321 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:11:22 -0400 (0:00:00.331) 0:05:30.653 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:11:23 -0400 (0:00:00.142) 0:05:30.795 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:11:23 -0400 (0:00:00.234) 0:05:31.030 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:11:23 -0400 (0:00:00.146) 0:05:31.177 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:11:23 -0400 (0:00:00.086) 0:05:31.263 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:11:23 -0400 (0:00:00.120) 0:05:31.384 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:11:23 -0400 (0:00:00.139) 0:05:31.523 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:11:23 -0400 (0:00:00.084) 0:05:31.608 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:11:23 -0400 (0:00:00.116) 0:05:31.725 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:11:24 -0400 (0:00:00.096) 0:05:31.821 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087868.3501172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747087868.3501172, "dev": 6, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36222, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747087868.3501172, "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:11:24 -0400 (0:00:00.725) 0:05:32.547 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:11:24 -0400 (0:00:00.107) 0:05:32.654 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:11:24 -0400 (0:00:00.099) 0:05:32.754 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:11:25 -0400 (0:00:00.082) 0:05:32.837 ************ ok: [managed-node6] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:11:25 -0400 (0:00:00.068) 0:05:32.905 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:11:25 -0400 (0:00:00.031) 0:05:32.937 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:11:25 -0400 (0:00:00.063) 0:05:33.001 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:11:25 -0400 (0:00:00.039) 0:05:33.040 ************ ok: [managed-node6] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:11:28 -0400 (0:00:03.329) 0:05:36.370 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:11:28 -0400 (0:00:00.094) 0:05:36.465 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:11:28 -0400 (0:00:00.091) 0:05:36.556 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:11:28 -0400 (0:00:00.078) 0:05:36.635 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:11:28 -0400 (0:00:00.081) 0:05:36.716 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:11:29 -0400 (0:00:00.113) 0:05:36.830 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:11:29 -0400 (0:00:00.087) 0:05:36.917 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:11:29 -0400 (0:00:00.079) 0:05:36.997 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:11:29 -0400 (0:00:00.082) 0:05:37.080 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:11:29 -0400 (0:00:00.098) 0:05:37.179 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:11:29 -0400 (0:00:00.076) 0:05:37.255 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:11:29 -0400 (0:00:00.077) 0:05:37.333 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:11:29 -0400 (0:00:00.034) 0:05:37.367 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:11:29 -0400 (0:00:00.053) 0:05:37.420 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:11:29 -0400 (0:00:00.055) 0:05:37.475 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:11:29 -0400 (0:00:00.056) 0:05:37.532 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:11:29 -0400 (0:00:00.053) 0:05:37.585 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:11:29 -0400 (0:00:00.032) 0:05:37.618 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:11:29 -0400 (0:00:00.040) 0:05:37.658 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:11:29 -0400 (0:00:00.035) 0:05:37.694 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:11:29 -0400 (0:00:00.057) 0:05:37.751 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:11:30 -0400 (0:00:00.063) 0:05:37.815 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:11:30 -0400 (0:00:00.091) 0:05:37.906 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:11:30 -0400 (0:00:00.060) 0:05:37.967 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:11:30 -0400 (0:00:00.056) 0:05:38.024 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:11:30 -0400 (0:00:00.066) 0:05:38.090 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:11:30 -0400 (0:00:00.048) 0:05:38.138 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:11:30 -0400 (0:00:00.040) 0:05:38.179 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:11:30 -0400 (0:00:00.060) 0:05:38.239 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:11:30 -0400 (0:00:00.054) 0:05:38.293 ************ skipping: [managed-node6] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:11:30 -0400 (0:00:00.049) 0:05:38.343 ************ skipping: [managed-node6] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:11:30 -0400 (0:00:00.045) 0:05:38.388 ************ skipping: [managed-node6] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:11:30 -0400 (0:00:00.035) 0:05:38.425 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:11:30 -0400 (0:00:00.056) 0:05:38.481 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:11:30 -0400 (0:00:00.094) 0:05:38.575 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:11:30 -0400 (0:00:00.069) 0:05:38.644 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:11:30 -0400 (0:00:00.070) 0:05:38.714 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:11:31 -0400 (0:00:00.084) 0:05:38.798 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:11:31 -0400 (0:00:00.193) 0:05:38.992 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:11:31 -0400 (0:00:00.044) 0:05:39.036 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:11:31 -0400 (0:00:00.069) 0:05:39.106 ************ skipping: [managed-node6] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:11:31 -0400 (0:00:00.056) 0:05:39.162 ************ skipping: [managed-node6] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:11:31 -0400 (0:00:00.049) 0:05:39.211 ************ skipping: [managed-node6] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:11:31 -0400 (0:00:00.042) 0:05:39.254 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:11:31 -0400 (0:00:00.052) 0:05:39.306 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:11:31 -0400 (0:00:00.037) 0:05:39.344 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:11:31 -0400 (0:00:00.042) 0:05:39.386 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:11:31 -0400 (0:00:00.051) 0:05:39.438 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:11:31 -0400 (0:00:00.033) 0:05:39.471 ************ ok: [managed-node6] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:11:31 -0400 (0:00:00.056) 0:05:39.528 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:11:31 -0400 (0:00:00.086) 0:05:39.615 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:11:31 -0400 (0:00:00.086) 0:05:39.701 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:11:32 -0400 (0:00:00.067) 0:05:39.769 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:11:32 -0400 (0:00:00.043) 0:05:39.812 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:11:32 -0400 (0:00:00.074) 0:05:39.887 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:11:32 -0400 (0:00:00.035) 0:05:39.922 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:11:32 -0400 (0:00:00.052) 0:05:39.974 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:11:32 -0400 (0:00:00.048) 0:05:40.023 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:11:32 -0400 (0:00:00.046) 0:05:40.069 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Monday 12 May 2025 18:11:32 -0400 (0:00:00.035) 0:05:40.105 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Monday 12 May 2025 18:11:32 -0400 (0:00:00.067) 0:05:40.173 ************ included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node6 included: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node6 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Monday 12 May 2025 18:11:32 -0400 (0:00:00.200) 0:05:40.373 ************ ok: [managed-node6] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Monday 12 May 2025 18:11:32 -0400 (0:00:00.044) 0:05:40.417 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Monday 12 May 2025 18:11:32 -0400 (0:00:00.062) 0:05:40.480 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Monday 12 May 2025 18:11:32 -0400 (0:00:00.043) 0:05:40.524 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Monday 12 May 2025 18:11:32 -0400 (0:00:00.030) 0:05:40.554 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Monday 12 May 2025 18:11:32 -0400 (0:00:00.033) 0:05:40.588 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Monday 12 May 2025 18:11:32 -0400 (0:00:00.031) 0:05:40.619 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Monday 12 May 2025 18:11:32 -0400 (0:00:00.054) 0:05:40.674 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Monday 12 May 2025 18:11:32 -0400 (0:00:00.032) 0:05:40.707 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Monday 12 May 2025 18:11:32 -0400 (0:00:00.038) 0:05:40.745 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Monday 12 May 2025 18:11:33 -0400 (0:00:00.029) 0:05:40.774 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Monday 12 May 2025 18:11:33 -0400 (0:00:00.023) 0:05:40.798 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Monday 12 May 2025 18:11:33 -0400 (0:00:00.053) 0:05:40.851 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Monday 12 May 2025 18:11:33 -0400 (0:00:00.028) 0:05:40.880 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Monday 12 May 2025 18:11:33 -0400 (0:00:00.031) 0:05:40.911 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Monday 12 May 2025 18:11:33 -0400 (0:00:00.029) 0:05:40.941 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Monday 12 May 2025 18:11:33 -0400 (0:00:00.043) 0:05:40.985 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Monday 12 May 2025 18:11:33 -0400 (0:00:00.032) 0:05:41.018 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Monday 12 May 2025 18:11:33 -0400 (0:00:00.043) 0:05:41.061 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Monday 12 May 2025 18:11:33 -0400 (0:00:00.043) 0:05:41.105 ************ ok: [managed-node6] => { "changed": false, "stat": { "atime": 1747087868.3061168, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1747087868.3061168, "dev": 6, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36388, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1747087868.3061168, "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Monday 12 May 2025 18:11:33 -0400 (0:00:00.563) 0:05:41.668 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Monday 12 May 2025 18:11:33 -0400 (0:00:00.054) 0:05:41.722 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Monday 12 May 2025 18:11:33 -0400 (0:00:00.033) 0:05:41.756 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Monday 12 May 2025 18:11:34 -0400 (0:00:00.033) 0:05:41.789 ************ ok: [managed-node6] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Monday 12 May 2025 18:11:34 -0400 (0:00:00.039) 0:05:41.828 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Monday 12 May 2025 18:11:34 -0400 (0:00:00.035) 0:05:41.863 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Monday 12 May 2025 18:11:34 -0400 (0:00:00.052) 0:05:41.916 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Monday 12 May 2025 18:11:34 -0400 (0:00:00.032) 0:05:41.948 ************ ok: [managed-node6] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Monday 12 May 2025 18:11:37 -0400 (0:00:02.996) 0:05:44.944 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Monday 12 May 2025 18:11:37 -0400 (0:00:00.072) 0:05:45.017 ************ skipping: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Monday 12 May 2025 18:11:37 -0400 (0:00:00.046) 0:05:45.063 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Monday 12 May 2025 18:11:37 -0400 (0:00:00.070) 0:05:45.134 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Monday 12 May 2025 18:11:37 -0400 (0:00:00.036) 0:05:45.170 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Monday 12 May 2025 18:11:37 -0400 (0:00:00.036) 0:05:45.206 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Monday 12 May 2025 18:11:37 -0400 (0:00:00.068) 0:05:45.275 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Monday 12 May 2025 18:11:37 -0400 (0:00:00.048) 0:05:45.324 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Monday 12 May 2025 18:11:37 -0400 (0:00:00.043) 0:05:45.367 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Monday 12 May 2025 18:11:37 -0400 (0:00:00.042) 0:05:45.409 ************ ok: [managed-node6] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Monday 12 May 2025 18:11:37 -0400 (0:00:00.049) 0:05:45.459 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Monday 12 May 2025 18:11:37 -0400 (0:00:00.027) 0:05:45.487 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Monday 12 May 2025 18:11:37 -0400 (0:00:00.033) 0:05:45.521 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Monday 12 May 2025 18:11:37 -0400 (0:00:00.031) 0:05:45.552 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Monday 12 May 2025 18:11:37 -0400 (0:00:00.030) 0:05:45.583 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Monday 12 May 2025 18:11:37 -0400 (0:00:00.042) 0:05:45.625 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Monday 12 May 2025 18:11:37 -0400 (0:00:00.050) 0:05:45.675 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Monday 12 May 2025 18:11:37 -0400 (0:00:00.038) 0:05:45.714 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Monday 12 May 2025 18:11:37 -0400 (0:00:00.027) 0:05:45.742 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Monday 12 May 2025 18:11:38 -0400 (0:00:00.030) 0:05:45.773 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Monday 12 May 2025 18:11:38 -0400 (0:00:00.033) 0:05:45.807 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Monday 12 May 2025 18:11:38 -0400 (0:00:00.032) 0:05:45.839 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Monday 12 May 2025 18:11:38 -0400 (0:00:00.028) 0:05:45.868 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Monday 12 May 2025 18:11:38 -0400 (0:00:00.035) 0:05:45.903 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Monday 12 May 2025 18:11:38 -0400 (0:00:00.032) 0:05:45.935 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Monday 12 May 2025 18:11:38 -0400 (0:00:00.029) 0:05:45.965 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Monday 12 May 2025 18:11:38 -0400 (0:00:00.039) 0:05:46.004 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Monday 12 May 2025 18:11:38 -0400 (0:00:00.036) 0:05:46.040 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Monday 12 May 2025 18:11:38 -0400 (0:00:00.040) 0:05:46.080 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Monday 12 May 2025 18:11:38 -0400 (0:00:00.029) 0:05:46.110 ************ skipping: [managed-node6] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Monday 12 May 2025 18:11:38 -0400 (0:00:00.032) 0:05:46.142 ************ skipping: [managed-node6] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Monday 12 May 2025 18:11:38 -0400 (0:00:00.049) 0:05:46.192 ************ skipping: [managed-node6] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Monday 12 May 2025 18:11:38 -0400 (0:00:00.037) 0:05:46.230 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Monday 12 May 2025 18:11:38 -0400 (0:00:00.031) 0:05:46.261 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Monday 12 May 2025 18:11:38 -0400 (0:00:00.030) 0:05:46.292 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Monday 12 May 2025 18:11:38 -0400 (0:00:00.030) 0:05:46.323 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Monday 12 May 2025 18:11:38 -0400 (0:00:00.029) 0:05:46.352 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Monday 12 May 2025 18:11:38 -0400 (0:00:00.029) 0:05:46.381 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Monday 12 May 2025 18:11:38 -0400 (0:00:00.032) 0:05:46.413 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Monday 12 May 2025 18:11:38 -0400 (0:00:00.035) 0:05:46.448 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Monday 12 May 2025 18:11:38 -0400 (0:00:00.033) 0:05:46.482 ************ skipping: [managed-node6] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Monday 12 May 2025 18:11:38 -0400 (0:00:00.043) 0:05:46.525 ************ skipping: [managed-node6] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Monday 12 May 2025 18:11:38 -0400 (0:00:00.039) 0:05:46.565 ************ skipping: [managed-node6] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Monday 12 May 2025 18:11:38 -0400 (0:00:00.044) 0:05:46.609 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Monday 12 May 2025 18:11:38 -0400 (0:00:00.028) 0:05:46.638 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Monday 12 May 2025 18:11:38 -0400 (0:00:00.046) 0:05:46.685 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Monday 12 May 2025 18:11:38 -0400 (0:00:00.036) 0:05:46.721 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Monday 12 May 2025 18:11:39 -0400 (0:00:00.052) 0:05:46.773 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Monday 12 May 2025 18:11:39 -0400 (0:00:00.033) 0:05:46.806 ************ ok: [managed-node6] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Monday 12 May 2025 18:11:39 -0400 (0:00:00.056) 0:05:46.863 ************ ok: [managed-node6] => { "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-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Monday 12 May 2025 18:11:39 -0400 (0:00:00.086) 0:05:46.950 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Monday 12 May 2025 18:11:39 -0400 (0:00:00.106) 0:05:47.056 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Monday 12 May 2025 18:11:39 -0400 (0:00:00.033) 0:05:47.090 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Monday 12 May 2025 18:11:39 -0400 (0:00:00.044) 0:05:47.134 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Monday 12 May 2025 18:11:39 -0400 (0:00:00.037) 0:05:47.172 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Monday 12 May 2025 18:11:39 -0400 (0:00:00.037) 0:05:47.209 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Monday 12 May 2025 18:11:39 -0400 (0:00:00.034) 0:05:47.244 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Monday 12 May 2025 18:11:39 -0400 (0:00:00.037) 0:05:47.282 ************ skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Monday 12 May 2025 18:11:39 -0400 (0:00:00.046) 0:05:47.328 ************ ok: [managed-node6] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Monday 12 May 2025 18:11:39 -0400 (0:00:00.032) 0:05:47.360 ************ ok: [managed-node6] => { "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-node6 : ok=486 changed=11 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 Monday 12 May 2025 18:11:39 -0400 (0:00:00.023) 0:05:47.383 ************ =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.35s /tmp/collections-LlA/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.28s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure blivet is available ------- 6.36s /tmp/collections-LlA/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.29s /tmp/collections-LlA/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.00s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.77s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure required packages are installed --- 4.71s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Ensure test packages ---------------------------------------------------- 4.53s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.53s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.49s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Ensure cryptsetup is present -------------------------------------------- 4.48s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure test packages ---------------------------------------------------- 4.25s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Gathering Facts --------------------------------------------------------- 4.23s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Ensure cryptsetup is present -------------------------------------------- 3.84s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 3.80s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Ensure cryptsetup is present -------------------------------------------- 3.74s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 3.64s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 3.63s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 3.55s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Get service facts ------------------- 3.54s /tmp/collections-LlA/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52