ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_swap.yml ******************************************************* 1 plays in /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Saturday 19 July 2025 19:18:09 -0400 (0:00:00.389) 0:00:00.389 ********* ok: [managed-node7] META: ran handlers TASK [Include role to ensure packages are installed] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:10 Saturday 19 July 2025 19:18:14 -0400 (0:00:04.586) 0:00:04.975 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 19 July 2025 19:18:14 -0400 (0:00:00.290) 0:00:05.266 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 19 July 2025 19:18:15 -0400 (0:00:00.621) 0:00:05.887 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 19 July 2025 19:18:15 -0400 (0:00:00.548) 0:00:06.435 ********* skipping: [managed-node7] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node7] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node7] => (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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node7] => (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-suW/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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 19 July 2025 19:18:16 -0400 (0:00:00.695) 0:00:07.131 ********* ok: [managed-node7] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 19 July 2025 19:18:18 -0400 (0:00:02.637) 0:00:09.769 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 19 July 2025 19:18:19 -0400 (0:00:00.594) 0:00:10.363 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 19 July 2025 19:18:19 -0400 (0:00:00.194) 0:00:10.558 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 19 July 2025 19:18:19 -0400 (0:00:00.146) 0:00:10.704 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 19 July 2025 19:18:20 -0400 (0:00:00.709) 0:00:11.414 ********* ok: [managed-node7] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 19 July 2025 19:18:27 -0400 (0:00:06.685) 0:00:18.099 ********* ok: [managed-node7] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 19 July 2025 19:18:27 -0400 (0:00:00.394) 0:00:18.494 ********* ok: [managed-node7] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 19 July 2025 19:18:28 -0400 (0:00:00.555) 0:00:19.050 ********* ok: [managed-node7] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 19 July 2025 19:18:31 -0400 (0:00:03.802) 0:00:22.852 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 19 July 2025 19:18:32 -0400 (0:00:00.800) 0:00:23.653 ********* TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 19 July 2025 19:18:32 -0400 (0:00:00.105) 0:00:23.758 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 19 July 2025 19:18:33 -0400 (0:00:00.230) 0:00:23.988 ********* TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 19 July 2025 19:18:33 -0400 (0:00:00.178) 0:00:24.167 ********* ok: [managed-node7] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 19 July 2025 19:18:37 -0400 (0:00:04.607) 0:00:28.775 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 19 July 2025 19:18:41 -0400 (0:00:03.550) 0:00:32.325 ********* ok: [managed-node7] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 19 July 2025 19:18:41 -0400 (0:00:00.158) 0:00:32.484 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 19 July 2025 19:18:41 -0400 (0:00:00.108) 0:00:32.592 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 19 July 2025 19:18:43 -0400 (0:00:01.558) 0:00:34.150 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 19 July 2025 19:18:43 -0400 (0:00:00.147) 0:00:34.298 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752966863.84214, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7a0901bd8db6de348ce13e49485181d06232dafb", "ctime": 1752966863.81014, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 369098898, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752966863.81014, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "3544827952", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 19 July 2025 19:18:44 -0400 (0:00:01.236) 0:00:35.535 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 19 July 2025 19:18:44 -0400 (0:00:00.200) 0:00:35.735 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 19 July 2025 19:18:45 -0400 (0:00:00.168) 0:00:35.903 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 19 July 2025 19:18:45 -0400 (0:00:00.182) 0:00:36.086 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 19 July 2025 19:18:45 -0400 (0:00:00.225) 0:00:36.311 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 19 July 2025 19:18:45 -0400 (0:00:00.415) 0:00:36.727 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 19 July 2025 19:18:45 -0400 (0:00:00.149) 0:00:36.877 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 19 July 2025 19:18:46 -0400 (0:00:00.217) 0:00:37.094 ********* TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 19 July 2025 19:18:46 -0400 (0:00:00.173) 0:00:37.267 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 19 July 2025 19:18:46 -0400 (0:00:00.182) 0:00:37.450 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 19 July 2025 19:18:46 -0400 (0:00:00.273) 0:00:37.724 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752965897.9263911, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1752965890.3323622, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 402653317, "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": 1752965890.330362, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "664597190", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 19 July 2025 19:18:48 -0400 (0:00:01.206) 0:00:38.930 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 19 July 2025 19:18:48 -0400 (0:00:00.203) 0:00:39.134 ********* ok: [managed-node7] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:14 Saturday 19 July 2025 19:18:50 -0400 (0:00:01.789) 0:00:40.923 ********* ok: [managed-node7] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:22 Saturday 19 July 2025 19:18:50 -0400 (0:00:00.049) 0:00:40.972 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node7 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 19 July 2025 19:18:50 -0400 (0:00:00.208) 0:00:41.181 ********* ok: [managed-node7] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 19 July 2025 19:18:54 -0400 (0:00:04.236) 0:00:45.417 ********* ok: [managed-node7] => { "changed": false, "disks": [ "sdd" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [sda1] is a partition", "Disk [/dev/sda] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': '', 'ssize': '512'}] has partitions", "filename [sdb1] is a partition", "Disk [/dev/sdb] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': '', 'ssize': '512'}] has partitions", "filename [sdc1] is a partition", "Disk [/dev/sdc] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': '', 'ssize': '512'}] has partitions", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 19 July 2025 19:18:56 -0400 (0:00:01.912) 0:00:47.329 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 19 July 2025 19:18:56 -0400 (0:00:00.134) 0:00:47.464 ********* ok: [managed-node7] => { "ansible_facts": { "unused_disks": [ "sdd" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 19 July 2025 19:18:56 -0400 (0:00:00.191) 0:00:47.656 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 19 July 2025 19:18:57 -0400 (0:00:00.278) 0:00:47.934 ********* ok: [managed-node7] => { "unused_disks": [ "sdd" ] } TASK [Save disk used for swap] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:30 Saturday 19 July 2025 19:18:57 -0400 (0:00:00.204) 0:00:48.139 ********* ok: [managed-node7] => { "ansible_facts": { "__swap_disk": "sdd" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:34 Saturday 19 July 2025 19:18:57 -0400 (0:00:00.256) 0:00:48.396 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 19 July 2025 19:18:57 -0400 (0:00:00.410) 0:00:48.806 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 19 July 2025 19:18:58 -0400 (0:00:00.233) 0:00:49.039 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 19 July 2025 19:18:58 -0400 (0:00:00.092) 0:00:49.132 ********* skipping: [managed-node7] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node7] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node7] => (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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node7] => (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-suW/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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 19 July 2025 19:18:58 -0400 (0:00:00.230) 0:00:49.362 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 19 July 2025 19:18:58 -0400 (0:00:00.074) 0:00:49.436 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 19 July 2025 19:18:58 -0400 (0:00:00.065) 0:00:49.501 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 19 July 2025 19:18:58 -0400 (0:00:00.043) 0:00:49.545 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 19 July 2025 19:18:58 -0400 (0:00:00.097) 0:00:49.643 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 19 July 2025 19:18:59 -0400 (0:00:00.482) 0:00:50.125 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 19 July 2025 19:18:59 -0400 (0:00:00.216) 0:00:50.341 ********* ok: [managed-node7] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 19 July 2025 19:18:59 -0400 (0:00:00.205) 0:00:50.546 ********* ok: [managed-node7] => { "storage_volumes | d([])": [ { "disks": [ "sdd" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 19 July 2025 19:18:59 -0400 (0:00:00.147) 0:00:50.694 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 19 July 2025 19:18:59 -0400 (0:00:00.150) 0:00:50.845 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 19 July 2025 19:19:00 -0400 (0:00:00.090) 0:00:50.935 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 19 July 2025 19:19:00 -0400 (0:00:00.110) 0:00:51.046 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 19 July 2025 19:19:00 -0400 (0:00:00.202) 0:00:51.248 ********* ok: [managed-node7] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 19 July 2025 19:19:00 -0400 (0:00:00.249) 0:00:51.498 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 19 July 2025 19:19:00 -0400 (0:00:00.095) 0:00:51.593 ********* changed: [managed-node7] => { "actions": [ { "action": "create format", "device": "/dev/sdd", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=4e848720-5b9f-4d8e-8458-2b856480fa24", "state": "present" } ], "packages": [ "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=4e848720-5b9f-4d8e-8458-2b856480fa24", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 19 July 2025 19:19:06 -0400 (0:00:05.972) 0:00:57.566 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 19 July 2025 19:19:06 -0400 (0:00:00.231) 0:00:57.798 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752966863.84214, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7a0901bd8db6de348ce13e49485181d06232dafb", "ctime": 1752966863.81014, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 369098898, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752966863.81014, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "3544827952", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 19 July 2025 19:19:08 -0400 (0:00:01.198) 0:00:58.996 ********* ok: [managed-node7] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 19 July 2025 19:19:10 -0400 (0:00:01.934) 0:01:00.931 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 19 July 2025 19:19:10 -0400 (0:00:00.033) 0:01:00.964 ********* ok: [managed-node7] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdd", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=4e848720-5b9f-4d8e-8458-2b856480fa24", "state": "present" } ], "packages": [ "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=4e848720-5b9f-4d8e-8458-2b856480fa24", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 19 July 2025 19:19:10 -0400 (0:00:00.090) 0:01:01.054 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 19 July 2025 19:19:10 -0400 (0:00:00.084) 0:01:01.139 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=4e848720-5b9f-4d8e-8458-2b856480fa24", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 19 July 2025 19:19:10 -0400 (0:00:00.100) 0:01:01.239 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 19 July 2025 19:19:10 -0400 (0:00:00.075) 0:01:01.315 ********* ok: [managed-node7] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 19 July 2025 19:19:13 -0400 (0:00:02.940) 0:01:04.255 ********* changed: [managed-node7] => (item={'src': 'UUID=4e848720-5b9f-4d8e-8458-2b856480fa24', '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=4e848720-5b9f-4d8e-8458-2b856480fa24", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=4e848720-5b9f-4d8e-8458-2b856480fa24" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 19 July 2025 19:19:15 -0400 (0:00:01.851) 0:01:06.107 ********* skipping: [managed-node7] => (item={'src': 'UUID=4e848720-5b9f-4d8e-8458-2b856480fa24', '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=4e848720-5b9f-4d8e-8458-2b856480fa24", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 19 July 2025 19:19:15 -0400 (0:00:00.218) 0:01:06.326 ********* ok: [managed-node7] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 19 July 2025 19:19:16 -0400 (0:00:01.502) 0:01:07.828 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752965897.9263911, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1752965890.3323622, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 402653317, "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": 1752965890.330362, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "664597190", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 19 July 2025 19:19:18 -0400 (0:00:01.386) 0:01:09.215 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 19 July 2025 19:19:18 -0400 (0:00:00.158) 0:01:09.373 ********* ok: [managed-node7] TASK [Verify results] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:44 Saturday 19 July 2025 19:19:20 -0400 (0:00:01.772) 0:01:11.146 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node7 TASK [Print out pool information] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 19 July 2025 19:19:20 -0400 (0:00:00.650) 0:01:11.797 ********* skipping: [managed-node7] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 19 July 2025 19:19:21 -0400 (0:00:00.237) 0:01:12.034 ********* ok: [managed-node7] => { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=4e848720-5b9f-4d8e-8458-2b856480fa24", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 19 July 2025 19:19:21 -0400 (0:00:00.166) 0:01:12.201 ********* ok: [managed-node7] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "fcb807b6-f6d0-4225-b932-390c22055152" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdd": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "4e848720-5b9f-4d8e-8458-2b856480fa24" }, "/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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 19 July 2025 19:19:23 -0400 (0:00:02.422) 0:01:14.623 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002760", "end": "2025-07-19 19:19:25.287703", "rc": 0, "start": "2025-07-19 19:19:25.284943" } 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=fcb807b6-f6d0-4225-b932-390c22055152 /opt/test1 xfs defaults 0 0 UUID=4e848720-5b9f-4d8e-8458-2b856480fa24 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 19 July 2025 19:19:25 -0400 (0:00:01.789) 0:01:16.413 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002155", "end": "2025-07-19 19:19:26.360373", "failed_when_result": false, "rc": 0, "start": "2025-07-19 19:19:26.358218" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 19 July 2025 19:19:26 -0400 (0:00:01.065) 0:01:17.479 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 19 July 2025 19:19:26 -0400 (0:00:00.100) 0:01:17.580 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node7 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 19 July 2025 19:19:26 -0400 (0:00:00.247) 0:01:17.827 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 19 July 2025 19:19:27 -0400 (0:00:00.203) 0:01:18.030 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node7 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 19 July 2025 19:19:28 -0400 (0:00:00.926) 0:01:18.956 ********* ok: [managed-node7] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 19 July 2025 19:19:28 -0400 (0:00:00.256) 0:01:19.213 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 19 July 2025 19:19:28 -0400 (0:00:00.341) 0:01:19.554 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 19 July 2025 19:19:28 -0400 (0:00:00.199) 0:01:19.753 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 19 July 2025 19:19:29 -0400 (0:00:00.217) 0:01:19.971 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 19 July 2025 19:19:29 -0400 (0:00:00.176) 0:01:20.147 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 19 July 2025 19:19:29 -0400 (0:00:00.153) 0:01:20.301 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 19 July 2025 19:19:29 -0400 (0:00:00.206) 0:01:20.507 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "realpath", "/dev/sdd" ], "delta": "0:00:00.004299", "end": "2025-07-19 19:19:30.786939", "rc": 0, "start": "2025-07-19 19:19:30.782640" } STDOUT: /dev/sdd TASK [Gather swap info] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 19 July 2025 19:19:31 -0400 (0:00:01.380) 0:01:21.887 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002816", "end": "2025-07-19 19:19:31.939271", "rc": 0, "start": "2025-07-19 19:19:31.936455" } STDOUT: Filename Type Size Used Priority /dev/sdd partition 1073741820 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 19 July 2025 19:19:32 -0400 (0:00:01.202) 0:01:23.090 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 19 July 2025 19:19:32 -0400 (0:00:00.256) 0:01:23.347 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 19 July 2025 19:19:32 -0400 (0:00:00.199) 0:01:23.546 ********* ok: [managed-node7] => { "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=4e848720-5b9f-4d8e-8458-2b856480fa24 " ], "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 19 July 2025 19:19:33 -0400 (0:00:00.401) 0:01:23.947 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 19 July 2025 19:19:33 -0400 (0:00:00.220) 0:01:24.167 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 19 July 2025 19:19:33 -0400 (0:00:00.270) 0:01:24.438 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 19 July 2025 19:19:33 -0400 (0:00:00.282) 0:01:24.721 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 19 July 2025 19:19:34 -0400 (0:00:00.205) 0:01:24.927 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 19 July 2025 19:19:34 -0400 (0:00:00.115) 0:01:25.043 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 19 July 2025 19:19:34 -0400 (0:00:00.241) 0:01:25.284 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 19 July 2025 19:19:34 -0400 (0:00:00.507) 0:01:25.792 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967146.1302264, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1752967146.1092265, "dev": 6, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36826, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752967146.1092265, "nlink": 1, "path": "/dev/sdd", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 19 July 2025 19:19:36 -0400 (0:00:01.326) 0:01:27.119 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 19 July 2025 19:19:36 -0400 (0:00:00.228) 0:01:27.347 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 19 July 2025 19:19:36 -0400 (0:00:00.118) 0:01:27.465 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 19 July 2025 19:19:36 -0400 (0:00:00.161) 0:01:27.627 ********* ok: [managed-node7] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 19 July 2025 19:19:36 -0400 (0:00:00.105) 0:01:27.732 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 19 July 2025 19:19:36 -0400 (0:00:00.139) 0:01:27.871 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 19 July 2025 19:19:37 -0400 (0:00:00.212) 0:01:28.083 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 19 July 2025 19:19:37 -0400 (0:00:00.098) 0:01:28.182 ********* ok: [managed-node7] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 19 July 2025 19:19:41 -0400 (0:00:04.277) 0:01:32.459 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 19 July 2025 19:19:41 -0400 (0:00:00.119) 0:01:32.578 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 19 July 2025 19:19:41 -0400 (0:00:00.193) 0:01:32.772 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 19 July 2025 19:19:42 -0400 (0:00:00.205) 0:01:32.978 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 19 July 2025 19:19:42 -0400 (0:00:00.158) 0:01:33.137 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 19 July 2025 19:19:42 -0400 (0:00:00.208) 0:01:33.345 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 19 July 2025 19:19:42 -0400 (0:00:00.173) 0:01:33.519 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 19 July 2025 19:19:42 -0400 (0:00:00.164) 0:01:33.683 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 19 July 2025 19:19:42 -0400 (0:00:00.093) 0:01:33.777 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 19 July 2025 19:19:43 -0400 (0:00:00.148) 0:01:33.925 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 19 July 2025 19:19:43 -0400 (0:00:00.286) 0:01:34.212 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 19 July 2025 19:19:43 -0400 (0:00:00.242) 0:01:34.455 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 19 July 2025 19:19:43 -0400 (0:00:00.222) 0:01:34.677 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 19 July 2025 19:19:44 -0400 (0:00:00.264) 0:01:34.942 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 19 July 2025 19:19:44 -0400 (0:00:00.187) 0:01:35.130 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 19 July 2025 19:19:44 -0400 (0:00:00.174) 0:01:35.305 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 19 July 2025 19:19:44 -0400 (0:00:00.214) 0:01:35.519 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 19 July 2025 19:19:44 -0400 (0:00:00.175) 0:01:35.695 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 19 July 2025 19:19:45 -0400 (0:00:00.264) 0:01:35.959 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 19 July 2025 19:19:45 -0400 (0:00:00.256) 0:01:36.216 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 19 July 2025 19:19:45 -0400 (0:00:00.215) 0:01:36.431 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 19 July 2025 19:19:45 -0400 (0:00:00.236) 0:01:36.667 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 19 July 2025 19:19:45 -0400 (0:00:00.178) 0:01:36.846 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 19 July 2025 19:19:46 -0400 (0:00:00.209) 0:01:37.056 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 19 July 2025 19:19:46 -0400 (0:00:00.153) 0:01:37.209 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 19 July 2025 19:19:46 -0400 (0:00:00.228) 0:01:37.438 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 19 July 2025 19:19:46 -0400 (0:00:00.204) 0:01:37.643 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 19 July 2025 19:19:46 -0400 (0:00:00.216) 0:01:37.860 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 19 July 2025 19:19:47 -0400 (0:00:00.276) 0:01:38.137 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 19 July 2025 19:19:47 -0400 (0:00:00.268) 0:01:38.405 ********* skipping: [managed-node7] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 19 July 2025 19:19:47 -0400 (0:00:00.235) 0:01:38.641 ********* skipping: [managed-node7] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 19 July 2025 19:19:47 -0400 (0:00:00.211) 0:01:38.852 ********* skipping: [managed-node7] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 19 July 2025 19:19:48 -0400 (0:00:00.190) 0:01:39.043 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 19 July 2025 19:19:48 -0400 (0:00:00.150) 0:01:39.194 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 19 July 2025 19:19:48 -0400 (0:00:00.137) 0:01:39.331 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 19 July 2025 19:19:48 -0400 (0:00:00.255) 0:01:39.587 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 19 July 2025 19:19:48 -0400 (0:00:00.153) 0:01:39.741 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 19 July 2025 19:19:48 -0400 (0:00:00.131) 0:01:39.872 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 19 July 2025 19:19:49 -0400 (0:00:00.189) 0:01:40.061 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 19 July 2025 19:19:49 -0400 (0:00:00.145) 0:01:40.207 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 19 July 2025 19:19:49 -0400 (0:00:00.282) 0:01:40.489 ********* skipping: [managed-node7] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 19 July 2025 19:19:49 -0400 (0:00:00.165) 0:01:40.654 ********* skipping: [managed-node7] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 19 July 2025 19:19:49 -0400 (0:00:00.160) 0:01:40.814 ********* skipping: [managed-node7] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 19 July 2025 19:19:50 -0400 (0:00:00.242) 0:01:41.056 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 19 July 2025 19:19:50 -0400 (0:00:00.103) 0:01:41.160 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 19 July 2025 19:19:50 -0400 (0:00:00.144) 0:01:41.305 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 19 July 2025 19:19:50 -0400 (0:00:00.095) 0:01:41.400 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 19 July 2025 19:19:50 -0400 (0:00:00.171) 0:01:41.572 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 19 July 2025 19:19:50 -0400 (0:00:00.115) 0:01:41.687 ********* ok: [managed-node7] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 19 July 2025 19:19:50 -0400 (0:00:00.151) 0:01:41.839 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 19 July 2025 19:19:51 -0400 (0:00:00.227) 0:01:42.066 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 19 July 2025 19:19:51 -0400 (0:00:00.177) 0:01:42.244 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 19 July 2025 19:19:51 -0400 (0:00:00.116) 0:01:42.361 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 19 July 2025 19:19:51 -0400 (0:00:00.105) 0:01:42.467 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 19 July 2025 19:19:51 -0400 (0:00:00.193) 0:01:42.660 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 19 July 2025 19:19:51 -0400 (0:00:00.071) 0:01:42.732 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 19 July 2025 19:19:52 -0400 (0:00:00.184) 0:01:42.916 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 19 July 2025 19:19:52 -0400 (0:00:00.075) 0:01:42.992 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 19 July 2025 19:19:52 -0400 (0:00:00.094) 0:01:43.086 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 19 July 2025 19:19:52 -0400 (0:00:00.108) 0:01:43.195 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:47 Saturday 19 July 2025 19:19:52 -0400 (0:00:00.164) 0:01:43.360 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node7 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 19 July 2025 19:19:52 -0400 (0:00:00.146) 0:01:43.506 ********* ok: [managed-node7] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 19 July 2025 19:19:56 -0400 (0:00:04.193) 0:01:47.699 ********* ok: [managed-node7] => { "changed": false, "disks": [ "sde" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sda1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdb1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/sdc1\" TYPE=\"part\" SIZE=\"10729029632\" FSTYPE=\"linux_raid_member\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [raid1] is not disk: NAME=\"/dev/md127\" TYPE=\"raid1\" SIZE=\"10728898560\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"swap\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [sda1] is a partition", "Disk [/dev/sda] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': '', 'ssize': '512'}] has partitions", "filename [sdb1] is a partition", "Disk [/dev/sdb] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': '', 'ssize': '512'}] has partitions", "filename [sdc1] is a partition", "Disk [/dev/sdc] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': '', 'ssize': '512'}] has partitions", "Disk [/dev/sdd] attrs [{'type': 'disk', 'size': '1099511627776', 'fstype': 'swap', 'ssize': '512'}] has fstype", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 19 July 2025 19:19:57 -0400 (0:00:01.038) 0:01:48.737 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 19 July 2025 19:19:58 -0400 (0:00:00.168) 0:01:48.906 ********* ok: [managed-node7] => { "ansible_facts": { "unused_disks": [ "sde" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 19 July 2025 19:19:58 -0400 (0:00:00.209) 0:01:49.116 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 19 July 2025 19:19:58 -0400 (0:00:00.146) 0:01:49.262 ********* ok: [managed-node7] => { "unused_disks": [ "sde" ] } TASK [Save non-swap disk] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:54 Saturday 19 July 2025 19:19:58 -0400 (0:00:00.142) 0:01:49.405 ********* ok: [managed-node7] => { "ansible_facts": { "__non_swap_disk": "sde" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:58 Saturday 19 July 2025 19:19:58 -0400 (0:00:00.171) 0:01:49.576 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 19 July 2025 19:19:59 -0400 (0:00:00.353) 0:01:49.929 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 19 July 2025 19:19:59 -0400 (0:00:00.209) 0:01:50.139 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 19 July 2025 19:19:59 -0400 (0:00:00.159) 0:01:50.299 ********* skipping: [managed-node7] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node7] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node7] => (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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node7] => (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-suW/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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 19 July 2025 19:19:59 -0400 (0:00:00.345) 0:01:50.645 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 19 July 2025 19:19:59 -0400 (0:00:00.210) 0:01:50.855 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 19 July 2025 19:20:00 -0400 (0:00:00.137) 0:01:50.992 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 19 July 2025 19:20:00 -0400 (0:00:00.081) 0:01:51.074 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 19 July 2025 19:20:00 -0400 (0:00:00.112) 0:01:51.186 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 19 July 2025 19:20:00 -0400 (0:00:00.429) 0:01:51.616 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 19 July 2025 19:20:00 -0400 (0:00:00.122) 0:01:51.738 ********* ok: [managed-node7] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 19 July 2025 19:20:00 -0400 (0:00:00.079) 0:01:51.817 ********* ok: [managed-node7] => { "storage_volumes | d([])": [ { "disks": [ "sde" ], "fs_type": "ext3", "mount_point": "none", "name": "test2", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 19 July 2025 19:20:01 -0400 (0:00:00.073) 0:01:51.891 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 19 July 2025 19:20:01 -0400 (0:00:00.077) 0:01:51.969 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 19 July 2025 19:20:01 -0400 (0:00:00.103) 0:01:52.072 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 19 July 2025 19:20:01 -0400 (0:00:00.086) 0:01:52.159 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 19 July 2025 19:20:01 -0400 (0:00:00.114) 0:01:52.274 ********* ok: [managed-node7] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 19 July 2025 19:20:01 -0400 (0:00:00.119) 0:01:52.394 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 19 July 2025 19:20:01 -0400 (0:00:00.091) 0:01:52.486 ********* changed: [managed-node7] => { "actions": [ { "action": "create format", "device": "/dev/sde", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/sde", "_kernel_device": "/dev/sde", "_mount_id": "UUID=8c08bdaa-f575-4dc4-9310-6da0c7b12ca6", "_raw_device": "/dev/sde", "_raw_kernel_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 19 July 2025 19:24:59 -0400 (0:04:57.906) 0:06:50.392 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 19 July 2025 19:24:59 -0400 (0:00:00.043) 0:06:50.436 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967156.608266, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "81d04c0b88281598cfe7fce06049374788c3816c", "ctime": 1752967155.0322602, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 369098898, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752967155.0322602, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1478, "uid": 0, "version": "3544827952", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 19 July 2025 19:25:00 -0400 (0:00:00.493) 0:06:50.929 ********* ok: [managed-node7] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 19 July 2025 19:25:00 -0400 (0:00:00.487) 0:06:51.417 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 19 July 2025 19:25:00 -0400 (0:00:00.032) 0:06:51.449 ********* ok: [managed-node7] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sde", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/sde", "_kernel_device": "/dev/sde", "_mount_id": "UUID=8c08bdaa-f575-4dc4-9310-6da0c7b12ca6", "_raw_device": "/dev/sde", "_raw_kernel_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 19 July 2025 19:25:00 -0400 (0:00:00.038) 0:06:51.488 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 19 July 2025 19:25:00 -0400 (0:00:00.077) 0:06:51.566 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sde", "_kernel_device": "/dev/sde", "_mount_id": "UUID=8c08bdaa-f575-4dc4-9310-6da0c7b12ca6", "_raw_device": "/dev/sde", "_raw_kernel_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 19 July 2025 19:25:00 -0400 (0:00:00.040) 0:06:51.606 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 19 July 2025 19:25:00 -0400 (0:00:00.046) 0:06:51.652 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 19 July 2025 19:25:00 -0400 (0:00:00.037) 0:06:51.690 ********* TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 19 July 2025 19:25:00 -0400 (0:00:00.030) 0:06:51.720 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 19 July 2025 19:25:00 -0400 (0:00:00.026) 0:06:51.747 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 19 July 2025 19:25:00 -0400 (0:00:00.041) 0:06:51.789 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752965897.9263911, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1752965890.3323622, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 402653317, "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": 1752965890.330362, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "664597190", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 19 July 2025 19:25:01 -0400 (0:00:00.481) 0:06:52.270 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 19 July 2025 19:25:01 -0400 (0:00:00.074) 0:06:52.345 ********* ok: [managed-node7] TASK [Verify results - 2] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:69 Saturday 19 July 2025 19:25:02 -0400 (0:00:01.125) 0:06:53.470 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node7 TASK [Print out pool information] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 19 July 2025 19:25:02 -0400 (0:00:00.104) 0:06:53.574 ********* skipping: [managed-node7] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 19 July 2025 19:25:02 -0400 (0:00:00.064) 0:06:53.638 ********* ok: [managed-node7] => { "_storage_volumes_list": [ { "_device": "/dev/sde", "_kernel_device": "/dev/sde", "_mount_id": "UUID=8c08bdaa-f575-4dc4-9310-6da0c7b12ca6", "_raw_device": "/dev/sde", "_raw_kernel_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 19 July 2025 19:25:02 -0400 (0:00:00.064) 0:06:53.703 ********* ok: [managed-node7] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "fcb807b6-f6d0-4225-b932-390c22055152" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdd": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "4e848720-5b9f-4d8e-8458-2b856480fa24" }, "/dev/sde": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "8c08bdaa-f575-4dc4-9310-6da0c7b12ca6" }, "/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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 19 July 2025 19:25:03 -0400 (0:00:00.508) 0:06:54.211 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003076", "end": "2025-07-19 19:25:04.073552", "rc": 0, "start": "2025-07-19 19:25:04.070476" } 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=fcb807b6-f6d0-4225-b932-390c22055152 /opt/test1 xfs defaults 0 0 UUID=4e848720-5b9f-4d8e-8458-2b856480fa24 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 19 July 2025 19:25:04 -0400 (0:00:00.882) 0:06:55.094 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002644", "end": "2025-07-19 19:25:04.834762", "failed_when_result": false, "rc": 0, "start": "2025-07-19 19:25:04.832118" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 19 July 2025 19:25:04 -0400 (0:00:00.729) 0:06:55.824 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 19 July 2025 19:25:05 -0400 (0:00:00.101) 0:06:55.926 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node7 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 19 July 2025 19:25:05 -0400 (0:00:00.196) 0:06:56.123 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 19 July 2025 19:25:05 -0400 (0:00:00.113) 0:06:56.237 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node7 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 19 July 2025 19:25:05 -0400 (0:00:00.255) 0:06:56.492 ********* ok: [managed-node7] => { "ansible_facts": { "storage_test_device_path": "/dev/sde" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 19 July 2025 19:25:05 -0400 (0:00:00.066) 0:06:56.559 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 19 July 2025 19:25:05 -0400 (0:00:00.092) 0:06:56.651 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 19 July 2025 19:25:05 -0400 (0:00:00.130) 0:06:56.782 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 19 July 2025 19:25:05 -0400 (0:00:00.084) 0:06:56.866 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 19 July 2025 19:25:06 -0400 (0:00:00.091) 0:06:56.958 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 19 July 2025 19:25:06 -0400 (0:00:00.114) 0:06:57.072 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 19 July 2025 19:25:06 -0400 (0:00:00.074) 0:06:57.147 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 19 July 2025 19:25:06 -0400 (0:00:00.037) 0:06:57.185 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 19 July 2025 19:25:06 -0400 (0:00:00.034) 0:06:57.219 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 19 July 2025 19:25:06 -0400 (0:00:00.046) 0:06:57.266 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 19 July 2025 19:25:06 -0400 (0:00:00.065) 0:06:57.331 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 19 July 2025 19:25:06 -0400 (0:00:00.136) 0:06:57.468 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 19 July 2025 19:25:06 -0400 (0:00:00.085) 0:06:57.553 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 19 July 2025 19:25:06 -0400 (0:00:00.083) 0:06:57.637 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 19 July 2025 19:25:06 -0400 (0:00:00.067) 0:06:57.704 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 19 July 2025 19:25:06 -0400 (0:00:00.104) 0:06:57.808 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 19 July 2025 19:25:06 -0400 (0:00:00.054) 0:06:57.863 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 19 July 2025 19:25:07 -0400 (0:00:00.076) 0:06:57.940 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 19 July 2025 19:25:07 -0400 (0:00:00.067) 0:06:58.008 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967499.352567, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1752967499.352567, "dev": 6, "device_type": 2112, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 38060, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752967499.352567, "nlink": 1, "path": "/dev/sde", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 19 July 2025 19:25:07 -0400 (0:00:00.706) 0:06:58.714 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 19 July 2025 19:25:07 -0400 (0:00:00.120) 0:06:58.835 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 19 July 2025 19:25:08 -0400 (0:00:00.152) 0:06:58.987 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 19 July 2025 19:25:08 -0400 (0:00:00.105) 0:06:59.093 ********* ok: [managed-node7] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 19 July 2025 19:25:08 -0400 (0:00:00.110) 0:06:59.204 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 19 July 2025 19:25:08 -0400 (0:00:00.075) 0:06:59.279 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 19 July 2025 19:25:08 -0400 (0:00:00.099) 0:06:59.379 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 19 July 2025 19:25:08 -0400 (0:00:00.052) 0:06:59.431 ********* ok: [managed-node7] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 19 July 2025 19:25:11 -0400 (0:00:03.189) 0:07:02.621 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 19 July 2025 19:25:11 -0400 (0:00:00.034) 0:07:02.656 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 19 July 2025 19:25:11 -0400 (0:00:00.040) 0:07:02.697 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 19 July 2025 19:25:11 -0400 (0:00:00.068) 0:07:02.765 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 19 July 2025 19:25:11 -0400 (0:00:00.061) 0:07:02.826 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 19 July 2025 19:25:11 -0400 (0:00:00.033) 0:07:02.860 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.044) 0:07:02.905 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.058) 0:07:02.964 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.041) 0:07:03.005 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.055) 0:07:03.061 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.050) 0:07:03.112 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.028) 0:07:03.141 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.032) 0:07:03.173 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.031) 0:07:03.205 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.035) 0:07:03.240 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.042) 0:07:03.283 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.051) 0:07:03.335 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.057) 0:07:03.392 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.048) 0:07:03.441 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.026) 0:07:03.468 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.031) 0:07:03.500 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.028) 0:07:03.529 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.023) 0:07:03.552 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.027) 0:07:03.579 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.022) 0:07:03.602 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.034) 0:07:03.636 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.023) 0:07:03.660 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.026) 0:07:03.686 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.022) 0:07:03.708 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.022) 0:07:03.731 ********* skipping: [managed-node7] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.020) 0:07:03.752 ********* skipping: [managed-node7] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.022) 0:07:03.774 ********* skipping: [managed-node7] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.028) 0:07:03.803 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 19 July 2025 19:25:12 -0400 (0:00:00.037) 0:07:03.840 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.046) 0:07:03.887 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.045) 0:07:03.932 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.062) 0:07:03.995 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.055) 0:07:04.050 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.030) 0:07:04.080 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.051) 0:07:04.132 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.045) 0:07:04.177 ********* skipping: [managed-node7] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.030) 0:07:04.207 ********* skipping: [managed-node7] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.030) 0:07:04.238 ********* skipping: [managed-node7] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.032) 0:07:04.270 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.086) 0:07:04.357 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.040) 0:07:04.398 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.041) 0:07:04.439 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.065) 0:07:04.504 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.072) 0:07:04.577 ********* ok: [managed-node7] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.047) 0:07:04.624 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.049) 0:07:04.673 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.048) 0:07:04.721 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.041) 0:07:04.763 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.044) 0:07:04.807 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 19 July 2025 19:25:13 -0400 (0:00:00.037) 0:07:04.844 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.049) 0:07:04.894 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.048) 0:07:04.942 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.047) 0:07:04.989 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.090) 0:07:05.080 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.071) 0:07:05.152 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:72 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.049) 0:07:05.201 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.114) 0:07:05.316 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.071) 0:07:05.388 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.045) 0:07:05.433 ********* skipping: [managed-node7] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node7] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node7] => (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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node7] => (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-suW/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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.084) 0:07:05.517 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.048) 0:07:05.565 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.031) 0:07:05.596 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.033) 0:07:05.630 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.034) 0:07:05.665 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.079) 0:07:05.745 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.036) 0:07:05.781 ********* ok: [managed-node7] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.039) 0:07:05.821 ********* ok: [managed-node7] => { "storage_volumes | d([])": [ { "disks": [ "sdd" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 19 July 2025 19:25:14 -0400 (0:00:00.043) 0:07:05.864 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 19 July 2025 19:25:15 -0400 (0:00:00.029) 0:07:05.893 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 19 July 2025 19:25:15 -0400 (0:00:00.030) 0:07:05.924 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 19 July 2025 19:25:15 -0400 (0:00:00.050) 0:07:05.974 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 19 July 2025 19:25:15 -0400 (0:00:00.053) 0:07:06.027 ********* ok: [managed-node7] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 19 July 2025 19:25:15 -0400 (0:00:00.098) 0:07:06.125 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 19 July 2025 19:25:15 -0400 (0:00:00.030) 0:07:06.155 ********* changed: [managed-node7] => { "actions": [ { "action": "destroy format", "device": "/dev/sdd", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=4e848720-5b9f-4d8e-8458-2b856480fa24", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 19 July 2025 19:30:13 -0400 (0:04:57.757) 0:12:03.913 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 19 July 2025 19:30:13 -0400 (0:00:00.020) 0:12:03.933 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967156.608266, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "81d04c0b88281598cfe7fce06049374788c3816c", "ctime": 1752967155.0322602, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 369098898, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752967155.0322602, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1478, "uid": 0, "version": "3544827952", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 19 July 2025 19:30:13 -0400 (0:00:00.329) 0:12:04.263 ********* ok: [managed-node7] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 19 July 2025 19:30:13 -0400 (0:00:00.328) 0:12:04.591 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 19 July 2025 19:30:13 -0400 (0:00:00.017) 0:12:04.608 ********* ok: [managed-node7] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdd", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=4e848720-5b9f-4d8e-8458-2b856480fa24", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 19 July 2025 19:30:13 -0400 (0:00:00.022) 0:12:04.631 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 19 July 2025 19:30:13 -0400 (0:00:00.021) 0:12:04.652 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 19 July 2025 19:30:13 -0400 (0:00:00.021) 0:12:04.673 ********* changed: [managed-node7] => (item={'src': 'UUID=4e848720-5b9f-4d8e-8458-2b856480fa24', '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=4e848720-5b9f-4d8e-8458-2b856480fa24", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=4e848720-5b9f-4d8e-8458-2b856480fa24" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 19 July 2025 19:30:14 -0400 (0:00:00.337) 0:12:05.011 ********* ok: [managed-node7] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 19 July 2025 19:30:14 -0400 (0:00:00.593) 0:12:05.604 ********* changed: [managed-node7] => (item={'src': 'UUID=040d472f-474c-47aa-a9c6-4047707cce2d', '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=040d472f-474c-47aa-a9c6-4047707cce2d", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 19 July 2025 19:30:15 -0400 (0:00:00.361) 0:12:05.965 ********* skipping: [managed-node7] => (item={'src': 'UUID=040d472f-474c-47aa-a9c6-4047707cce2d', '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=040d472f-474c-47aa-a9c6-4047707cce2d", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 19 July 2025 19:30:15 -0400 (0:00:00.025) 0:12:05.991 ********* ok: [managed-node7] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 19 July 2025 19:30:15 -0400 (0:00:00.583) 0:12:06.574 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752965897.9263911, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1752965890.3323622, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 402653317, "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": 1752965890.330362, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "664597190", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 19 July 2025 19:30:16 -0400 (0:00:00.335) 0:12:06.910 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 19 July 2025 19:30:16 -0400 (0:00:00.018) 0:12:06.928 ********* ok: [managed-node7] TASK [Verify results - 3] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:83 Saturday 19 July 2025 19:30:16 -0400 (0:00:00.715) 0:12:07.644 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node7 TASK [Print out pool information] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 19 July 2025 19:30:16 -0400 (0:00:00.036) 0:12:07.681 ********* skipping: [managed-node7] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 19 July 2025 19:30:16 -0400 (0:00:00.018) 0:12:07.699 ********* ok: [managed-node7] => { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 19 July 2025 19:30:16 -0400 (0:00:00.023) 0:12:07.723 ********* ok: [managed-node7] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "fcb807b6-f6d0-4225-b932-390c22055152" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdd": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "040d472f-474c-47aa-a9c6-4047707cce2d" }, "/dev/sde": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "8c08bdaa-f575-4dc4-9310-6da0c7b12ca6" }, "/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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 19 July 2025 19:30:17 -0400 (0:00:00.330) 0:12:08.054 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002162", "end": "2025-07-19 19:30:17.450147", "rc": 0, "start": "2025-07-19 19:30:17.447985" } 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=fcb807b6-f6d0-4225-b932-390c22055152 /opt/test1 xfs defaults 0 0 UUID=040d472f-474c-47aa-a9c6-4047707cce2d /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 19 July 2025 19:30:17 -0400 (0:00:00.324) 0:12:08.379 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002309", "end": "2025-07-19 19:30:17.778287", "failed_when_result": false, "rc": 0, "start": "2025-07-19 19:30:17.775978" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 19 July 2025 19:30:17 -0400 (0:00:00.328) 0:12:08.707 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 19 July 2025 19:30:17 -0400 (0:00:00.017) 0:12:08.724 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node7 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 19 July 2025 19:30:17 -0400 (0:00:00.032) 0:12:08.757 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 19 July 2025 19:30:17 -0400 (0:00:00.022) 0:12:08.779 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node7 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 19 July 2025 19:30:17 -0400 (0:00:00.088) 0:12:08.868 ********* ok: [managed-node7] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.022) 0:12:08.891 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.023) 0:12:08.914 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.025) 0:12:08.940 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.022) 0:12:08.963 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.021) 0:12:08.984 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.021) 0:12:09.005 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.023) 0:12:09.029 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.017) 0:12:09.046 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.017) 0:12:09.064 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.017) 0:12:09.082 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.017) 0:12:09.099 ********* ok: [managed-node7] => { "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=040d472f-474c-47aa-a9c6-4047707cce2d " ], "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.037) 0:12:09.136 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.023) 0:12:09.159 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.021) 0:12:09.181 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.016) 0:12:09.198 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.021) 0:12:09.220 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.016) 0:12:09.236 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.025) 0:12:09.262 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.032) 0:12:09.295 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967812.9377496, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1752967812.9377496, "dev": 6, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36826, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752967812.9377496, "nlink": 1, "path": "/dev/sdd", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.363) 0:12:09.659 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.025) 0:12:09.684 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.019) 0:12:09.704 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.022) 0:12:09.727 ********* ok: [managed-node7] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.019) 0:12:09.747 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.019) 0:12:09.767 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.021) 0:12:09.788 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 19 July 2025 19:30:18 -0400 (0:00:00.017) 0:12:09.806 ********* ok: [managed-node7] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 19 July 2025 19:30:21 -0400 (0:00:02.853) 0:12:12.659 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 19 July 2025 19:30:21 -0400 (0:00:00.019) 0:12:12.678 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 19 July 2025 19:30:21 -0400 (0:00:00.018) 0:12:12.697 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 19 July 2025 19:30:21 -0400 (0:00:00.025) 0:12:12.722 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 19 July 2025 19:30:21 -0400 (0:00:00.018) 0:12:12.741 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 19 July 2025 19:30:21 -0400 (0:00:00.019) 0:12:12.760 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 19 July 2025 19:30:21 -0400 (0:00:00.017) 0:12:12.777 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 19 July 2025 19:30:21 -0400 (0:00:00.019) 0:12:12.797 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 19 July 2025 19:30:21 -0400 (0:00:00.018) 0:12:12.815 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 19 July 2025 19:30:21 -0400 (0:00:00.023) 0:12:12.838 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 19 July 2025 19:30:21 -0400 (0:00:00.021) 0:12:12.859 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.020) 0:12:12.880 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.019) 0:12:12.899 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.017) 0:12:12.917 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.016) 0:12:12.933 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.017) 0:12:12.951 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.016) 0:12:12.968 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:12.987 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.005 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.017) 0:12:13.023 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.041 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.059 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.017) 0:12:13.077 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.020) 0:12:13.097 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.115 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.019) 0:12:13.134 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.153 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.019) 0:12:13.173 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.191 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.021) 0:12:13.212 ********* skipping: [managed-node7] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.020) 0:12:13.233 ********* skipping: [managed-node7] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.019) 0:12:13.252 ********* skipping: [managed-node7] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.019) 0:12:13.271 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.019) 0:12:13.290 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.017) 0:12:13.308 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.019) 0:12:13.328 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.017) 0:12:13.346 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.365 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.383 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.019) 0:12:13.402 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.421 ********* skipping: [managed-node7] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.020) 0:12:13.442 ********* skipping: [managed-node7] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.017) 0:12:13.459 ********* skipping: [managed-node7] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.019) 0:12:13.479 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.017) 0:12:13.496 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.017) 0:12:13.514 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.017) 0:12:13.531 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.550 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.021) 0:12:13.571 ********* ok: [managed-node7] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.019) 0:12:13.591 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.610 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.628 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.017) 0:12:13.646 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.019) 0:12:13.666 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.684 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.703 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.721 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.739 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.757 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.018) 0:12:13.776 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:86 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.016) 0:12:13.793 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 19 July 2025 19:30:22 -0400 (0:00:00.047) 0:12:13.840 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.049) 0:12:13.890 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.022) 0:12:13.913 ********* skipping: [managed-node7] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node7] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node7] => (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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node7] => (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-suW/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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.049) 0:12:13.962 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.018) 0:12:13.980 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.018) 0:12:13.998 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.015) 0:12:14.014 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.016) 0:12:14.031 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.041) 0:12:14.072 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.018) 0:12:14.090 ********* ok: [managed-node7] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.019) 0:12:14.109 ********* ok: [managed-node7] => { "storage_volumes | d([])": [ { "disks": [ "sdd" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.021) 0:12:14.131 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.017) 0:12:14.148 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.018) 0:12:14.166 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.019) 0:12:14.186 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.018) 0:12:14.204 ********* ok: [managed-node7] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.028) 0:12:14.232 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 19 July 2025 19:30:23 -0400 (0:00:00.016) 0:12:14.249 ********* ok: [managed-node7] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 19 July 2025 19:30:27 -0400 (0:00:04.499) 0:12:18.749 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 19 July 2025 19:30:27 -0400 (0:00:00.020) 0:12:18.770 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967815.0177574, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7a13f79faa70a1d933d4992598176f649ee6127e", "ctime": 1752967815.0147574, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 369098898, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752967815.0147574, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1483, "uid": 0, "version": "3544827952", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 19 July 2025 19:30:28 -0400 (0:00:00.335) 0:12:19.105 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 19 July 2025 19:30:28 -0400 (0:00:00.020) 0:12:19.125 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 19 July 2025 19:30:28 -0400 (0:00:00.016) 0:12:19.142 ********* ok: [managed-node7] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 19 July 2025 19:30:28 -0400 (0:00:00.021) 0:12:19.164 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 19 July 2025 19:30:28 -0400 (0:00:00.020) 0:12:19.184 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 19 July 2025 19:30:28 -0400 (0:00:00.020) 0:12:19.205 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 19 July 2025 19:30:28 -0400 (0:00:00.019) 0:12:19.224 ********* ok: [managed-node7] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 19 July 2025 19:30:28 -0400 (0:00:00.593) 0:12:19.818 ********* ok: [managed-node7] => (item={'src': 'UUID=040d472f-474c-47aa-a9c6-4047707cce2d', '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=040d472f-474c-47aa-a9c6-4047707cce2d", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 19 July 2025 19:30:29 -0400 (0:00:00.341) 0:12:20.159 ********* skipping: [managed-node7] => (item={'src': 'UUID=040d472f-474c-47aa-a9c6-4047707cce2d', '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=040d472f-474c-47aa-a9c6-4047707cce2d", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 19 July 2025 19:30:29 -0400 (0:00:00.026) 0:12:20.186 ********* ok: [managed-node7] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 19 July 2025 19:30:29 -0400 (0:00:00.584) 0:12:20.770 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752965897.9263911, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1752965890.3323622, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 402653317, "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": 1752965890.330362, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "664597190", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 19 July 2025 19:30:30 -0400 (0:00:00.329) 0:12:21.099 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 19 July 2025 19:30:30 -0400 (0:00:00.017) 0:12:21.117 ********* ok: [managed-node7] TASK [Verify results - 4] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:97 Saturday 19 July 2025 19:30:30 -0400 (0:00:00.712) 0:12:21.830 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node7 TASK [Print out pool information] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 19 July 2025 19:30:30 -0400 (0:00:00.038) 0:12:21.868 ********* skipping: [managed-node7] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 19 July 2025 19:30:31 -0400 (0:00:00.017) 0:12:21.886 ********* ok: [managed-node7] => { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 19 July 2025 19:30:31 -0400 (0:00:00.023) 0:12:21.909 ********* ok: [managed-node7] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "fcb807b6-f6d0-4225-b932-390c22055152" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdd": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "040d472f-474c-47aa-a9c6-4047707cce2d" }, "/dev/sde": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "8c08bdaa-f575-4dc4-9310-6da0c7b12ca6" }, "/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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 19 July 2025 19:30:31 -0400 (0:00:00.327) 0:12:22.237 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002187", "end": "2025-07-19 19:30:31.632231", "rc": 0, "start": "2025-07-19 19:30:31.630044" } 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=fcb807b6-f6d0-4225-b932-390c22055152 /opt/test1 xfs defaults 0 0 UUID=040d472f-474c-47aa-a9c6-4047707cce2d /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 19 July 2025 19:30:31 -0400 (0:00:00.323) 0:12:22.561 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.002652", "end": "2025-07-19 19:30:32.959777", "failed_when_result": false, "rc": 0, "start": "2025-07-19 19:30:31.957125" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 19 July 2025 19:30:33 -0400 (0:00:01.330) 0:12:23.891 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.018) 0:12:23.910 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node7 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.032) 0:12:23.943 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.020) 0:12:23.964 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node7 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.088) 0:12:24.052 ********* ok: [managed-node7] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.022) 0:12:24.074 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.024) 0:12:24.099 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.069) 0:12:24.169 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.024) 0:12:24.193 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.022) 0:12:24.216 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.021) 0:12:24.237 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.022) 0:12:24.260 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.020) 0:12:24.280 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.019) 0:12:24.299 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.018) 0:12:24.318 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.018) 0:12:24.336 ********* ok: [managed-node7] => { "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=040d472f-474c-47aa-a9c6-4047707cce2d " ], "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.038) 0:12:24.375 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.023) 0:12:24.398 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.024) 0:12:24.423 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.019) 0:12:24.442 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.023) 0:12:24.466 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.016) 0:12:24.482 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.026) 0:12:24.509 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.026) 0:12:24.535 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967812.9377496, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1752967812.9377496, "dev": 6, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36826, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752967812.9377496, "nlink": 1, "path": "/dev/sdd", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 19 July 2025 19:30:33 -0400 (0:00:00.333) 0:12:24.869 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 19 July 2025 19:30:34 -0400 (0:00:00.024) 0:12:24.893 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 19 July 2025 19:30:34 -0400 (0:00:00.018) 0:12:24.912 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 19 July 2025 19:30:34 -0400 (0:00:00.021) 0:12:24.934 ********* ok: [managed-node7] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 19 July 2025 19:30:34 -0400 (0:00:00.019) 0:12:24.954 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 19 July 2025 19:30:34 -0400 (0:00:00.017) 0:12:24.971 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 19 July 2025 19:30:34 -0400 (0:00:00.020) 0:12:24.991 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 19 July 2025 19:30:34 -0400 (0:00:00.019) 0:12:25.011 ********* ok: [managed-node7] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 19 July 2025 19:30:36 -0400 (0:00:02.799) 0:12:27.811 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 19 July 2025 19:30:36 -0400 (0:00:00.020) 0:12:27.831 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 19 July 2025 19:30:36 -0400 (0:00:00.017) 0:12:27.849 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 19 July 2025 19:30:36 -0400 (0:00:00.025) 0:12:27.874 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:27.892 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:27.911 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:27.929 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.019) 0:12:27.948 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:27.966 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.023) 0:12:27.989 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.021) 0:12:28.010 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.028 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.045 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.019) 0:12:28.065 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.083 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.101 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:28.119 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.136 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:28.155 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.019) 0:12:28.174 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:28.193 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:28.212 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:28.230 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.248 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.266 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.021) 0:12:28.288 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.040) 0:12:28.329 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.020) 0:12:28.350 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.019) 0:12:28.369 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.020) 0:12:28.389 ********* skipping: [managed-node7] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.019) 0:12:28.409 ********* skipping: [managed-node7] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.019) 0:12:28.428 ********* skipping: [managed-node7] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.020) 0:12:28.448 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.019) 0:12:28.468 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:28.487 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:28.505 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:28.523 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:28.541 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.019) 0:12:28.561 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.579 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:28.597 ********* skipping: [managed-node7] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.615 ********* skipping: [managed-node7] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.633 ********* skipping: [managed-node7] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.651 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.023) 0:12:28.674 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.019) 0:12:28.693 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.710 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.728 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.017) 0:12:28.746 ********* ok: [managed-node7] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.020) 0:12:28.766 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.019) 0:12:28.786 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.019) 0:12:28.805 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:28.824 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:28.842 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 19 July 2025 19:30:37 -0400 (0:00:00.018) 0:12:28.860 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.018) 0:12:28.879 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.019) 0:12:28.898 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.018) 0:12:28.916 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.018) 0:12:28.935 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.017) 0:12:28.952 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:100 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.016) 0:12:28.968 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.089) 0:12:29.058 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.049) 0:12:29.108 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.035) 0:12:29.144 ********* skipping: [managed-node7] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node7] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node7] => (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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node7] => (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-suW/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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.078) 0:12:29.223 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.030) 0:12:29.253 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.029) 0:12:29.282 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.028) 0:12:29.310 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.027) 0:12:29.337 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.057) 0:12:29.395 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.029) 0:12:29.424 ********* ok: [managed-node7] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.041) 0:12:29.466 ********* ok: [managed-node7] => { "storage_volumes | d([])": [ { "disks": [ "sdd" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.035) 0:12:29.502 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.030) 0:12:29.532 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.031) 0:12:29.564 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.026) 0:12:29.590 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.023) 0:12:29.614 ********* ok: [managed-node7] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.047) 0:12:29.661 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 19 July 2025 19:30:38 -0400 (0:00:00.028) 0:12:29.689 ********* changed: [managed-node7] => { "actions": [ { "action": "destroy format", "device": "/dev/sdd", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "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=c638b54b-2a43-4231-a01a-ab5dd08e94db", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 19 July 2025 19:30:43 -0400 (0:00:04.756) 0:12:34.445 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 19 July 2025 19:30:43 -0400 (0:00:00.019) 0:12:34.465 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967815.0177574, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7a13f79faa70a1d933d4992598176f649ee6127e", "ctime": 1752967815.0147574, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 369098898, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752967815.0147574, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1483, "uid": 0, "version": "3544827952", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 19 July 2025 19:30:43 -0400 (0:00:00.336) 0:12:34.801 ********* ok: [managed-node7] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 19 July 2025 19:30:44 -0400 (0:00:00.334) 0:12:35.136 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 19 July 2025 19:30:44 -0400 (0:00:00.018) 0:12:35.154 ********* ok: [managed-node7] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdd", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d", "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=c638b54b-2a43-4231-a01a-ab5dd08e94db", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 19 July 2025 19:30:44 -0400 (0:00:00.023) 0:12:35.177 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 19 July 2025 19:30:44 -0400 (0:00:00.020) 0:12:35.198 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 19 July 2025 19:30:44 -0400 (0:00:00.020) 0:12:35.219 ********* changed: [managed-node7] => (item={'src': 'UUID=040d472f-474c-47aa-a9c6-4047707cce2d', '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=040d472f-474c-47aa-a9c6-4047707cce2d", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=040d472f-474c-47aa-a9c6-4047707cce2d" } ok: [managed-node7] => (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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 19 July 2025 19:30:44 -0400 (0:00:00.651) 0:12:35.870 ********* ok: [managed-node7] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 19 July 2025 19:30:45 -0400 (0:00:00.604) 0:12:36.474 ********* changed: [managed-node7] => (item={'src': 'UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db', '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=c638b54b-2a43-4231-a01a-ab5dd08e94db", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 19 July 2025 19:30:45 -0400 (0:00:00.342) 0:12:36.816 ********* skipping: [managed-node7] => (item={'src': 'UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db', '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=c638b54b-2a43-4231-a01a-ab5dd08e94db", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 19 July 2025 19:30:45 -0400 (0:00:00.025) 0:12:36.842 ********* ok: [managed-node7] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 19 July 2025 19:30:46 -0400 (0:00:00.591) 0:12:37.433 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752965897.9263911, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1752965890.3323622, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 402653317, "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": 1752965890.330362, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "664597190", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 19 July 2025 19:30:46 -0400 (0:00:00.335) 0:12:37.769 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 19 July 2025 19:30:46 -0400 (0:00:00.019) 0:12:37.788 ********* ok: [managed-node7] TASK [Verify results - 5] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:110 Saturday 19 July 2025 19:30:47 -0400 (0:00:00.715) 0:12:38.504 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node7 TASK [Print out pool information] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 19 July 2025 19:30:47 -0400 (0:00:00.040) 0:12:38.545 ********* skipping: [managed-node7] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 19 July 2025 19:30:47 -0400 (0:00:00.017) 0:12:38.562 ********* ok: [managed-node7] => { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 19 July 2025 19:30:47 -0400 (0:00:00.023) 0:12:38.586 ********* ok: [managed-node7] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "fcb807b6-f6d0-4225-b932-390c22055152" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdd": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "c638b54b-2a43-4231-a01a-ab5dd08e94db" }, "/dev/sde": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "8c08bdaa-f575-4dc4-9310-6da0c7b12ca6" }, "/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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 19 July 2025 19:30:48 -0400 (0:00:00.330) 0:12:38.916 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002281", "end": "2025-07-19 19:30:48.311729", "rc": 0, "start": "2025-07-19 19:30:48.309448" } 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=fcb807b6-f6d0-4225-b932-390c22055152 /opt/test1 xfs defaults 0 0 UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 19 July 2025 19:30:48 -0400 (0:00:00.323) 0:12:39.240 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002671", "end": "2025-07-19 19:30:48.636545", "failed_when_result": false, "rc": 0, "start": "2025-07-19 19:30:48.633874" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 19 July 2025 19:30:48 -0400 (0:00:00.324) 0:12:39.564 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 19 July 2025 19:30:48 -0400 (0:00:00.019) 0:12:39.584 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node7 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 19 July 2025 19:30:48 -0400 (0:00:00.035) 0:12:39.619 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 19 July 2025 19:30:48 -0400 (0:00:00.022) 0:12:39.641 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node7 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 19 July 2025 19:30:48 -0400 (0:00:00.089) 0:12:39.731 ********* ok: [managed-node7] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 19 July 2025 19:30:48 -0400 (0:00:00.023) 0:12:39.755 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 19 July 2025 19:30:48 -0400 (0:00:00.025) 0:12:39.780 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 19 July 2025 19:30:48 -0400 (0:00:00.024) 0:12:39.805 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 19 July 2025 19:30:48 -0400 (0:00:00.022) 0:12:39.827 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 19 July 2025 19:30:48 -0400 (0:00:00.018) 0:12:39.846 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 19 July 2025 19:30:48 -0400 (0:00:00.018) 0:12:39.865 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 19 July 2025 19:30:49 -0400 (0:00:00.017) 0:12:39.882 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "realpath", "/dev/sdd" ], "delta": "0:00:00.003245", "end": "2025-07-19 19:30:49.288577", "rc": 0, "start": "2025-07-19 19:30:49.285332" } STDOUT: /dev/sdd TASK [Gather swap info] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 19 July 2025 19:30:49 -0400 (0:00:00.334) 0:12:40.217 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002747", "end": "2025-07-19 19:30:49.619221", "rc": 0, "start": "2025-07-19 19:30:49.616474" } STDOUT: Filename Type Size Used Priority /dev/sdd partition 1073741820 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 19 July 2025 19:30:49 -0400 (0:00:00.330) 0:12:40.547 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 19 July 2025 19:30:49 -0400 (0:00:00.024) 0:12:40.572 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 19 July 2025 19:30:49 -0400 (0:00:00.018) 0:12:40.591 ********* ok: [managed-node7] => { "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=c638b54b-2a43-4231-a01a-ab5dd08e94db " ], "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 19 July 2025 19:30:49 -0400 (0:00:00.036) 0:12:40.628 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 19 July 2025 19:30:49 -0400 (0:00:00.022) 0:12:40.650 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 19 July 2025 19:30:49 -0400 (0:00:00.021) 0:12:40.671 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 19 July 2025 19:30:49 -0400 (0:00:00.016) 0:12:40.688 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 19 July 2025 19:30:49 -0400 (0:00:00.021) 0:12:40.709 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 19 July 2025 19:30:49 -0400 (0:00:00.017) 0:12:40.727 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 19 July 2025 19:30:49 -0400 (0:00:00.024) 0:12:40.751 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 19 July 2025 19:30:49 -0400 (0:00:00.026) 0:12:40.778 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967843.275864, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1752967843.2568636, "dev": 6, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36826, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752967843.2568636, "nlink": 1, "path": "/dev/sdd", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 19 July 2025 19:30:50 -0400 (0:00:00.333) 0:12:41.111 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 19 July 2025 19:30:50 -0400 (0:00:00.023) 0:12:41.135 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 19 July 2025 19:30:50 -0400 (0:00:00.019) 0:12:41.154 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 19 July 2025 19:30:50 -0400 (0:00:00.021) 0:12:41.175 ********* ok: [managed-node7] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 19 July 2025 19:30:50 -0400 (0:00:00.019) 0:12:41.195 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 19 July 2025 19:30:50 -0400 (0:00:00.017) 0:12:41.213 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 19 July 2025 19:30:50 -0400 (0:00:00.020) 0:12:41.234 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 19 July 2025 19:30:50 -0400 (0:00:00.017) 0:12:41.252 ********* ok: [managed-node7] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 19 July 2025 19:30:53 -0400 (0:00:02.860) 0:12:44.112 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.020) 0:12:44.132 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.017) 0:12:44.150 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.025) 0:12:44.175 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.019) 0:12:44.195 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.017) 0:12:44.213 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.017) 0:12:44.230 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.017) 0:12:44.247 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.018) 0:12:44.266 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.023) 0:12:44.289 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.023) 0:12:44.312 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.018) 0:12:44.331 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.017) 0:12:44.348 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.018) 0:12:44.366 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.017) 0:12:44.384 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.017) 0:12:44.402 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.020) 0:12:44.422 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.018) 0:12:44.440 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.018) 0:12:44.459 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.018) 0:12:44.478 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.017) 0:12:44.496 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.017) 0:12:44.513 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.019) 0:12:44.533 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.017) 0:12:44.550 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.017) 0:12:44.568 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.018) 0:12:44.587 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.019) 0:12:44.606 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.019) 0:12:44.625 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.019) 0:12:44.645 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.020) 0:12:44.665 ********* skipping: [managed-node7] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.019) 0:12:44.685 ********* skipping: [managed-node7] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.019) 0:12:44.704 ********* skipping: [managed-node7] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.019) 0:12:44.723 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.020) 0:12:44.743 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.019) 0:12:44.763 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.018) 0:12:44.781 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.017) 0:12:44.799 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.018) 0:12:44.817 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.021) 0:12:44.838 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.017) 0:12:44.856 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 19 July 2025 19:30:53 -0400 (0:00:00.019) 0:12:44.876 ********* skipping: [managed-node7] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.018) 0:12:44.894 ********* skipping: [managed-node7] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.017) 0:12:44.912 ********* skipping: [managed-node7] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.017) 0:12:44.930 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.018) 0:12:44.948 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.017) 0:12:44.966 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.019) 0:12:44.986 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.017) 0:12:45.003 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.018) 0:12:45.021 ********* ok: [managed-node7] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.019) 0:12:45.041 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.019) 0:12:45.060 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.018) 0:12:45.079 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.019) 0:12:45.099 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.039) 0:12:45.138 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.018) 0:12:45.157 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.018) 0:12:45.176 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.017) 0:12:45.193 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.018) 0:12:45.212 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.017) 0:12:45.229 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.018) 0:12:45.248 ********* ok: [managed-node7] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence - 2] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:113 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.016) 0:12:45.264 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.055) 0:12:45.320 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.025) 0:12:45.345 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.021) 0:12:45.367 ********* skipping: [managed-node7] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node7] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node7] => (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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node7] => (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-suW/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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.048) 0:12:45.415 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.019) 0:12:45.435 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.018) 0:12:45.453 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.016) 0:12:45.470 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.016) 0:12:45.486 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.041) 0:12:45.528 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.018) 0:12:45.546 ********* ok: [managed-node7] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.019) 0:12:45.565 ********* ok: [managed-node7] => { "storage_volumes | d([])": [ { "disks": [ "sdd" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.021) 0:12:45.586 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.017) 0:12:45.604 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.019) 0:12:45.623 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.018) 0:12:45.641 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.018) 0:12:45.659 ********* ok: [managed-node7] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.027) 0:12:45.687 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 19 July 2025 19:30:54 -0400 (0:00:00.016) 0:12:45.704 ********* ok: [managed-node7] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "state": "present" } ], "packages": [ "e2fsprogs", "mdadm", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 19 July 2025 19:30:59 -0400 (0:00:04.301) 0:12:50.005 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 19 July 2025 19:30:59 -0400 (0:00:00.019) 0:12:50.024 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967846.3918755, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5856fe306652eb74a89dcbd04c97d55da2779562", "ctime": 1752967845.8838737, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 369098898, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752967845.8838737, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1478, "uid": 0, "version": "3544827952", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 19 July 2025 19:30:59 -0400 (0:00:00.332) 0:12:50.357 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 19 July 2025 19:30:59 -0400 (0:00:00.021) 0:12:50.378 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 19 July 2025 19:30:59 -0400 (0:00:00.016) 0:12:50.395 ********* ok: [managed-node7] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "state": "present" } ], "packages": [ "e2fsprogs", "mdadm", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 19 July 2025 19:30:59 -0400 (0:00:00.022) 0:12:50.417 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 19 July 2025 19:30:59 -0400 (0:00:00.019) 0:12:50.437 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 19 July 2025 19:30:59 -0400 (0:00:00.020) 0:12:50.457 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 19 July 2025 19:30:59 -0400 (0:00:00.018) 0:12:50.476 ********* ok: [managed-node7] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 19 July 2025 19:31:00 -0400 (0:00:00.591) 0:12:51.068 ********* ok: [managed-node7] => (item={'src': 'UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db', '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=c638b54b-2a43-4231-a01a-ab5dd08e94db", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 19 July 2025 19:31:00 -0400 (0:00:00.339) 0:12:51.408 ********* skipping: [managed-node7] => (item={'src': 'UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db', '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=c638b54b-2a43-4231-a01a-ab5dd08e94db", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 19 July 2025 19:31:00 -0400 (0:00:00.025) 0:12:51.433 ********* ok: [managed-node7] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 19 July 2025 19:31:01 -0400 (0:00:00.582) 0:12:52.016 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752965897.9263911, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1752965890.3323622, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 402653317, "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": 1752965890.330362, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "664597190", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 19 July 2025 19:31:01 -0400 (0:00:00.330) 0:12:52.347 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 19 July 2025 19:31:01 -0400 (0:00:00.019) 0:12:52.366 ********* ok: [managed-node7] TASK [Verify results - 6] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:123 Saturday 19 July 2025 19:31:02 -0400 (0:00:00.737) 0:12:53.104 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node7 TASK [Print out pool information] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 19 July 2025 19:31:02 -0400 (0:00:00.045) 0:12:53.149 ********* skipping: [managed-node7] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 19 July 2025 19:31:02 -0400 (0:00:00.019) 0:12:53.168 ********* ok: [managed-node7] => { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_kernel_device": "/dev/sdd", "_mount_id": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "_raw_device": "/dev/sdd", "_raw_kernel_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 19 July 2025 19:31:02 -0400 (0:00:00.024) 0:12:53.192 ********* ok: [managed-node7] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "fcb807b6-f6d0-4225-b932-390c22055152" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdd": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "c638b54b-2a43-4231-a01a-ab5dd08e94db" }, "/dev/sde": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "8c08bdaa-f575-4dc4-9310-6da0c7b12ca6" }, "/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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 19 July 2025 19:31:02 -0400 (0:00:00.340) 0:12:53.532 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002538", "end": "2025-07-19 19:31:02.937233", "rc": 0, "start": "2025-07-19 19:31:02.934695" } 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=fcb807b6-f6d0-4225-b932-390c22055152 /opt/test1 xfs defaults 0 0 UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 19 July 2025 19:31:02 -0400 (0:00:00.334) 0:12:53.867 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002497", "end": "2025-07-19 19:31:03.273299", "failed_when_result": false, "rc": 0, "start": "2025-07-19 19:31:03.270802" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 19 July 2025 19:31:03 -0400 (0:00:00.337) 0:12:54.204 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 19 July 2025 19:31:03 -0400 (0:00:00.019) 0:12:54.224 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node7 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 19 July 2025 19:31:03 -0400 (0:00:00.035) 0:12:54.259 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 19 July 2025 19:31:03 -0400 (0:00:00.023) 0:12:54.282 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node7 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 19 July 2025 19:31:03 -0400 (0:00:00.090) 0:12:54.373 ********* ok: [managed-node7] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 19 July 2025 19:31:03 -0400 (0:00:00.022) 0:12:54.395 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 19 July 2025 19:31:03 -0400 (0:00:00.026) 0:12:54.422 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 19 July 2025 19:31:03 -0400 (0:00:00.047) 0:12:54.470 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 19 July 2025 19:31:03 -0400 (0:00:00.025) 0:12:54.495 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 19 July 2025 19:31:03 -0400 (0:00:00.018) 0:12:54.513 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 19 July 2025 19:31:03 -0400 (0:00:00.018) 0:12:54.531 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 19 July 2025 19:31:03 -0400 (0:00:00.018) 0:12:54.550 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "realpath", "/dev/sdd" ], "delta": "0:00:00.002473", "end": "2025-07-19 19:31:03.952326", "rc": 0, "start": "2025-07-19 19:31:03.949853" } STDOUT: /dev/sdd TASK [Gather swap info] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.329) 0:12:54.880 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002633", "end": "2025-07-19 19:31:04.292291", "rc": 0, "start": "2025-07-19 19:31:04.289658" } STDOUT: Filename Type Size Used Priority /dev/sdd partition 1073741820 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.341) 0:12:55.222 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.026) 0:12:55.248 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.018) 0:12:55.266 ********* ok: [managed-node7] => { "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=c638b54b-2a43-4231-a01a-ab5dd08e94db " ], "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.036) 0:12:55.302 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.022) 0:12:55.325 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.020) 0:12:55.346 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.018) 0:12:55.364 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.022) 0:12:55.387 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.017) 0:12:55.404 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.025) 0:12:55.430 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.026) 0:12:55.456 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967843.275864, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1752967843.2568636, "dev": 6, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36826, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752967843.2568636, "nlink": 1, "path": "/dev/sdd", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.332) 0:12:55.789 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.024) 0:12:55.813 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.019) 0:12:55.832 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.021) 0:12:55.854 ********* ok: [managed-node7] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 19 July 2025 19:31:04 -0400 (0:00:00.019) 0:12:55.874 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 19 July 2025 19:31:05 -0400 (0:00:00.017) 0:12:55.891 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 19 July 2025 19:31:05 -0400 (0:00:00.024) 0:12:55.916 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 19 July 2025 19:31:05 -0400 (0:00:00.017) 0:12:55.934 ********* ok: [managed-node7] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 19 July 2025 19:31:07 -0400 (0:00:02.869) 0:12:58.803 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 19 July 2025 19:31:07 -0400 (0:00:00.019) 0:12:58.823 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 19 July 2025 19:31:07 -0400 (0:00:00.018) 0:12:58.841 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 19 July 2025 19:31:07 -0400 (0:00:00.027) 0:12:58.869 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:58.886 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:58.904 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:58.922 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.020) 0:12:58.942 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:58.960 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.024) 0:12:58.984 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.020) 0:12:59.005 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.022 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.041 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.059 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.016) 0:12:59.075 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.094 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.111 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.129 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.146 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.164 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.182 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.201 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.218 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.236 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.254 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.019) 0:12:59.273 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.292 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.020) 0:12:59.313 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.332 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.350 ********* skipping: [managed-node7] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.369 ********* skipping: [managed-node7] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.388 ********* skipping: [managed-node7] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.019) 0:12:59.407 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.021) 0:12:59.428 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.446 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.464 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.481 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.499 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.516 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.019) 0:12:59.536 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.553 ********* skipping: [managed-node7] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.571 ********* skipping: [managed-node7] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.589 ********* skipping: [managed-node7] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.606 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.625 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.044) 0:12:59.669 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.020) 0:12:59.689 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.708 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.727 ********* ok: [managed-node7] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.019) 0:12:59.746 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.765 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.020) 0:12:59.786 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.804 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.823 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.018) 0:12:59.841 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.859 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 19 July 2025 19:31:08 -0400 (0:00:00.017) 0:12:59.876 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.019) 0:12:59.896 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.018) 0:12:59.914 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.016) 0:12:59.931 ********* ok: [managed-node7] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:126 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.020) 0:12:59.951 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.064) 0:13:00.016 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.026) 0:13:00.042 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.021) 0:13:00.064 ********* skipping: [managed-node7] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node7] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node7] => (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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node7] => (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-suW/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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.048) 0:13:00.113 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.017) 0:13:00.130 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.017) 0:13:00.147 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.017) 0:13:00.164 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.017) 0:13:00.182 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node7 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.039) 0:13:00.222 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.019) 0:13:00.241 ********* ok: [managed-node7] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.020) 0:13:00.262 ********* ok: [managed-node7] => { "storage_volumes | d([])": [ { "disks": [ "sdd" ], "mount_point": "/opt/test", "name": "test1", "state": "absent", "type": "disk" }, { "disks": [ "sde" ], "mount_point": "none", "name": "test2", "state": "absent", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.023) 0:13:00.286 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.018) 0:13:00.304 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.018) 0:13:00.323 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.018) 0:13:00.341 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.018) 0:13:00.359 ********* ok: [managed-node7] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.029) 0:13:00.389 ********* TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 19 July 2025 19:31:09 -0400 (0:00:00.016) 0:13:00.406 ********* changed: [managed-node7] => { "actions": [ { "action": "destroy format", "device": "/dev/sde", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "state": "absent" } ], "packages": [ "mdadm", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_mount_id": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "_raw_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sde", "_mount_id": "UUID=8c08bdaa-f575-4dc4-9310-6da0c7b12ca6", "_raw_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 19 July 2025 19:31:14 -0400 (0:00:04.544) 0:13:04.950 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 19 July 2025 19:31:14 -0400 (0:00:00.020) 0:13:04.971 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967846.3918755, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5856fe306652eb74a89dcbd04c97d55da2779562", "ctime": 1752967845.8838737, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 369098898, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752967845.8838737, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1478, "uid": 0, "version": "3544827952", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 19 July 2025 19:31:14 -0400 (0:00:00.334) 0:13:05.305 ********* ok: [managed-node7] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 19 July 2025 19:31:14 -0400 (0:00:00.332) 0:13:05.638 ********* TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 19 July 2025 19:31:14 -0400 (0:00:00.017) 0:13:05.656 ********* ok: [managed-node7] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sde", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/md/test1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "state": "absent" } ], "packages": [ "mdadm", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdd", "_mount_id": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "_raw_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sde", "_mount_id": "UUID=8c08bdaa-f575-4dc4-9310-6da0c7b12ca6", "_raw_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 19 July 2025 19:31:14 -0400 (0:00:00.024) 0:13:05.680 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 19 July 2025 19:31:14 -0400 (0:00:00.020) 0:13:05.701 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_mount_id": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "_raw_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sde", "_mount_id": "UUID=8c08bdaa-f575-4dc4-9310-6da0c7b12ca6", "_raw_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 19 July 2025 19:31:14 -0400 (0:00:00.021) 0:13:05.722 ********* changed: [managed-node7] => (item={'src': 'UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db', '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=c638b54b-2a43-4231-a01a-ab5dd08e94db", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 19 July 2025 19:31:15 -0400 (0:00:00.336) 0:13:06.059 ********* ok: [managed-node7] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 19 July 2025 19:31:15 -0400 (0:00:00.592) 0:13:06.651 ********* TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 19 July 2025 19:31:15 -0400 (0:00:00.020) 0:13:06.672 ********* TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 19 July 2025 19:31:15 -0400 (0:00:00.018) 0:13:06.690 ********* ok: [managed-node7] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 19 July 2025 19:31:16 -0400 (0:00:00.584) 0:13:07.275 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752965897.9263911, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1752965890.3323622, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 402653317, "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": 1752965890.330362, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "664597190", "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-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 19 July 2025 19:31:16 -0400 (0:00:00.327) 0:13:07.602 ********* TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 19 July 2025 19:31:16 -0400 (0:00:00.018) 0:13:07.621 ********* ok: [managed-node7] TASK [Verify results - 7] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:142 Saturday 19 July 2025 19:31:17 -0400 (0:00:00.722) 0:13:08.344 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node7 TASK [Print out pool information] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 19 July 2025 19:31:17 -0400 (0:00:00.049) 0:13:08.393 ********* skipping: [managed-node7] => {} TASK [Print out volume information] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 19 July 2025 19:31:17 -0400 (0:00:00.022) 0:13:08.416 ********* ok: [managed-node7] => { "_storage_volumes_list": [ { "_device": "/dev/sdd", "_mount_id": "UUID=c638b54b-2a43-4231-a01a-ab5dd08e94db", "_raw_device": "/dev/sdd", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdd" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sde", "_mount_id": "UUID=8c08bdaa-f575-4dc4-9310-6da0c7b12ca6", "_raw_device": "/dev/sde", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sde" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 1099511627776, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 19 July 2025 19:31:17 -0400 (0:00:00.028) 0:13:08.444 ********* ok: [managed-node7] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "fcb807b6-f6d0-4225-b932-390c22055152" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node7:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "20473572-0b5a-c0da-4f67-52a2105799c2" }, "/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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 19 July 2025 19:31:17 -0400 (0:00:00.333) 0:13:08.777 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002717", "end": "2025-07-19 19:31:18.173437", "rc": 0, "start": "2025-07-19 19:31:18.170720" } 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=fcb807b6-f6d0-4225-b932-390c22055152 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 19 July 2025 19:31:18 -0400 (0:00:00.323) 0:13:09.100 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002262", "end": "2025-07-19 19:31:18.494605", "failed_when_result": false, "rc": 0, "start": "2025-07-19 19:31:18.492343" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 19 July 2025 19:31:18 -0400 (0:00:00.323) 0:13:09.424 ********* TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 19 July 2025 19:31:18 -0400 (0:00:00.018) 0:13:09.443 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node7 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 19 July 2025 19:31:18 -0400 (0:00:00.094) 0:13:09.537 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 19 July 2025 19:31:18 -0400 (0:00:00.022) 0:13:09.559 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node7 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 19 July 2025 19:31:18 -0400 (0:00:00.091) 0:13:09.651 ********* ok: [managed-node7] => { "ansible_facts": { "storage_test_device_path": "/dev/sdd" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 19 July 2025 19:31:18 -0400 (0:00:00.024) 0:13:09.676 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 19 July 2025 19:31:18 -0400 (0:00:00.024) 0:13:09.701 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 19 July 2025 19:31:18 -0400 (0:00:00.018) 0:13:09.720 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 19 July 2025 19:31:18 -0400 (0:00:00.014) 0:13:09.735 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 19 July 2025 19:31:18 -0400 (0:00:00.014) 0:13:09.749 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 19 July 2025 19:31:18 -0400 (0:00:00.014) 0:13:09.763 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 19 July 2025 19:31:18 -0400 (0:00:00.016) 0:13:09.779 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "realpath", "/dev/sdd" ], "delta": "0:00:00.002187", "end": "2025-07-19 19:31:19.182844", "rc": 0, "start": "2025-07-19 19:31:19.180657" } STDOUT: /dev/sdd TASK [Gather swap info] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 19 July 2025 19:31:19 -0400 (0:00:00.330) 0:13:10.110 ********* ok: [managed-node7] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002384", "end": "2025-07-19 19:31:19.504876", "rc": 0, "start": "2025-07-19 19:31:19.502492" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 19 July 2025 19:31:19 -0400 (0:00:00.321) 0:13:10.431 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 19 July 2025 19:31:19 -0400 (0:00:00.025) 0:13:10.457 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 19 July 2025 19:31:19 -0400 (0:00:00.017) 0:13:10.475 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 19 July 2025 19:31:19 -0400 (0:00:00.036) 0:13:10.511 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 19 July 2025 19:31:19 -0400 (0:00:00.018) 0:13:10.529 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 19 July 2025 19:31:19 -0400 (0:00:00.020) 0:13:10.550 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 19 July 2025 19:31:19 -0400 (0:00:00.018) 0:13:10.569 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 19 July 2025 19:31:19 -0400 (0:00:00.021) 0:13:10.591 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 19 July 2025 19:31:19 -0400 (0:00:00.017) 0:13:10.608 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 19 July 2025 19:31:19 -0400 (0:00:00.019) 0:13:10.628 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 19 July 2025 19:31:19 -0400 (0:00:00.019) 0:13:10.647 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967873.9629793, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1752967873.9629793, "dev": 6, "device_type": 2096, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 36826, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752967873.9629793, "nlink": 1, "path": "/dev/sdd", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 19 July 2025 19:31:20 -0400 (0:00:00.330) 0:13:10.978 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 19 July 2025 19:31:20 -0400 (0:00:00.024) 0:13:11.003 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 19 July 2025 19:31:20 -0400 (0:00:00.023) 0:13:11.026 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 19 July 2025 19:31:20 -0400 (0:00:00.013) 0:13:11.040 ********* ok: [managed-node7] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 19 July 2025 19:31:20 -0400 (0:00:00.018) 0:13:11.058 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 19 July 2025 19:31:20 -0400 (0:00:00.018) 0:13:11.076 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 19 July 2025 19:31:20 -0400 (0:00:00.014) 0:13:11.090 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 19 July 2025 19:31:20 -0400 (0:00:00.017) 0:13:11.107 ********* ok: [managed-node7] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 19 July 2025 19:31:23 -0400 (0:00:02.799) 0:13:13.907 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.019) 0:13:13.927 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:13.945 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.015) 0:13:13.961 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:13.980 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:13.997 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.015) 0:13:14.012 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.014) 0:13:14.026 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.044 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.025) 0:13:14.070 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.021) 0:13:14.091 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.109 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.126 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.144 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.162 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.019) 0:13:14.181 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.199 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.216 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.235 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.253 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.271 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.019) 0:13:14.290 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.307 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.326 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.344 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.361 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.016) 0:13:14.378 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.019) 0:13:14.398 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.417 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.434 ********* skipping: [managed-node7] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.452 ********* skipping: [managed-node7] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.470 ********* skipping: [managed-node7] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.488 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.019) 0:13:14.507 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.525 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.543 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.561 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.579 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.016) 0:13:14.596 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.019) 0:13:14.616 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.634 ********* skipping: [managed-node7] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.652 ********* skipping: [managed-node7] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.670 ********* skipping: [managed-node7] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.689 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.707 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.019) 0:13:14.727 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.745 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.763 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.017) 0:13:14.781 ********* ok: [managed-node7] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.800 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.018) 0:13:14.819 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 19 July 2025 19:31:23 -0400 (0:00:00.019) 0:13:14.838 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.040) 0:13:14.878 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.019) 0:13:14.898 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.018) 0:13:14.916 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.017) 0:13:14.934 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.017) 0:13:14.951 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.018) 0:13:14.970 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.019) 0:13:14.989 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.017) 0:13:15.007 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.022) 0:13:15.029 ********* included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node7 included: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node7 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.093) 0:13:15.122 ********* ok: [managed-node7] => { "ansible_facts": { "storage_test_device_path": "/dev/sde" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.021) 0:13:15.144 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.024) 0:13:15.169 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.019) 0:13:15.189 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.014) 0:13:15.204 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.013) 0:13:15.218 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.014) 0:13:15.232 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.013) 0:13:15.246 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.018) 0:13:15.265 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.019) 0:13:15.285 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.018) 0:13:15.303 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.017) 0:13:15.321 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.036) 0:13:15.357 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.017) 0:13:15.375 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.022) 0:13:15.398 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.017) 0:13:15.415 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.022) 0:13:15.437 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.016) 0:13:15.454 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.020) 0:13:15.474 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.019) 0:13:15.494 ********* ok: [managed-node7] => { "changed": false, "stat": { "atime": 1752967873.920979, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1752967873.920979, "dev": 6, "device_type": 2112, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 38060, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752967873.920979, "nlink": 1, "path": "/dev/sde", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.328) 0:13:15.822 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.025) 0:13:15.848 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 19 July 2025 19:31:24 -0400 (0:00:00.019) 0:13:15.867 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 19 July 2025 19:31:25 -0400 (0:00:00.014) 0:13:15.881 ********* ok: [managed-node7] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 19 July 2025 19:31:25 -0400 (0:00:00.019) 0:13:15.901 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 19 July 2025 19:31:25 -0400 (0:00:00.017) 0:13:15.918 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 19 July 2025 19:31:25 -0400 (0:00:00.014) 0:13:15.933 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 19 July 2025 19:31:25 -0400 (0:00:00.019) 0:13:15.952 ********* ok: [managed-node7] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 19 July 2025 19:31:27 -0400 (0:00:02.810) 0:13:18.763 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 19 July 2025 19:31:27 -0400 (0:00:00.020) 0:13:18.783 ********* skipping: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 19 July 2025 19:31:27 -0400 (0:00:00.018) 0:13:18.802 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 19 July 2025 19:31:27 -0400 (0:00:00.014) 0:13:18.816 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 19 July 2025 19:31:27 -0400 (0:00:00.017) 0:13:18.834 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 19 July 2025 19:31:27 -0400 (0:00:00.017) 0:13:18.851 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 19 July 2025 19:31:27 -0400 (0:00:00.013) 0:13:18.865 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.013) 0:13:18.878 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.041) 0:13:18.920 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.025) 0:13:18.946 ********* ok: [managed-node7] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.021) 0:13:18.967 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:18.986 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.004 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.022 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.040 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.059 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.076 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.021) 0:13:19.098 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.116 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.133 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.152 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.170 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.188 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.206 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.224 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.241 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.019) 0:13:19.261 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.279 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.298 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.315 ********* skipping: [managed-node7] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.332 ********* skipping: [managed-node7] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.350 ********* skipping: [managed-node7] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.019) 0:13:19.370 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.388 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.405 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.424 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.441 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.459 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.019) 0:13:19.478 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.497 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.019) 0:13:19.516 ********* skipping: [managed-node7] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.534 ********* skipping: [managed-node7] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.552 ********* skipping: [managed-node7] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.570 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value - 2] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.019) 0:13:19.589 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.608 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.627 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.645 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.662 ********* ok: [managed-node7] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.020) 0:13:19.683 ********* ok: [managed-node7] => { "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-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.021) 0:13:19.704 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.722 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.019) 0:13:19.742 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.760 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.778 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.017) 0:13:19.795 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.020) 0:13:19.815 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.834 ********* skipping: [managed-node7] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.018) 0:13:19.852 ********* ok: [managed-node7] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 19 July 2025 19:31:28 -0400 (0:00:00.016) 0:13:19.869 ********* ok: [managed-node7] => { "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-node7 : ok=486 changed=11 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 19 July 2025 19:31:29 -0400 (0:00:00.010) 0:13:19.879 ********* =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state - 297.91s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state - 297.76s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Make sure blivet is available ------- 6.69s /tmp/collections-suW/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.97s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.76s /tmp/collections-suW/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.61s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Gathering Facts --------------------------------------------------------- 4.59s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.54s /tmp/collections-suW/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.50s /tmp/collections-suW/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.30s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Ensure cryptsetup is present -------------------------------------------- 4.28s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure test packages ---------------------------------------------------- 4.24s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Ensure test packages ---------------------------------------------------- 4.19s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 fedora.linux_system_roles.storage : Get required packages --------------- 3.80s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get service facts ------------------- 3.55s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Ensure cryptsetup is present -------------------------------------------- 3.19s /tmp/collections-suW/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 --- 2.94s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Ensure cryptsetup is present -------------------------------------------- 2.87s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 2.86s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 2.85s /tmp/collections-suW/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10