ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-cLb executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', 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 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_raid_volume_options.yml **************************************** 1 plays in /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml PLAY [Test raid volume options] ************************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:2 Saturday 28 June 2025 19:14:19 -0400 (0:00:00.160) 0:00:00.160 ********* ok: [managed-node5] TASK [Run the role] ************************************************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:11 Saturday 28 June 2025 19:14:22 -0400 (0:00:03.181) 0:00:03.341 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:14:22 -0400 (0:00:00.088) 0:00:03.429 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:14:22 -0400 (0:00:00.121) 0:00:03.551 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:14:22 -0400 (0:00:00.110) 0:00:03.661 ********* skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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-cLb/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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:14:23 -0400 (0:00:00.326) 0:00:03.987 ********* ok: [managed-node5] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:14:25 -0400 (0:00:02.251) 0:00:06.239 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:14:25 -0400 (0:00:00.130) 0:00:06.370 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:14:25 -0400 (0:00:00.125) 0:00:06.495 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:14:25 -0400 (0:00:00.129) 0:00:06.624 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:14:26 -0400 (0:00:00.465) 0:00:07.089 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:14:30 -0400 (0:00:04.199) 0:00:11.289 ********* ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:14:30 -0400 (0:00:00.154) 0:00:11.444 ********* ok: [managed-node5] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:14:30 -0400 (0:00:00.103) 0:00:11.548 ********* ok: [managed-node5] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:14:32 -0400 (0:00:01.777) 0:00:13.326 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 28 June 2025 19:14:32 -0400 (0:00:00.131) 0:00:13.457 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 28 June 2025 19:14:32 -0400 (0:00:00.111) 0:00:13.569 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 28 June 2025 19:14:32 -0400 (0:00:00.230) 0:00:13.799 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:14:33 -0400 (0:00:00.228) 0:00:14.027 ********* ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:14:37 -0400 (0:00:03.895) 0:00:17.923 ********* ok: [managed-node5] => { "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" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "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" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "active" }, "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" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "active" }, "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" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "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-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "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" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:14:40 -0400 (0:00:03.548) 0:00:21.472 ********* ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:14:41 -0400 (0:00:00.661) 0:00:22.133 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:14:41 -0400 (0:00:00.129) 0:00:22.263 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:14:42 -0400 (0:00:01.500) 0:00:23.763 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:14:43 -0400 (0:00:00.378) 0:00:24.142 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751152405.6542454, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1751152403.8532333, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 364904586, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751152403.8532333, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "3236794298", "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:14:44 -0400 (0:00:01.042) 0:00:25.184 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:14:44 -0400 (0:00:00.081) 0:00:25.266 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:14:44 -0400 (0:00:00.081) 0:00:25.347 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:14:44 -0400 (0:00:00.070) 0:00:25.418 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:14:44 -0400 (0:00:00.138) 0:00:25.556 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:14:44 -0400 (0:00:00.140) 0:00:25.697 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:14:45 -0400 (0:00:00.245) 0:00:25.943 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "blivet_output['mounts'] | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:14:45 -0400 (0:00:00.224) 0:00:26.168 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:14:45 -0400 (0:00:00.097) 0:00:26.265 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:14:45 -0400 (0:00:00.153) 0:00:26.419 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "blivet_output['mounts'] | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:14:45 -0400 (0:00:00.175) 0:00:26.594 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751149769.8527894, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:14:46 -0400 (0:00:01.021) 0:00:27.615 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:14:46 -0400 (0:00:00.086) 0:00:27.702 ********* ok: [managed-node5] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:15 Saturday 28 June 2025 19:14:48 -0400 (0:00:01.447) 0:00:29.149 ********* ok: [managed-node5] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:22 Saturday 28 June 2025 19:14:48 -0400 (0:00:00.103) 0:00:29.253 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node5 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 28 June 2025 19:14:48 -0400 (0:00:00.055) 0:00:29.308 ********* ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 28 June 2025 19:14:52 -0400 (0:00:03.666) 0:00:32.974 ********* ok: [managed-node5] => { "changed": false, "disks": [ "sda", "sdb", "sdc" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 28 June 2025 19:14:54 -0400 (0:00:02.199) 0:00:35.174 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "'Unable to find unused disk' in unused_disks_return.disks", "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 28 June 2025 19:14:54 -0400 (0:00:00.058) 0:00:35.232 ********* ok: [managed-node5] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 28 June 2025 19:14:54 -0400 (0:00:00.170) 0:00:35.403 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 28 June 2025 19:14:54 -0400 (0:00:00.204) 0:00:35.608 ********* ok: [managed-node5] => { "unused_disks": [ "sda", "sdb", "sdc" ] } TASK [Create a RAID0 device mounted on "/opt/test1"] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:28 Saturday 28 June 2025 19:14:54 -0400 (0:00:00.103) 0:00:35.712 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:14:55 -0400 (0:00:00.235) 0:00:35.947 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:14:55 -0400 (0:00:00.145) 0:00:36.093 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:14:55 -0400 (0:00:00.366) 0:00:36.460 ********* skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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-cLb/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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:14:55 -0400 (0:00:00.275) 0:00:36.735 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:14:56 -0400 (0:00:00.200) 0:00:36.935 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:14:56 -0400 (0:00:00.110) 0:00:37.046 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:14:56 -0400 (0:00:00.109) 0:00:37.156 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:14:56 -0400 (0:00:00.121) 0:00:37.277 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:14:56 -0400 (0:00:00.270) 0:00:37.547 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:14:56 -0400 (0:00:00.236) 0:00:37.783 ********* ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:14:57 -0400 (0:00:00.273) 0:00:38.057 ********* ok: [managed-node5] => { "storage_volumes | d([])": [ { "disks": [ "sda", "sdb", "sdc" ], "mount_point": "/opt/test1", "name": "test1", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "state": "present", "type": "raid" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:14:57 -0400 (0:00:00.345) 0:00:38.402 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:14:57 -0400 (0:00:00.147) 0:00:38.550 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:14:58 -0400 (0:00:00.290) 0:00:38.840 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:14:58 -0400 (0:00:00.131) 0:00:38.972 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:14:58 -0400 (0:00:00.109) 0:00:39.081 ********* ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:14:58 -0400 (0:00:00.343) 0:00:39.424 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:14:58 -0400 (0:00:00.075) 0:00:39.500 ********* changed: [managed-node5] => { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/test1", "fs_type": null }, { "action": "create format", "device": "/dev/md/test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/md/test1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "state": "mounted" } ], "packages": [ "mdadm", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "raid_stripe_size": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:15:18 -0400 (0:00:19.512) 0:00:59.013 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:15:18 -0400 (0:00:00.404) 0:00:59.418 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751152405.6542454, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1751152403.8532333, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 364904586, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751152403.8532333, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "3236794298", "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:15:19 -0400 (0:00:01.244) 0:01:00.663 ********* ok: [managed-node5] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:15:23 -0400 (0:00:03.172) 0:01:03.835 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:15:23 -0400 (0:00:00.084) 0:01:03.919 ********* ok: [managed-node5] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/test1", "fs_type": null }, { "action": "create format", "device": "/dev/md/test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/md/test1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "state": "mounted" } ], "packages": [ "mdadm", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "raid_stripe_size": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:15:23 -0400 (0:00:00.176) 0:01:04.096 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:15:23 -0400 (0:00:00.174) 0:01:04.271 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "raid_stripe_size": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:15:23 -0400 (0:00:00.119) 0:01:04.391 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:15:23 -0400 (0:00:00.215) 0:01:04.606 ********* ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:15:26 -0400 (0:00:03.165) 0:01:07.772 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node5] => (item={'src': 'UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:15:38 -0400 (0:00:11.571) 0:01:19.343 ********* skipping: [managed-node5] => (item={'src': 'UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node5] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:15:39 -0400 (0:00:00.498) 0:01:19.841 ********* ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:15:41 -0400 (0:00:02.185) 0:01:22.026 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751149769.8527894, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:15:42 -0400 (0:00:01.216) 0:01:23.243 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:15:42 -0400 (0:00:00.109) 0:01:23.353 ********* ok: [managed-node5] TASK [Verify role results] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:43 Saturday 28 June 2025 19:15:51 -0400 (0:00:09.232) 0:01:32.585 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node5 TASK [Print out pool information] ********************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 June 2025 19:15:52 -0400 (0:00:00.243) 0:01:32.829 ********* skipping: [managed-node5] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 June 2025 19:15:52 -0400 (0:00:00.229) 0:01:33.059 ********* ok: [managed-node5] => { "_storage_volumes_list": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "raid_stripe_size": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 June 2025 19:15:52 -0400 (0:00:00.255) 0:01:33.314 ********* ok: [managed-node5] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "11350fda-94fd-4b30-a6ef-b9920e7bf0b6" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "ce0601fb-70fc-b3d7-60bd-bd3ec87d514f" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "ce0601fb-70fc-b3d7-60bd-bd3ec87d514f" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "ce0601fb-70fc-b3d7-60bd-bd3ec87d514f" }, "/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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 June 2025 19:15:53 -0400 (0:00:01.219) 0:01:34.534 ********* ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002593", "end": "2025-06-28 19:15:55.378396", "rc": 0, "start": "2025-06-28 19:15:55.375803" } 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=11350fda-94fd-4b30-a6ef-b9920e7bf0b6 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 June 2025 19:15:55 -0400 (0:00:01.835) 0:01:36.369 ********* ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002472", "end": "2025-06-28 19:15:56.358619", "failed_when_result": false, "rc": 0, "start": "2025-06-28 19:15:56.356147" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 June 2025 19:15:56 -0400 (0:00:00.936) 0:01:37.306 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 28 June 2025 19:15:56 -0400 (0:00:00.103) 0:01:37.410 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node5 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': 'raid1', 'size': 0, 'state': 'present', 'type': 'raid', 'disks': ['sda', 'sdb', 'sdc'], 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/md/test1', '_raw_device': '/dev/md/test1', '_mount_id': 'UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6', '_kernel_device': '/dev/md127', '_raw_kernel_device': '/dev/md127'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 June 2025 19:15:56 -0400 (0:00:00.161) 0:01:37.571 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 June 2025 19:15:56 -0400 (0:00:00.124) 0:01:37.695 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node5 => (item=mount) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node5 => (item=fstab) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node5 => (item=fs) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node5 => (item=device) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node5 => (item=encryption) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node5 => (item=md) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node5 => (item=size) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node5 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 June 2025 19:15:57 -0400 (0:00:00.559) 0:01:38.255 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_device_path": "/dev/md127" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 June 2025 19:15:57 -0400 (0:00:00.152) 0:01:38.408 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 June 2025 19:15:57 -0400 (0:00:00.322) 0:01:38.731 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "(not storage_test_volume.mount_user is none and storage_test_volume.mount_user | length > 0) or (not storage_test_volume.mount_group is none and storage_test_volume.mount_group | length > 0) or (not storage_test_volume.mount_mode is none and storage_test_volume.mount_mode | length > 0)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 28 June 2025 19:15:58 -0400 (0:00:00.362) 0:01:39.093 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 28 June 2025 19:15:58 -0400 (0:00:00.178) 0:01:39.272 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.mount_user is none", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 28 June 2025 19:15:58 -0400 (0:00:00.383) 0:01:39.656 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.mount_group is none", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 28 June 2025 19:15:59 -0400 (0:00:00.312) 0:01:39.968 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.mount_mode is none", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 28 June 2025 19:15:59 -0400 (0:00:00.269) 0:01:40.238 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 28 June 2025 19:15:59 -0400 (0:00:00.104) 0:01:40.343 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 28 June 2025 19:15:59 -0400 (0:00:00.191) 0:01:40.534 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 28 June 2025 19:15:59 -0400 (0:00:00.088) 0:01:40.622 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 June 2025 19:15:59 -0400 (0:00:00.157) 0:01:40.779 ********* ok: [managed-node5] => { "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=11350fda-94fd-4b30-a6ef-b9920e7bf0b6 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 June 2025 19:16:00 -0400 (0:00:00.476) 0:01:41.256 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 June 2025 19:16:00 -0400 (0:00:00.275) 0:01:41.531 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 June 2025 19:16:01 -0400 (0:00:00.313) 0:01:41.845 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 June 2025 19:16:01 -0400 (0:00:00.282) 0:01:42.127 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 June 2025 19:16:01 -0400 (0:00:00.341) 0:01:42.469 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 June 2025 19:16:01 -0400 (0:00:00.131) 0:01:42.600 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 June 2025 19:16:02 -0400 (0:00:00.290) 0:01:42.891 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 June 2025 19:16:02 -0400 (0:00:00.254) 0:01:43.146 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751152517.9359882, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751152517.9359882, "dev": 6, "device_type": 2431, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 294011, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751152517.9359882, "nlink": 1, "path": "/dev/md/test1", "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 June 2025 19:16:03 -0400 (0:00:01.210) 0:01:44.356 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 June 2025 19:16:03 -0400 (0:00:00.065) 0:01:44.421 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 June 2025 19:16:03 -0400 (0:00:00.109) 0:01:44.531 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 June 2025 19:16:03 -0400 (0:00:00.096) 0:01:44.627 ********* ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "raid" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 June 2025 19:16:04 -0400 (0:00:00.474) 0:01:45.102 ********* ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "raid1" }, "changed": false } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 June 2025 19:16:04 -0400 (0:00:00.205) 0:01:45.307 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 June 2025 19:16:04 -0400 (0:00:00.260) 0:01:45.568 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 June 2025 19:16:04 -0400 (0:00:00.131) 0:01:45.699 ********* ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 June 2025 19:16:11 -0400 (0:00:06.305) 0:01:52.005 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 June 2025 19:16:11 -0400 (0:00:00.146) 0:01:52.152 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 June 2025 19:16:11 -0400 (0:00:00.159) 0:01:52.311 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 June 2025 19:16:11 -0400 (0:00:00.435) 0:01:52.747 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 June 2025 19:16:12 -0400 (0:00:00.093) 0:01:52.841 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 June 2025 19:16:12 -0400 (0:00:00.156) 0:01:52.997 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 28 June 2025 19:16:12 -0400 (0:00:00.154) 0:01:53.151 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 28 June 2025 19:16:12 -0400 (0:00:00.134) 0:01:53.285 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 28 June 2025 19:16:12 -0400 (0:00:00.132) 0:01:53.418 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 28 June 2025 19:16:13 -0400 (0:00:00.396) 0:01:53.814 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 28 June 2025 19:16:13 -0400 (0:00:00.259) 0:01:54.074 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 28 June 2025 19:16:13 -0400 (0:00:00.377) 0:01:54.452 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 28 June 2025 19:16:14 -0400 (0:00:00.461) 0:01:54.913 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 28 June 2025 19:16:14 -0400 (0:00:00.365) 0:01:55.278 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 June 2025 19:16:14 -0400 (0:00:00.230) 0:01:55.509 ********* ok: [managed-node5] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/test1" ], "delta": "0:00:00.010774", "end": "2025-06-28 19:16:16.598534", "rc": 0, "start": "2025-06-28 19:16:16.587760" } STDOUT: /dev/md/test1: Version : 1.0 Creation Time : Sat Jun 28 19:15:05 2025 Raid Level : raid1 Array Size : 10477440 (9.99 GiB 10.73 GB) Used Dev Size : 10477440 (9.99 GiB 10.73 GB) Raid Devices : 2 Total Devices : 3 Persistence : Superblock is persistent Intent Bitmap : Internal Update Time : Sat Jun 28 19:16:14 2025 State : clean, resyncing Active Devices : 2 Working Devices : 3 Failed Devices : 0 Spare Devices : 1 Consistency Policy : bitmap Resync Status : 43% complete Name : managed-node5:test1 (local to host managed-node5) UUID : ce0601fb:70fcb3d7:60bdbd3e:c87d514f Events : 18 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 - spare /dev/sdc1 TASK [Set active devices regex] ************************************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 June 2025 19:16:16 -0400 (0:00:02.081) 0:01:57.591 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 June 2025 19:16:17 -0400 (0:00:00.228) 0:01:57.819 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 June 2025 19:16:17 -0400 (0:00:00.332) 0:01:58.152 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 June 2025 19:16:17 -0400 (0:00:00.341) 0:01:58.493 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 June 2025 19:16:18 -0400 (0:00:00.544) 0:01:59.038 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 June 2025 19:16:18 -0400 (0:00:00.426) 0:01:59.464 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 June 2025 19:16:19 -0400 (0:00:00.549) 0:02:00.014 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 June 2025 19:16:19 -0400 (0:00:00.243) 0:02:00.257 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 June 2025 19:16:19 -0400 (0:00:00.290) 0:02:00.548 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 June 2025 19:16:19 -0400 (0:00:00.219) 0:02:00.767 ********* ok: [managed-node5] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 June 2025 19:16:22 -0400 (0:00:02.067) 0:02:02.835 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 June 2025 19:16:22 -0400 (0:00:00.348) 0:02:03.184 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 June 2025 19:16:22 -0400 (0:00:00.372) 0:02:03.556 ********* ok: [managed-node5] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 June 2025 19:16:22 -0400 (0:00:00.191) 0:02:03.748 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 June 2025 19:16:23 -0400 (0:00:00.217) 0:02:03.966 ********* skipping: [managed-node5] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 June 2025 19:16:23 -0400 (0:00:00.212) 0:02:04.178 ********* skipping: [managed-node5] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 June 2025 19:16:23 -0400 (0:00:00.349) 0:02:04.528 ********* skipping: [managed-node5] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 June 2025 19:16:24 -0400 (0:00:00.493) 0:02:05.022 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 28 June 2025 19:16:24 -0400 (0:00:00.463) 0:02:05.485 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 28 June 2025 19:16:24 -0400 (0:00:00.304) 0:02:05.790 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 28 June 2025 19:16:25 -0400 (0:00:00.200) 0:02:05.990 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 28 June 2025 19:16:25 -0400 (0:00:00.153) 0:02:06.144 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 28 June 2025 19:16:25 -0400 (0:00:00.204) 0:02:06.349 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 28 June 2025 19:16:25 -0400 (0:00:00.171) 0:02:06.521 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 28 June 2025 19:16:25 -0400 (0:00:00.142) 0:02:06.663 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 28 June 2025 19:16:26 -0400 (0:00:00.227) 0:02:06.891 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 28 June 2025 19:16:26 -0400 (0:00:00.148) 0:02:07.039 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 28 June 2025 19:16:26 -0400 (0:00:00.140) 0:02:07.179 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 28 June 2025 19:16:26 -0400 (0:00:00.224) 0:02:07.404 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 28 June 2025 19:16:26 -0400 (0:00:00.237) 0:02:07.642 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 28 June 2025 19:16:27 -0400 (0:00:00.222) 0:02:07.865 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 28 June 2025 19:16:27 -0400 (0:00:00.237) 0:02:08.102 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 28 June 2025 19:16:27 -0400 (0:00:00.175) 0:02:08.277 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 28 June 2025 19:16:27 -0400 (0:00:00.229) 0:02:08.507 ********* ok: [managed-node5] => { "storage_test_actual_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 28 June 2025 19:16:27 -0400 (0:00:00.198) 0:02:08.705 ********* ok: [managed-node5] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 28 June 2025 19:16:28 -0400 (0:00:00.203) 0:02:08.908 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 June 2025 19:16:28 -0400 (0:00:00.323) 0:02:09.232 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 June 2025 19:16:28 -0400 (0:00:00.153) 0:02:09.386 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 June 2025 19:16:28 -0400 (0:00:00.098) 0:02:09.484 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 June 2025 19:16:28 -0400 (0:00:00.196) 0:02:09.681 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 June 2025 19:16:29 -0400 (0:00:00.171) 0:02:09.853 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 June 2025 19:16:29 -0400 (0:00:00.145) 0:02:09.998 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 June 2025 19:16:29 -0400 (0:00:00.247) 0:02:10.245 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 June 2025 19:16:29 -0400 (0:00:00.157) 0:02:10.403 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 28 June 2025 19:16:29 -0400 (0:00:00.149) 0:02:10.552 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Re-run the same invocation without the RAID params] ********************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:46 Saturday 28 June 2025 19:16:29 -0400 (0:00:00.171) 0:02:10.724 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:16:30 -0400 (0:00:00.553) 0:02:11.277 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:16:30 -0400 (0:00:00.219) 0:02:11.497 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:16:30 -0400 (0:00:00.293) 0:02:11.790 ********* skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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-cLb/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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:16:31 -0400 (0:00:00.485) 0:02:12.276 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:16:31 -0400 (0:00:00.226) 0:02:12.502 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:16:31 -0400 (0:00:00.219) 0:02:12.721 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:16:32 -0400 (0:00:00.140) 0:02:12.862 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:16:32 -0400 (0:00:00.104) 0:02:12.967 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:16:32 -0400 (0:00:00.256) 0:02:13.224 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:16:32 -0400 (0:00:00.251) 0:02:13.475 ********* ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:16:32 -0400 (0:00:00.315) 0:02:13.791 ********* ok: [managed-node5] => { "storage_volumes | d([])": [ { "disks": [ "sda", "sdb", "sdc" ], "mount_point": "/opt/test1", "name": "test1", "state": "present", "type": "raid" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:16:33 -0400 (0:00:00.491) 0:02:14.282 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:16:33 -0400 (0:00:00.221) 0:02:14.504 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:16:33 -0400 (0:00:00.097) 0:02:14.602 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:16:33 -0400 (0:00:00.137) 0:02:14.739 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:16:34 -0400 (0:00:00.136) 0:02:14.876 ********* ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:16:34 -0400 (0:00:00.269) 0:02:15.145 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:16:34 -0400 (0:00:00.052) 0:02:15.197 ********* ok: [managed-node5] => { "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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "raid_stripe_size": null, "size": 10728898560, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:16:40 -0400 (0:00:06.571) 0:02:21.769 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:16:41 -0400 (0:00:00.413) 0:02:22.182 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751152529.0230615, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5572674ddc2cc6ca6efe3c0dbbb3dca1ccbec550", "ctime": 1751152529.0120614, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 364904586, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751152529.0120614, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "3236794298", "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:16:42 -0400 (0:00:01.615) 0:02:23.798 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:16:43 -0400 (0:00:00.123) 0:02:23.921 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:16:43 -0400 (0:00:00.163) 0:02:24.084 ********* ok: [managed-node5] => { "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": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "raid_stripe_size": null, "size": 10728898560, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:16:43 -0400 (0:00:00.228) 0:02:24.313 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:16:43 -0400 (0:00:00.290) 0:02:24.603 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "raid_stripe_size": null, "size": 10728898560, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:16:43 -0400 (0:00:00.147) 0:02:24.751 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:16:44 -0400 (0:00:00.411) 0:02:25.163 ********* ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:16:46 -0400 (0:00:02.015) 0:02:27.179 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [managed-node5] => (item={'src': 'UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:16:49 -0400 (0:00:02.650) 0:02:29.830 ********* skipping: [managed-node5] => (item={'src': 'UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node5] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:16:49 -0400 (0:00:00.348) 0:02:30.178 ********* ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:16:51 -0400 (0:00:02.283) 0:02:32.462 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751149769.8527894, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:16:53 -0400 (0:00:01.349) 0:02:33.811 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:16:53 -0400 (0:00:00.210) 0:02:34.022 ********* ok: [managed-node5] TASK [Assert to preserve RAID settings for preexisting volume] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:57 Saturday 28 June 2025 19:16:59 -0400 (0:00:06.527) 0:02:40.550 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:62 Saturday 28 June 2025 19:17:00 -0400 (0:00:00.285) 0:02:40.835 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node5 TASK [Print out pool information] ********************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 June 2025 19:17:00 -0400 (0:00:00.478) 0:02:41.313 ********* skipping: [managed-node5] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 June 2025 19:17:00 -0400 (0:00:00.411) 0:02:41.725 ********* ok: [managed-node5] => { "_storage_volumes_list": [ { "_device": "/dev/md/test1", "_kernel_device": "/dev/md127", "_mount_id": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "_raw_device": "/dev/md/test1", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "raid_stripe_size": null, "size": 10728898560, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 June 2025 19:17:01 -0400 (0:00:00.500) 0:02:42.225 ********* ok: [managed-node5] => { "changed": false, "info": { "/dev/md/test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/md/test1", "size": "10G", "type": "raid1", "uuid": "11350fda-94fd-4b30-a6ef-b9920e7bf0b6" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "ce0601fb-70fc-b3d7-60bd-bd3ec87d514f" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "ce0601fb-70fc-b3d7-60bd-bd3ec87d514f" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node5:test1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "ce0601fb-70fc-b3d7-60bd-bd3ec87d514f" }, "/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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 June 2025 19:17:03 -0400 (0:00:01.653) 0:02:43.879 ********* ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.003746", "end": "2025-06-28 19:17:05.329807", "rc": 0, "start": "2025-06-28 19:17:04.326061" } 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=11350fda-94fd-4b30-a6ef-b9920e7bf0b6 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 June 2025 19:17:05 -0400 (0:00:02.545) 0:02:46.425 ********* ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.003724", "end": "2025-06-28 19:17:07.669941", "failed_when_result": false, "rc": 0, "start": "2025-06-28 19:17:06.666217" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 June 2025 19:17:07 -0400 (0:00:02.221) 0:02:48.646 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 28 June 2025 19:17:08 -0400 (0:00:00.374) 0:02:49.020 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node5 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': 'raid1', 'size': 10728898560, 'state': 'present', 'type': 'raid', 'disks': ['sda', 'sdb', 'sdc'], 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'raid_chunk_size': '0 B', 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/md/test1', '_raw_device': '/dev/md/test1', '_mount_id': 'UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6', '_kernel_device': '/dev/md127', '_raw_kernel_device': '/dev/md127'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 June 2025 19:17:08 -0400 (0:00:00.490) 0:02:49.511 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 June 2025 19:17:09 -0400 (0:00:00.392) 0:02:49.903 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node5 => (item=mount) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node5 => (item=fstab) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node5 => (item=fs) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node5 => (item=device) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node5 => (item=encryption) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node5 => (item=md) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node5 => (item=size) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node5 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 June 2025 19:17:10 -0400 (0:00:01.080) 0:02:50.983 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_device_path": "/dev/md127" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 June 2025 19:17:10 -0400 (0:00:00.252) 0:02:51.235 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 June 2025 19:17:10 -0400 (0:00:00.279) 0:02:51.515 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "(not storage_test_volume.mount_user is none and storage_test_volume.mount_user | length > 0) or (not storage_test_volume.mount_group is none and storage_test_volume.mount_group | length > 0) or (not storage_test_volume.mount_mode is none and storage_test_volume.mount_mode | length > 0)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 28 June 2025 19:17:11 -0400 (0:00:00.380) 0:02:51.896 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 28 June 2025 19:17:11 -0400 (0:00:00.252) 0:02:52.148 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.mount_user is none", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 28 June 2025 19:17:11 -0400 (0:00:00.602) 0:02:52.750 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.mount_group is none", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 28 June 2025 19:17:12 -0400 (0:00:00.411) 0:02:53.161 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.mount_mode is none", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 28 June 2025 19:17:12 -0400 (0:00:00.429) 0:02:53.591 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 28 June 2025 19:17:12 -0400 (0:00:00.191) 0:02:53.782 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 28 June 2025 19:17:13 -0400 (0:00:00.588) 0:02:54.371 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 28 June 2025 19:17:13 -0400 (0:00:00.125) 0:02:54.496 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 June 2025 19:17:13 -0400 (0:00:00.249) 0:02:54.746 ********* ok: [managed-node5] => { "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=11350fda-94fd-4b30-a6ef-b9920e7bf0b6 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 June 2025 19:17:14 -0400 (0:00:00.720) 0:02:55.467 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 June 2025 19:17:15 -0400 (0:00:00.481) 0:02:55.949 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 June 2025 19:17:15 -0400 (0:00:00.507) 0:02:56.456 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 June 2025 19:17:15 -0400 (0:00:00.344) 0:02:56.801 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 June 2025 19:17:16 -0400 (0:00:00.459) 0:02:57.260 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 June 2025 19:17:16 -0400 (0:00:00.216) 0:02:57.477 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 June 2025 19:17:17 -0400 (0:00:00.367) 0:02:57.845 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 June 2025 19:17:17 -0400 (0:00:00.544) 0:02:58.389 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751152517.9359882, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751152517.9359882, "dev": 6, "device_type": 2431, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 294011, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751152517.9359882, "nlink": 1, "path": "/dev/md/test1", "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 June 2025 19:17:18 -0400 (0:00:01.381) 0:02:59.771 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 June 2025 19:17:19 -0400 (0:00:00.197) 0:02:59.968 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 June 2025 19:17:19 -0400 (0:00:00.170) 0:03:00.139 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 June 2025 19:17:19 -0400 (0:00:00.205) 0:03:00.344 ********* ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "raid" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 June 2025 19:17:19 -0400 (0:00:00.202) 0:03:00.547 ********* ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "raid1" }, "changed": false } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 June 2025 19:17:19 -0400 (0:00:00.165) 0:03:00.712 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 June 2025 19:17:20 -0400 (0:00:00.205) 0:03:00.918 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 June 2025 19:17:20 -0400 (0:00:00.257) 0:03:01.176 ********* ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 June 2025 19:17:27 -0400 (0:00:06.635) 0:03:07.811 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 June 2025 19:17:27 -0400 (0:00:00.161) 0:03:07.973 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 June 2025 19:17:27 -0400 (0:00:00.190) 0:03:08.164 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 June 2025 19:17:27 -0400 (0:00:00.402) 0:03:08.567 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 June 2025 19:17:27 -0400 (0:00:00.199) 0:03:08.766 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 June 2025 19:17:28 -0400 (0:00:00.145) 0:03:08.912 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 28 June 2025 19:17:28 -0400 (0:00:00.303) 0:03:09.215 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 28 June 2025 19:17:28 -0400 (0:00:00.234) 0:03:09.450 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 28 June 2025 19:17:28 -0400 (0:00:00.273) 0:03:09.723 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 28 June 2025 19:17:29 -0400 (0:00:00.474) 0:03:10.198 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 28 June 2025 19:17:29 -0400 (0:00:00.294) 0:03:10.492 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 28 June 2025 19:17:29 -0400 (0:00:00.222) 0:03:10.715 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 28 June 2025 19:17:30 -0400 (0:00:00.183) 0:03:10.899 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 28 June 2025 19:17:30 -0400 (0:00:00.262) 0:03:11.161 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 June 2025 19:17:30 -0400 (0:00:00.117) 0:03:11.278 ********* ok: [managed-node5] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/test1" ], "delta": "0:00:00.033844", "end": "2025-06-28 19:17:31.784498", "rc": 0, "start": "2025-06-28 19:17:31.750654" } STDOUT: /dev/md/test1: Version : 1.0 Creation Time : Sat Jun 28 19:15:05 2025 Raid Level : raid1 Array Size : 10477440 (9.99 GiB 10.73 GB) Used Dev Size : 10477440 (9.99 GiB 10.73 GB) Raid Devices : 2 Total Devices : 3 Persistence : Superblock is persistent Intent Bitmap : Internal Update Time : Sat Jun 28 19:17:21 2025 State : clean, resyncing Active Devices : 2 Working Devices : 3 Failed Devices : 0 Spare Devices : 1 Consistency Policy : bitmap Resync Status : 81% complete Name : managed-node5:test1 (local to host managed-node5) UUID : ce0601fb:70fcb3d7:60bdbd3e:c87d514f Events : 30 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 - spare /dev/sdc1 TASK [Set active devices regex] ************************************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 June 2025 19:17:32 -0400 (0:00:01.545) 0:03:12.824 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 June 2025 19:17:32 -0400 (0:00:00.599) 0:03:13.424 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 June 2025 19:17:33 -0400 (0:00:00.477) 0:03:13.901 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 June 2025 19:17:33 -0400 (0:00:00.395) 0:03:14.297 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.raid_chunk_size | string != \"0 B\"", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 June 2025 19:17:33 -0400 (0:00:00.398) 0:03:14.695 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.raid_chunk_size | string != \"0 B\"", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 June 2025 19:17:34 -0400 (0:00:00.523) 0:03:15.218 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 June 2025 19:17:34 -0400 (0:00:00.467) 0:03:15.686 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 June 2025 19:17:35 -0400 (0:00:00.656) 0:03:16.342 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 June 2025 19:17:35 -0400 (0:00:00.410) 0:03:16.752 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.raid_chunk_size | string != \"0 B\"", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 June 2025 19:17:36 -0400 (0:00:00.234) 0:03:16.987 ********* ok: [managed-node5] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 June 2025 19:17:37 -0400 (0:00:01.275) 0:03:18.262 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 June 2025 19:17:37 -0400 (0:00:00.269) 0:03:18.531 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 June 2025 19:17:37 -0400 (0:00:00.227) 0:03:18.759 ********* ok: [managed-node5] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 June 2025 19:17:38 -0400 (0:00:00.182) 0:03:18.941 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 June 2025 19:17:38 -0400 (0:00:00.317) 0:03:19.258 ********* skipping: [managed-node5] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 June 2025 19:17:38 -0400 (0:00:00.339) 0:03:19.598 ********* skipping: [managed-node5] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 June 2025 19:17:39 -0400 (0:00:00.341) 0:03:19.940 ********* skipping: [managed-node5] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 June 2025 19:17:39 -0400 (0:00:00.338) 0:03:20.279 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 28 June 2025 19:17:39 -0400 (0:00:00.317) 0:03:20.597 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 28 June 2025 19:17:39 -0400 (0:00:00.170) 0:03:20.767 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 28 June 2025 19:17:40 -0400 (0:00:00.213) 0:03:20.981 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 28 June 2025 19:17:40 -0400 (0:00:00.245) 0:03:21.226 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 28 June 2025 19:17:40 -0400 (0:00:00.208) 0:03:21.435 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 28 June 2025 19:17:40 -0400 (0:00:00.158) 0:03:21.594 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 28 June 2025 19:17:40 -0400 (0:00:00.189) 0:03:21.784 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 28 June 2025 19:17:41 -0400 (0:00:00.190) 0:03:21.975 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 28 June 2025 19:17:41 -0400 (0:00:00.225) 0:03:22.201 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 28 June 2025 19:17:41 -0400 (0:00:00.230) 0:03:22.432 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 28 June 2025 19:17:41 -0400 (0:00:00.166) 0:03:22.598 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 28 June 2025 19:17:41 -0400 (0:00:00.190) 0:03:22.789 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 28 June 2025 19:17:42 -0400 (0:00:00.238) 0:03:23.027 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 28 June 2025 19:17:42 -0400 (0:00:00.193) 0:03:23.221 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 28 June 2025 19:17:42 -0400 (0:00:00.451) 0:03:23.672 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 28 June 2025 19:17:43 -0400 (0:00:00.267) 0:03:23.940 ********* ok: [managed-node5] => { "storage_test_actual_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 28 June 2025 19:17:43 -0400 (0:00:00.225) 0:03:24.166 ********* ok: [managed-node5] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 28 June 2025 19:17:43 -0400 (0:00:00.228) 0:03:24.395 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 June 2025 19:17:43 -0400 (0:00:00.317) 0:03:24.712 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 June 2025 19:17:44 -0400 (0:00:00.234) 0:03:24.947 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 June 2025 19:17:44 -0400 (0:00:00.169) 0:03:25.117 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 June 2025 19:17:44 -0400 (0:00:00.230) 0:03:25.347 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 June 2025 19:17:44 -0400 (0:00:00.158) 0:03:25.505 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 June 2025 19:17:44 -0400 (0:00:00.217) 0:03:25.722 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 June 2025 19:17:45 -0400 (0:00:00.189) 0:03:25.912 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 June 2025 19:17:45 -0400 (0:00:00.156) 0:03:26.068 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 28 June 2025 19:17:45 -0400 (0:00:00.244) 0:03:26.313 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the disk device created above] ************************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:65 Saturday 28 June 2025 19:17:45 -0400 (0:00:00.308) 0:03:26.622 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:17:46 -0400 (0:00:00.542) 0:03:27.164 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:17:46 -0400 (0:00:00.419) 0:03:27.584 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:17:47 -0400 (0:00:00.562) 0:03:28.146 ********* skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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-cLb/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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:17:47 -0400 (0:00:00.626) 0:03:28.773 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:17:48 -0400 (0:00:00.233) 0:03:29.006 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:17:48 -0400 (0:00:00.305) 0:03:29.311 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:17:48 -0400 (0:00:00.187) 0:03:29.499 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:17:48 -0400 (0:00:00.252) 0:03:29.751 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:17:49 -0400 (0:00:00.495) 0:03:30.246 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:17:49 -0400 (0:00:00.323) 0:03:30.570 ********* ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:17:50 -0400 (0:00:00.515) 0:03:31.085 ********* ok: [managed-node5] => { "storage_volumes | d([])": [ { "disks": [ "sda", "sdb", "sdc" ], "mount_point": "/opt/test1", "name": "test1", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "state": "absent", "type": "raid" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:17:50 -0400 (0:00:00.547) 0:03:31.633 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:17:51 -0400 (0:00:00.257) 0:03:31.890 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:17:51 -0400 (0:00:00.246) 0:03:32.136 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:17:51 -0400 (0:00:00.226) 0:03:32.363 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:17:51 -0400 (0:00:00.227) 0:03:32.590 ********* ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:17:52 -0400 (0:00:00.663) 0:03:33.253 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:17:52 -0400 (0:00:00.191) 0:03:33.444 ********* changed: [managed-node5] => { "actions": [ { "action": "destroy format", "device": "/dev/md/test1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/md/test1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "raid_stripe_size": null, "size": 10728898560, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:18:08 -0400 (0:00:16.309) 0:03:49.754 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:18:09 -0400 (0:00:00.442) 0:03:50.197 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751152529.0230615, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5572674ddc2cc6ca6efe3c0dbbb3dca1ccbec550", "ctime": 1751152529.0120614, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 364904586, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751152529.0120614, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "3236794298", "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:18:10 -0400 (0:00:01.339) 0:03:51.537 ********* ok: [managed-node5] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:18:12 -0400 (0:00:01.611) 0:03:53.148 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:18:12 -0400 (0:00:00.115) 0:03:53.263 ********* ok: [managed-node5] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/md/test1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/md/test1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "raid_stripe_size": null, "size": 10728898560, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:18:12 -0400 (0:00:00.181) 0:03:53.445 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:18:12 -0400 (0:00:00.330) 0:03:53.776 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "raid_stripe_size": null, "size": 10728898560, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:18:13 -0400 (0:00:00.178) 0:03:53.955 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node5] => (item={'src': 'UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=11350fda-94fd-4b30-a6ef-b9920e7bf0b6" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:18:14 -0400 (0:00:01.651) 0:03:55.606 ********* ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:18:17 -0400 (0:00:02.202) 0:03:57.808 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:18:17 -0400 (0:00:00.477) 0:03:58.285 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:18:18 -0400 (0:00:00.532) 0:03:58.818 ********* ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:18:19 -0400 (0:00:01.792) 0:04:00.611 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751149769.8527894, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:18:20 -0400 (0:00:01.063) 0:04:01.674 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:18:20 -0400 (0:00:00.121) 0:04:01.796 ********* ok: [managed-node5] TASK [Verify role results] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:80 Saturday 28 June 2025 19:18:23 -0400 (0:00:02.095) 0:04:03.891 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node5 TASK [Print out pool information] ********************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 June 2025 19:18:23 -0400 (0:00:00.563) 0:04:04.455 ********* skipping: [managed-node5] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 June 2025 19:18:24 -0400 (0:00:00.367) 0:04:04.822 ********* ok: [managed-node5] => { "_storage_volumes_list": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "raid_stripe_size": null, "size": 10728898560, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 June 2025 19:18:24 -0400 (0:00:00.422) 0:04:05.244 ********* ok: [managed-node5] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 June 2025 19:18:25 -0400 (0:00:01.392) 0:04:06.637 ********* ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004382", "end": "2025-06-28 19:18:28.083185", "rc": 0, "start": "2025-06-28 19:18:27.078803" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 June 2025 19:18:28 -0400 (0:00:02.482) 0:04:09.119 ********* ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002678", "end": "2025-06-28 19:18:29.455331", "failed_when_result": false, "rc": 0, "start": "2025-06-28 19:18:29.452653" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 June 2025 19:18:29 -0400 (0:00:01.315) 0:04:10.435 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 28 June 2025 19:18:30 -0400 (0:00:00.375) 0:04:10.810 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node5 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': 'raid1', 'size': 10728898560, 'state': 'absent', 'type': 'raid', 'disks': ['sda', 'sdb', 'sdc'], 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'raid_chunk_size': '0 B', 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '', '_raw_device': '', '_mount_id': ''}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 June 2025 19:18:31 -0400 (0:00:01.196) 0:04:12.006 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 June 2025 19:18:31 -0400 (0:00:00.493) 0:04:12.500 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node5 => (item=mount) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node5 => (item=fstab) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node5 => (item=fs) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node5 => (item=device) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node5 => (item=encryption) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node5 => (item=md) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node5 => (item=size) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node5 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 June 2025 19:18:32 -0400 (0:00:00.708) 0:04:13.209 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_device_path": "" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 June 2025 19:18:32 -0400 (0:00:00.079) 0:04:13.288 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 June 2025 19:18:32 -0400 (0:00:00.089) 0:04:13.378 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 28 June 2025 19:18:32 -0400 (0:00:00.130) 0:04:13.508 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 28 June 2025 19:18:32 -0400 (0:00:00.151) 0:04:13.660 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 28 June 2025 19:18:33 -0400 (0:00:00.187) 0:04:13.848 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 28 June 2025 19:18:33 -0400 (0:00:00.163) 0:04:14.011 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 28 June 2025 19:18:33 -0400 (0:00:00.195) 0:04:14.207 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 28 June 2025 19:18:33 -0400 (0:00:00.183) 0:04:14.391 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 28 June 2025 19:18:33 -0400 (0:00:00.176) 0:04:14.567 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 28 June 2025 19:18:33 -0400 (0:00:00.208) 0:04:14.776 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 June 2025 19:18:34 -0400 (0:00:00.252) 0:04:15.028 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 June 2025 19:18:34 -0400 (0:00:00.670) 0:04:15.698 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 June 2025 19:18:35 -0400 (0:00:00.379) 0:04:16.078 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 June 2025 19:18:35 -0400 (0:00:00.367) 0:04:16.445 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 June 2025 19:18:35 -0400 (0:00:00.228) 0:04:16.673 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 June 2025 19:18:36 -0400 (0:00:00.299) 0:04:16.973 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 June 2025 19:18:36 -0400 (0:00:00.144) 0:04:17.117 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 June 2025 19:18:36 -0400 (0:00:00.359) 0:04:17.477 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 June 2025 19:18:37 -0400 (0:00:00.413) 0:04:17.890 ********* ok: [managed-node5] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 June 2025 19:18:38 -0400 (0:00:01.384) 0:04:19.274 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 June 2025 19:18:38 -0400 (0:00:00.161) 0:04:19.436 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 June 2025 19:18:38 -0400 (0:00:00.170) 0:04:19.607 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 June 2025 19:18:38 -0400 (0:00:00.173) 0:04:19.781 ********* ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "raid" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 June 2025 19:18:39 -0400 (0:00:00.281) 0:04:20.062 ********* ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "raid1" }, "changed": false } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 June 2025 19:18:39 -0400 (0:00:00.217) 0:04:20.279 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 June 2025 19:18:39 -0400 (0:00:00.213) 0:04:20.492 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 June 2025 19:18:39 -0400 (0:00:00.137) 0:04:20.630 ********* ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 June 2025 19:18:44 -0400 (0:00:04.452) 0:04:25.083 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 June 2025 19:18:44 -0400 (0:00:00.110) 0:04:25.193 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 June 2025 19:18:44 -0400 (0:00:00.142) 0:04:25.336 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 June 2025 19:18:44 -0400 (0:00:00.142) 0:04:25.478 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 June 2025 19:18:44 -0400 (0:00:00.161) 0:04:25.640 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 June 2025 19:18:44 -0400 (0:00:00.121) 0:04:25.761 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 28 June 2025 19:18:45 -0400 (0:00:00.114) 0:04:25.875 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 28 June 2025 19:18:45 -0400 (0:00:00.127) 0:04:26.003 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 28 June 2025 19:18:45 -0400 (0:00:00.154) 0:04:26.157 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 28 June 2025 19:18:45 -0400 (0:00:00.499) 0:04:26.657 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 28 June 2025 19:18:46 -0400 (0:00:00.518) 0:04:27.176 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 28 June 2025 19:18:46 -0400 (0:00:00.423) 0:04:27.600 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 28 June 2025 19:18:47 -0400 (0:00:00.478) 0:04:28.078 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 28 June 2025 19:18:47 -0400 (0:00:00.596) 0:04:28.675 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 June 2025 19:18:48 -0400 (0:00:00.235) 0:04:28.910 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 June 2025 19:18:48 -0400 (0:00:00.501) 0:04:29.412 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 June 2025 19:18:49 -0400 (0:00:00.424) 0:04:29.837 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 June 2025 19:18:49 -0400 (0:00:00.465) 0:04:30.302 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 June 2025 19:18:49 -0400 (0:00:00.400) 0:04:30.703 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 June 2025 19:18:50 -0400 (0:00:00.605) 0:04:31.308 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 June 2025 19:18:51 -0400 (0:00:00.541) 0:04:31.850 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 June 2025 19:18:51 -0400 (0:00:00.222) 0:04:32.072 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 June 2025 19:18:51 -0400 (0:00:00.266) 0:04:32.338 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 June 2025 19:18:51 -0400 (0:00:00.320) 0:04:32.659 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 June 2025 19:18:52 -0400 (0:00:00.311) 0:04:32.970 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 June 2025 19:18:52 -0400 (0:00:00.224) 0:04:33.195 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 June 2025 19:18:52 -0400 (0:00:00.286) 0:04:33.481 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 June 2025 19:18:52 -0400 (0:00:00.323) 0:04:33.805 ********* ok: [managed-node5] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 June 2025 19:18:53 -0400 (0:00:00.164) 0:04:33.969 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 June 2025 19:18:53 -0400 (0:00:00.272) 0:04:34.242 ********* skipping: [managed-node5] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 June 2025 19:18:53 -0400 (0:00:00.270) 0:04:34.512 ********* skipping: [managed-node5] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 June 2025 19:18:54 -0400 (0:00:00.400) 0:04:34.913 ********* skipping: [managed-node5] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 June 2025 19:18:54 -0400 (0:00:00.889) 0:04:35.802 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 28 June 2025 19:18:55 -0400 (0:00:00.426) 0:04:36.229 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 28 June 2025 19:18:55 -0400 (0:00:00.224) 0:04:36.453 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 28 June 2025 19:18:55 -0400 (0:00:00.278) 0:04:36.732 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 28 June 2025 19:18:56 -0400 (0:00:00.208) 0:04:36.940 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 28 June 2025 19:18:56 -0400 (0:00:00.161) 0:04:37.102 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 28 June 2025 19:18:56 -0400 (0:00:00.142) 0:04:37.245 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 28 June 2025 19:18:56 -0400 (0:00:00.193) 0:04:37.438 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 28 June 2025 19:18:56 -0400 (0:00:00.150) 0:04:37.589 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 28 June 2025 19:18:56 -0400 (0:00:00.205) 0:04:37.795 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 28 June 2025 19:18:57 -0400 (0:00:00.124) 0:04:37.919 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 28 June 2025 19:18:57 -0400 (0:00:00.183) 0:04:38.102 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 28 June 2025 19:18:57 -0400 (0:00:00.178) 0:04:38.281 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 28 June 2025 19:18:57 -0400 (0:00:00.166) 0:04:38.448 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 28 June 2025 19:18:57 -0400 (0:00:00.196) 0:04:38.644 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 28 June 2025 19:18:58 -0400 (0:00:00.267) 0:04:38.911 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 28 June 2025 19:18:58 -0400 (0:00:00.250) 0:04:39.162 ********* ok: [managed-node5] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 28 June 2025 19:18:58 -0400 (0:00:00.216) 0:04:39.378 ********* ok: [managed-node5] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 28 June 2025 19:18:58 -0400 (0:00:00.188) 0:04:39.567 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 June 2025 19:18:59 -0400 (0:00:00.312) 0:04:39.879 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 June 2025 19:18:59 -0400 (0:00:00.183) 0:04:40.062 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 June 2025 19:18:59 -0400 (0:00:00.143) 0:04:40.206 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 June 2025 19:18:59 -0400 (0:00:00.252) 0:04:40.459 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 June 2025 19:18:59 -0400 (0:00:00.220) 0:04:40.679 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 June 2025 19:19:00 -0400 (0:00:00.165) 0:04:40.845 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 June 2025 19:19:00 -0400 (0:00:00.229) 0:04:41.074 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 June 2025 19:19:00 -0400 (0:00:00.216) 0:04:41.291 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 28 June 2025 19:19:00 -0400 (0:00:00.237) 0:04:41.528 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a RAID0 device mounted on "/opt/test1"] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:83 Saturday 28 June 2025 19:19:00 -0400 (0:00:00.208) 0:04:41.737 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:19:01 -0400 (0:00:00.752) 0:04:42.490 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:19:02 -0400 (0:00:00.324) 0:04:42.815 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:19:02 -0400 (0:00:00.613) 0:04:43.429 ********* skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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-cLb/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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:19:03 -0400 (0:00:00.558) 0:04:43.987 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:19:03 -0400 (0:00:00.271) 0:04:44.258 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:19:03 -0400 (0:00:00.221) 0:04:44.479 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:19:03 -0400 (0:00:00.212) 0:04:44.691 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:19:04 -0400 (0:00:00.178) 0:04:44.870 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:19:04 -0400 (0:00:00.500) 0:04:45.370 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:19:04 -0400 (0:00:00.206) 0:04:45.576 ********* ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:19:05 -0400 (0:00:00.340) 0:04:45.917 ********* ok: [managed-node5] => { "storage_volumes | d([])": [ { "disks": [ "sda", "sdb", "sdc" ], "mount_point": "/opt/test1", "name": "test0", "raid_chunk_size": "1024K", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "state": "present", "type": "raid" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:19:05 -0400 (0:00:00.398) 0:04:46.315 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:19:05 -0400 (0:00:00.135) 0:04:46.451 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:19:05 -0400 (0:00:00.173) 0:04:46.624 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:19:06 -0400 (0:00:00.196) 0:04:46.821 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:19:06 -0400 (0:00:00.122) 0:04:46.943 ********* ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:19:06 -0400 (0:00:00.453) 0:04:47.396 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:19:06 -0400 (0:00:00.147) 0:04:47.543 ********* changed: [managed-node5] => { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/test0", "fs_type": null }, { "action": "create format", "device": "/dev/md/test0", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/md/test0" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=101fd309-8944-43a5-93af-9753a12512a1", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/md/test0", "_kernel_device": "/dev/md127", "_mount_id": "UUID=101fd309-8944-43a5-93af-9753a12512a1", "_raw_device": "/dev/md/test0", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test0", "raid_chunk_size": "1024K", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "raid_stripe_size": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:19:18 -0400 (0:00:11.978) 0:04:59.522 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:19:19 -0400 (0:00:00.396) 0:04:59.919 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751152696.7061713, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1751152694.6331577, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 364904586, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751152694.6331577, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "3236794298", "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:19:20 -0400 (0:00:01.038) 0:05:00.957 ********* ok: [managed-node5] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:19:21 -0400 (0:00:01.353) 0:05:02.310 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:19:21 -0400 (0:00:00.107) 0:05:02.418 ********* ok: [managed-node5] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/test0", "fs_type": null }, { "action": "create format", "device": "/dev/md/test0", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/md/test0" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=101fd309-8944-43a5-93af-9753a12512a1", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm" ], "pools": [], "volumes": [ { "_device": "/dev/md/test0", "_kernel_device": "/dev/md127", "_mount_id": "UUID=101fd309-8944-43a5-93af-9753a12512a1", "_raw_device": "/dev/md/test0", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test0", "raid_chunk_size": "1024K", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "raid_stripe_size": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:19:21 -0400 (0:00:00.176) 0:05:02.594 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:19:22 -0400 (0:00:00.249) 0:05:02.844 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/md/test0", "_kernel_device": "/dev/md127", "_mount_id": "UUID=101fd309-8944-43a5-93af-9753a12512a1", "_raw_device": "/dev/md/test0", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test0", "raid_chunk_size": "1024K", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "raid_stripe_size": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:19:22 -0400 (0:00:00.185) 0:05:03.029 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:19:22 -0400 (0:00:00.320) 0:05:03.350 ********* ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:19:24 -0400 (0:00:01.686) 0:05:05.037 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node5] => (item={'src': 'UUID=101fd309-8944-43a5-93af-9753a12512a1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=101fd309-8944-43a5-93af-9753a12512a1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=101fd309-8944-43a5-93af-9753a12512a1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:19:25 -0400 (0:00:01.654) 0:05:06.691 ********* skipping: [managed-node5] => (item={'src': 'UUID=101fd309-8944-43a5-93af-9753a12512a1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=101fd309-8944-43a5-93af-9753a12512a1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node5] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:19:26 -0400 (0:00:00.718) 0:05:07.410 ********* ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:19:28 -0400 (0:00:01.812) 0:05:09.223 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751149769.8527894, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:19:29 -0400 (0:00:01.493) 0:05:10.716 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:19:30 -0400 (0:00:00.117) 0:05:10.834 ********* ok: [managed-node5] TASK [Verify role results] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:98 Saturday 28 June 2025 19:19:32 -0400 (0:00:02.081) 0:05:12.915 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node5 TASK [Print out pool information] ********************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 June 2025 19:19:32 -0400 (0:00:00.413) 0:05:13.329 ********* skipping: [managed-node5] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 June 2025 19:19:32 -0400 (0:00:00.263) 0:05:13.592 ********* ok: [managed-node5] => { "_storage_volumes_list": [ { "_device": "/dev/md/test0", "_kernel_device": "/dev/md127", "_mount_id": "UUID=101fd309-8944-43a5-93af-9753a12512a1", "_raw_device": "/dev/md/test0", "_raw_kernel_device": "/dev/md127", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test0", "raid_chunk_size": "1024K", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "raid_stripe_size": null, "size": 0, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 June 2025 19:19:33 -0400 (0:00:00.239) 0:05:13.831 ********* ok: [managed-node5] => { "changed": false, "info": { "/dev/md/test0": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/md/test0", "size": "30G", "type": "raid0", "uuid": "101fd309-8944-43a5-93af-9753a12512a1" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node5:test0", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "c0515dca-775f-9575-79da-73f76cb2125f" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node5:test0", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "c0515dca-775f-9575-79da-73f76cb2125f" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node5:test0", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "c0515dca-775f-9575-79da-73f76cb2125f" }, "/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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 June 2025 19:19:34 -0400 (0:00:01.123) 0:05:14.955 ********* ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002605", "end": "2025-06-28 19:19:35.142839", "rc": 0, "start": "2025-06-28 19:19:35.140234" } 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=101fd309-8944-43a5-93af-9753a12512a1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 June 2025 19:19:35 -0400 (0:00:01.152) 0:05:16.107 ********* ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002644", "end": "2025-06-28 19:19:36.369078", "failed_when_result": false, "rc": 0, "start": "2025-06-28 19:19:36.366434" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 June 2025 19:19:36 -0400 (0:00:01.205) 0:05:17.313 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 28 June 2025 19:19:36 -0400 (0:00:00.241) 0:05:17.554 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node5 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test0', 'raid_level': 'raid0', 'size': 0, 'state': 'present', 'type': 'raid', 'disks': ['sda', 'sdb', 'sdc'], 'raid_device_count': 3, 'raid_spare_count': None, 'raid_metadata_version': '1.0', 'raid_chunk_size': '1024K', 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/md/test0', '_raw_device': '/dev/md/test0', '_mount_id': 'UUID=101fd309-8944-43a5-93af-9753a12512a1', '_kernel_device': '/dev/md127', '_raw_kernel_device': '/dev/md127'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 June 2025 19:19:37 -0400 (0:00:00.572) 0:05:18.126 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 June 2025 19:19:37 -0400 (0:00:00.336) 0:05:18.463 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node5 => (item=mount) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node5 => (item=fstab) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node5 => (item=fs) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node5 => (item=device) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node5 => (item=encryption) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node5 => (item=md) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node5 => (item=size) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node5 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 June 2025 19:19:38 -0400 (0:00:01.258) 0:05:19.721 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_device_path": "/dev/md127" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 June 2025 19:19:39 -0400 (0:00:00.242) 0:05:19.964 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 June 2025 19:19:39 -0400 (0:00:00.309) 0:05:20.273 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "(not storage_test_volume.mount_user is none and storage_test_volume.mount_user | length > 0) or (not storage_test_volume.mount_group is none and storage_test_volume.mount_group | length > 0) or (not storage_test_volume.mount_mode is none and storage_test_volume.mount_mode | length > 0)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 28 June 2025 19:19:39 -0400 (0:00:00.302) 0:05:20.575 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 28 June 2025 19:19:39 -0400 (0:00:00.140) 0:05:20.716 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.mount_user is none", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 28 June 2025 19:19:40 -0400 (0:00:00.392) 0:05:21.109 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.mount_group is none", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 28 June 2025 19:19:40 -0400 (0:00:00.207) 0:05:21.316 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.mount_mode is none", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 28 June 2025 19:19:40 -0400 (0:00:00.184) 0:05:21.501 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 28 June 2025 19:19:40 -0400 (0:00:00.111) 0:05:21.613 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 28 June 2025 19:19:40 -0400 (0:00:00.080) 0:05:21.693 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 28 June 2025 19:19:40 -0400 (0:00:00.104) 0:05:21.798 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 June 2025 19:19:41 -0400 (0:00:00.097) 0:05:21.895 ********* ok: [managed-node5] => { "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=101fd309-8944-43a5-93af-9753a12512a1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 June 2025 19:19:41 -0400 (0:00:00.595) 0:05:22.491 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 June 2025 19:19:41 -0400 (0:00:00.224) 0:05:22.715 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 June 2025 19:19:42 -0400 (0:00:00.215) 0:05:22.931 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 June 2025 19:19:42 -0400 (0:00:00.165) 0:05:23.097 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 June 2025 19:19:42 -0400 (0:00:00.272) 0:05:23.370 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 June 2025 19:19:42 -0400 (0:00:00.216) 0:05:23.587 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 June 2025 19:19:43 -0400 (0:00:00.473) 0:05:24.060 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 June 2025 19:19:43 -0400 (0:00:00.482) 0:05:24.542 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751152758.44258, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1751152758.44258, "dev": 6, "device_type": 2431, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 311928, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1751152758.44258, "nlink": 1, "path": "/dev/md/test0", "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 June 2025 19:19:45 -0400 (0:00:01.459) 0:05:26.002 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 June 2025 19:19:45 -0400 (0:00:00.208) 0:05:26.210 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 June 2025 19:19:45 -0400 (0:00:00.124) 0:05:26.335 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 June 2025 19:19:45 -0400 (0:00:00.229) 0:05:26.564 ********* ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "raid" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 June 2025 19:19:46 -0400 (0:00:00.245) 0:05:26.809 ********* ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "raid0" }, "changed": false } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 June 2025 19:19:46 -0400 (0:00:00.190) 0:05:27.000 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 June 2025 19:19:46 -0400 (0:00:00.240) 0:05:27.240 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 June 2025 19:19:46 -0400 (0:00:00.223) 0:05:27.463 ********* ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 June 2025 19:19:50 -0400 (0:00:04.190) 0:05:31.654 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 June 2025 19:19:51 -0400 (0:00:00.239) 0:05:31.893 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 June 2025 19:19:51 -0400 (0:00:00.150) 0:05:32.044 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 June 2025 19:19:51 -0400 (0:00:00.302) 0:05:32.346 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 June 2025 19:19:51 -0400 (0:00:00.149) 0:05:32.496 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 June 2025 19:19:51 -0400 (0:00:00.226) 0:05:32.722 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 28 June 2025 19:19:52 -0400 (0:00:00.109) 0:05:32.831 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 28 June 2025 19:19:52 -0400 (0:00:00.131) 0:05:32.963 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 28 June 2025 19:19:52 -0400 (0:00:00.210) 0:05:33.174 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 28 June 2025 19:19:52 -0400 (0:00:00.445) 0:05:33.619 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 28 June 2025 19:19:53 -0400 (0:00:00.445) 0:05:34.065 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 28 June 2025 19:19:53 -0400 (0:00:00.216) 0:05:34.281 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 28 June 2025 19:19:53 -0400 (0:00:00.271) 0:05:34.552 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 28 June 2025 19:19:53 -0400 (0:00:00.173) 0:05:34.726 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 June 2025 19:19:54 -0400 (0:00:00.116) 0:05:34.842 ********* ok: [managed-node5] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/test0" ], "delta": "0:00:00.006272", "end": "2025-06-28 19:19:55.246555", "rc": 0, "start": "2025-06-28 19:19:55.240283" } STDOUT: /dev/md/test0: Version : 1.0 Creation Time : Sat Jun 28 19:19:13 2025 Raid Level : raid0 Array Size : 31429632 (29.97 GiB 32.18 GB) Raid Devices : 3 Total Devices : 3 Persistence : Superblock is persistent Update Time : Sat Jun 28 19:19:13 2025 State : clean Active Devices : 3 Working Devices : 3 Failed Devices : 0 Spare Devices : 0 Layout : original Chunk Size : 1024K Consistency Policy : none Name : managed-node5:test0 (local to host managed-node5) UUID : c0515dca:775f9575:79da73f7:6cb2125f Events : 0 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 2 active sync /dev/sdc1 TASK [Set active devices regex] ************************************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 June 2025 19:19:55 -0400 (0:00:01.383) 0:05:36.226 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 3\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 June 2025 19:19:55 -0400 (0:00:00.560) 0:05:36.786 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ None\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 June 2025 19:19:57 -0400 (0:00:01.023) 0:05:37.810 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 June 2025 19:19:57 -0400 (0:00:00.665) 0:05:38.475 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_md_chunk_size_re": [ "1024K" ] }, "changed": false } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 June 2025 19:19:58 -0400 (0:00:00.371) 0:05:38.847 ********* ok: [managed-node5] => { "bytes": 1048576, "changed": false, "lvm": "1m", "parted": "1MiB", "size": "1 MiB" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 June 2025 19:19:59 -0400 (0:00:01.157) 0:05:40.005 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 June 2025 19:19:59 -0400 (0:00:00.328) 0:05:40.333 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.raid_spare_count is not none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 June 2025 19:19:59 -0400 (0:00:00.291) 0:05:40.625 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 June 2025 19:20:00 -0400 (0:00:00.256) 0:05:40.882 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 June 2025 19:20:00 -0400 (0:00:00.326) 0:05:41.208 ********* ok: [managed-node5] => { "bytes": 32212254720, "changed": false, "lvm": "30g", "parted": "30GiB", "size": "30 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 June 2025 19:20:01 -0400 (0:00:01.447) 0:05:42.656 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 June 2025 19:20:02 -0400 (0:00:00.222) 0:05:42.878 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 June 2025 19:20:02 -0400 (0:00:00.113) 0:05:42.991 ********* ok: [managed-node5] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 June 2025 19:20:02 -0400 (0:00:00.117) 0:05:43.109 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 June 2025 19:20:02 -0400 (0:00:00.295) 0:05:43.405 ********* skipping: [managed-node5] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 June 2025 19:20:02 -0400 (0:00:00.246) 0:05:43.652 ********* skipping: [managed-node5] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 June 2025 19:20:03 -0400 (0:00:00.257) 0:05:43.909 ********* skipping: [managed-node5] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 June 2025 19:20:03 -0400 (0:00:00.420) 0:05:44.329 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 28 June 2025 19:20:03 -0400 (0:00:00.214) 0:05:44.544 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 28 June 2025 19:20:03 -0400 (0:00:00.156) 0:05:44.701 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 28 June 2025 19:20:04 -0400 (0:00:00.141) 0:05:44.842 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 28 June 2025 19:20:04 -0400 (0:00:00.132) 0:05:44.975 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 28 June 2025 19:20:04 -0400 (0:00:00.119) 0:05:45.095 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 28 June 2025 19:20:04 -0400 (0:00:00.120) 0:05:45.215 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 28 June 2025 19:20:04 -0400 (0:00:00.135) 0:05:45.351 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 28 June 2025 19:20:04 -0400 (0:00:00.133) 0:05:45.485 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 28 June 2025 19:20:04 -0400 (0:00:00.233) 0:05:45.718 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 28 June 2025 19:20:05 -0400 (0:00:00.149) 0:05:45.868 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 28 June 2025 19:20:05 -0400 (0:00:00.162) 0:05:46.031 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 28 June 2025 19:20:05 -0400 (0:00:00.240) 0:05:46.271 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 28 June 2025 19:20:05 -0400 (0:00:00.191) 0:05:46.463 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 28 June 2025 19:20:05 -0400 (0:00:00.100) 0:05:46.563 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 28 June 2025 19:20:05 -0400 (0:00:00.209) 0:05:46.773 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 28 June 2025 19:20:06 -0400 (0:00:00.106) 0:05:46.880 ********* ok: [managed-node5] => { "storage_test_actual_size": { "bytes": 32212254720, "changed": false, "failed": false, "lvm": "30g", "parted": "30GiB", "size": "30 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 28 June 2025 19:20:06 -0400 (0:00:00.120) 0:05:47.000 ********* ok: [managed-node5] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 28 June 2025 19:20:06 -0400 (0:00:00.080) 0:05:47.080 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 June 2025 19:20:06 -0400 (0:00:00.172) 0:05:47.253 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 June 2025 19:20:06 -0400 (0:00:00.069) 0:05:47.323 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 June 2025 19:20:06 -0400 (0:00:00.082) 0:05:47.405 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 June 2025 19:20:06 -0400 (0:00:00.157) 0:05:47.562 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 June 2025 19:20:06 -0400 (0:00:00.092) 0:05:47.655 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 June 2025 19:20:06 -0400 (0:00:00.128) 0:05:47.783 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 June 2025 19:20:07 -0400 (0:00:00.091) 0:05:47.875 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 June 2025 19:20:07 -0400 (0:00:00.082) 0:05:47.957 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 28 June 2025 19:20:07 -0400 (0:00:00.117) 0:05:48.075 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the disk device created above] ************************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:101 Saturday 28 June 2025 19:20:07 -0400 (0:00:00.121) 0:05:48.196 ********* TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 June 2025 19:20:07 -0400 (0:00:00.529) 0:05:48.726 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 June 2025 19:20:08 -0400 (0:00:00.264) 0:05:48.990 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 June 2025 19:20:08 -0400 (0:00:00.373) 0:05:49.364 ********* skipping: [managed-node5] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node5] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node5] => (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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node5] => (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-cLb/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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 June 2025 19:20:09 -0400 (0:00:00.575) 0:05:49.939 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 June 2025 19:20:09 -0400 (0:00:00.200) 0:05:50.140 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 June 2025 19:20:09 -0400 (0:00:00.150) 0:05:50.290 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 June 2025 19:20:09 -0400 (0:00:00.166) 0:05:50.456 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 June 2025 19:20:09 -0400 (0:00:00.144) 0:05:50.601 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node5 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 June 2025 19:20:10 -0400 (0:00:00.274) 0:05:50.875 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 June 2025 19:20:10 -0400 (0:00:00.094) 0:05:50.970 ********* ok: [managed-node5] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 June 2025 19:20:10 -0400 (0:00:00.347) 0:05:51.318 ********* ok: [managed-node5] => { "storage_volumes | d([])": [ { "disks": [ "sda", "sdb", "sdc" ], "mount_point": "/opt/test1", "name": "test0", "raid_chunk_size": "1024K", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "state": "absent", "type": "raid" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 June 2025 19:20:10 -0400 (0:00:00.315) 0:05:51.633 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 28 June 2025 19:20:10 -0400 (0:00:00.148) 0:05:51.782 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 28 June 2025 19:20:11 -0400 (0:00:00.188) 0:05:51.970 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 28 June 2025 19:20:11 -0400 (0:00:00.223) 0:05:52.194 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 28 June 2025 19:20:11 -0400 (0:00:00.214) 0:05:52.409 ********* ok: [managed-node5] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 28 June 2025 19:20:12 -0400 (0:00:01.110) 0:05:53.519 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 28 June 2025 19:20:12 -0400 (0:00:00.170) 0:05:53.690 ********* changed: [managed-node5] => { "actions": [ { "action": "destroy format", "device": "/dev/md/test0", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/md/test0", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "UUID=101fd309-8944-43a5-93af-9753a12512a1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test0", "raid_chunk_size": "1024K", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "raid_stripe_size": null, "size": 32183943168, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 28 June 2025 19:20:19 -0400 (0:00:06.487) 0:06:00.177 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 28 June 2025 19:20:19 -0400 (0:00:00.257) 0:06:00.435 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751152765.6596277, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "dcdeaf2129f66a52642fd03b43ab5bc79c1b7acb", "ctime": 1751152765.6566277, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 364904586, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1751152765.6566277, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1413, "uid": 0, "version": "3236794298", "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 28 June 2025 19:20:20 -0400 (0:00:01.215) 0:06:01.650 ********* ok: [managed-node5] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 28 June 2025 19:20:22 -0400 (0:00:01.354) 0:06:03.005 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 28 June 2025 19:20:22 -0400 (0:00:00.227) 0:06:03.232 ********* ok: [managed-node5] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/md/test0", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/md/test0", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "UUID=101fd309-8944-43a5-93af-9753a12512a1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test0", "raid_chunk_size": "1024K", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "raid_stripe_size": null, "size": 32183943168, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 28 June 2025 19:20:22 -0400 (0:00:00.239) 0:06:03.472 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 28 June 2025 19:20:22 -0400 (0:00:00.250) 0:06:03.723 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test0", "raid_chunk_size": "1024K", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "raid_stripe_size": null, "size": 32183943168, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 28 June 2025 19:20:23 -0400 (0:00:00.209) 0:06:03.932 ********* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node5] => (item={'src': 'UUID=101fd309-8944-43a5-93af-9753a12512a1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "UUID=101fd309-8944-43a5-93af-9753a12512a1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=101fd309-8944-43a5-93af-9753a12512a1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 28 June 2025 19:20:25 -0400 (0:00:01.969) 0:06:05.902 ********* ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 28 June 2025 19:20:26 -0400 (0:00:01.865) 0:06:07.767 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 28 June 2025 19:20:27 -0400 (0:00:00.569) 0:06:08.337 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 28 June 2025 19:20:28 -0400 (0:00:00.579) 0:06:08.916 ********* ok: [managed-node5] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 28 June 2025 19:20:30 -0400 (0:00:02.102) 0:06:11.019 ********* ok: [managed-node5] => { "changed": false, "stat": { "atime": 1751149769.8527894, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1716968941.893, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1716968586.525, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1157759751", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 28 June 2025 19:20:31 -0400 (0:00:01.458) 0:06:12.478 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 28 June 2025 19:20:31 -0400 (0:00:00.151) 0:06:12.630 ********* ok: [managed-node5] TASK [Verify role results] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:116 Saturday 28 June 2025 19:20:33 -0400 (0:00:01.879) 0:06:14.510 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node5 TASK [Print out pool information] ********************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 June 2025 19:20:33 -0400 (0:00:00.256) 0:06:14.767 ********* skipping: [managed-node5] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 June 2025 19:20:34 -0400 (0:00:00.464) 0:06:15.231 ********* ok: [managed-node5] => { "_storage_volumes_list": [ { "_device": "", "_mount_id": "", "_raw_device": "", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "test0", "raid_chunk_size": "1024K", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "raid_stripe_size": null, "size": 32183943168, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "raid", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 June 2025 19:20:34 -0400 (0:00:00.285) 0:06:15.517 ********* ok: [managed-node5] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 June 2025 19:20:36 -0400 (0:00:01.436) 0:06:16.953 ********* ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002796", "end": "2025-06-28 19:20:37.279225", "rc": 0, "start": "2025-06-28 19:20:37.276429" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 June 2025 19:20:37 -0400 (0:00:01.370) 0:06:18.323 ********* ok: [managed-node5] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002631", "end": "2025-06-28 19:20:38.836873", "failed_when_result": false, "rc": 0, "start": "2025-06-28 19:20:38.834242" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 June 2025 19:20:39 -0400 (0:00:01.533) 0:06:19.857 ********* skipping: [managed-node5] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Saturday 28 June 2025 19:20:39 -0400 (0:00:00.395) 0:06:20.252 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node5 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test0', 'raid_level': 'raid0', 'size': 32183943168, 'state': 'absent', 'type': 'raid', 'disks': ['sda', 'sdb', 'sdc'], 'raid_device_count': 3, 'raid_spare_count': 0, 'raid_metadata_version': '1.0', 'raid_chunk_size': '1024K', 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_stripe_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '', '_raw_device': '', '_mount_id': ''}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 June 2025 19:20:40 -0400 (0:00:00.638) 0:06:20.891 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 June 2025 19:20:40 -0400 (0:00:00.493) 0:06:21.384 ********* included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node5 => (item=mount) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node5 => (item=fstab) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node5 => (item=fs) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node5 => (item=device) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node5 => (item=encryption) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node5 => (item=md) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node5 => (item=size) included: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node5 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 June 2025 19:20:41 -0400 (0:00:01.221) 0:06:22.606 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_device_path": "" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 June 2025 19:20:42 -0400 (0:00:00.316) 0:06:22.922 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 June 2025 19:20:42 -0400 (0:00:00.373) 0:06:23.296 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Saturday 28 June 2025 19:20:42 -0400 (0:00:00.342) 0:06:23.638 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Saturday 28 June 2025 19:20:43 -0400 (0:00:00.172) 0:06:23.811 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Saturday 28 June 2025 19:20:43 -0400 (0:00:00.187) 0:06:23.998 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Saturday 28 June 2025 19:20:43 -0400 (0:00:00.193) 0:06:24.191 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Saturday 28 June 2025 19:20:43 -0400 (0:00:00.221) 0:06:24.413 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Saturday 28 June 2025 19:20:43 -0400 (0:00:00.145) 0:06:24.558 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Saturday 28 June 2025 19:20:43 -0400 (0:00:00.195) 0:06:24.754 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Saturday 28 June 2025 19:20:44 -0400 (0:00:00.159) 0:06:24.913 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 June 2025 19:20:44 -0400 (0:00:00.134) 0:06:25.047 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 June 2025 19:20:44 -0400 (0:00:00.570) 0:06:25.618 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 June 2025 19:20:45 -0400 (0:00:00.373) 0:06:25.991 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 June 2025 19:20:45 -0400 (0:00:00.434) 0:06:26.426 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 June 2025 19:20:45 -0400 (0:00:00.342) 0:06:26.769 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 June 2025 19:20:46 -0400 (0:00:00.516) 0:06:27.285 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 June 2025 19:20:46 -0400 (0:00:00.192) 0:06:27.477 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 June 2025 19:20:47 -0400 (0:00:00.423) 0:06:27.901 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 June 2025 19:20:47 -0400 (0:00:00.364) 0:06:28.266 ********* ok: [managed-node5] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 June 2025 19:20:48 -0400 (0:00:01.215) 0:06:29.481 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 June 2025 19:20:48 -0400 (0:00:00.232) 0:06:29.713 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 June 2025 19:20:49 -0400 (0:00:00.167) 0:06:29.881 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 June 2025 19:20:49 -0400 (0:00:00.178) 0:06:30.060 ********* ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "raid" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 June 2025 19:20:49 -0400 (0:00:00.186) 0:06:30.247 ********* ok: [managed-node5] => { "ansible_facts": { "st_volume_type": "raid0" }, "changed": false } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 June 2025 19:20:49 -0400 (0:00:00.206) 0:06:30.454 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 June 2025 19:20:49 -0400 (0:00:00.132) 0:06:30.586 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 June 2025 19:20:49 -0400 (0:00:00.159) 0:06:30.746 ********* ok: [managed-node5] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 June 2025 19:20:53 -0400 (0:00:03.800) 0:06:34.547 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 June 2025 19:20:53 -0400 (0:00:00.131) 0:06:34.678 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 June 2025 19:20:54 -0400 (0:00:00.500) 0:06:35.179 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 June 2025 19:20:54 -0400 (0:00:00.136) 0:06:35.315 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 June 2025 19:20:54 -0400 (0:00:00.135) 0:06:35.450 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 June 2025 19:20:54 -0400 (0:00:00.238) 0:06:35.689 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Saturday 28 June 2025 19:20:55 -0400 (0:00:00.121) 0:06:35.811 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Saturday 28 June 2025 19:20:55 -0400 (0:00:00.155) 0:06:35.966 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Saturday 28 June 2025 19:20:55 -0400 (0:00:00.178) 0:06:36.145 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Saturday 28 June 2025 19:20:55 -0400 (0:00:00.428) 0:06:36.574 ********* ok: [managed-node5] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Saturday 28 June 2025 19:20:56 -0400 (0:00:00.349) 0:06:36.923 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Saturday 28 June 2025 19:20:56 -0400 (0:00:00.281) 0:06:37.204 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Saturday 28 June 2025 19:20:56 -0400 (0:00:00.239) 0:06:37.444 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Saturday 28 June 2025 19:20:57 -0400 (0:00:00.397) 0:06:37.842 ********* ok: [managed-node5] => { "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-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 June 2025 19:20:57 -0400 (0:00:00.224) 0:06:38.067 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 June 2025 19:20:57 -0400 (0:00:00.275) 0:06:38.342 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 June 2025 19:20:57 -0400 (0:00:00.410) 0:06:38.753 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 June 2025 19:20:58 -0400 (0:00:00.499) 0:06:39.252 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 June 2025 19:20:58 -0400 (0:00:00.510) 0:06:39.762 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 June 2025 19:20:59 -0400 (0:00:00.444) 0:06:40.207 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 June 2025 19:20:59 -0400 (0:00:00.526) 0:06:40.733 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 June 2025 19:21:00 -0400 (0:00:00.383) 0:06:41.117 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 June 2025 19:21:00 -0400 (0:00:00.310) 0:06:41.427 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 June 2025 19:21:00 -0400 (0:00:00.351) 0:06:41.780 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume._device | length > 0", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 June 2025 19:21:01 -0400 (0:00:00.377) 0:06:42.157 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 June 2025 19:21:01 -0400 (0:00:00.390) 0:06:42.548 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 June 2025 19:21:02 -0400 (0:00:00.373) 0:06:42.921 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 June 2025 19:21:02 -0400 (0:00:00.288) 0:06:43.210 ********* ok: [managed-node5] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 June 2025 19:21:02 -0400 (0:00:00.273) 0:06:43.483 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 June 2025 19:21:02 -0400 (0:00:00.232) 0:06:43.716 ********* skipping: [managed-node5] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 June 2025 19:21:03 -0400 (0:00:00.245) 0:06:43.961 ********* skipping: [managed-node5] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 June 2025 19:21:03 -0400 (0:00:00.390) 0:06:44.352 ********* skipping: [managed-node5] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 June 2025 19:21:03 -0400 (0:00:00.339) 0:06:44.692 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Saturday 28 June 2025 19:21:04 -0400 (0:00:00.404) 0:06:45.096 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Saturday 28 June 2025 19:21:04 -0400 (0:00:00.313) 0:06:45.409 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Saturday 28 June 2025 19:21:04 -0400 (0:00:00.275) 0:06:45.685 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Saturday 28 June 2025 19:21:05 -0400 (0:00:00.212) 0:06:45.897 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Saturday 28 June 2025 19:21:05 -0400 (0:00:00.184) 0:06:46.081 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Saturday 28 June 2025 19:21:05 -0400 (0:00:00.236) 0:06:46.318 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Saturday 28 June 2025 19:21:05 -0400 (0:00:00.245) 0:06:46.564 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Saturday 28 June 2025 19:21:05 -0400 (0:00:00.227) 0:06:46.792 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Saturday 28 June 2025 19:21:06 -0400 (0:00:00.184) 0:06:46.976 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Saturday 28 June 2025 19:21:06 -0400 (0:00:00.235) 0:06:47.212 ********* skipping: [managed-node5] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Saturday 28 June 2025 19:21:06 -0400 (0:00:00.199) 0:06:47.412 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Saturday 28 June 2025 19:21:06 -0400 (0:00:00.275) 0:06:47.687 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Saturday 28 June 2025 19:21:07 -0400 (0:00:00.144) 0:06:47.831 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Saturday 28 June 2025 19:21:07 -0400 (0:00:00.206) 0:06:48.038 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Saturday 28 June 2025 19:21:07 -0400 (0:00:00.193) 0:06:48.231 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "not storage_test_volume.thin is none", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Saturday 28 June 2025 19:21:07 -0400 (0:00:00.214) 0:06:48.446 ********* ok: [managed-node5] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Saturday 28 June 2025 19:21:07 -0400 (0:00:00.136) 0:06:48.582 ********* ok: [managed-node5] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined. 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Saturday 28 June 2025 19:21:07 -0400 (0:00:00.183) 0:06:48.765 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 June 2025 19:21:08 -0400 (0:00:00.305) 0:06:49.070 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 June 2025 19:21:08 -0400 (0:00:00.129) 0:06:49.200 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 June 2025 19:21:08 -0400 (0:00:00.151) 0:06:49.351 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 June 2025 19:21:08 -0400 (0:00:00.173) 0:06:49.525 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 June 2025 19:21:08 -0400 (0:00:00.153) 0:06:49.678 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 June 2025 19:21:09 -0400 (0:00:00.199) 0:06:49.878 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 June 2025 19:21:09 -0400 (0:00:00.109) 0:06:49.987 ********* skipping: [managed-node5] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 June 2025 19:21:09 -0400 (0:00:00.193) 0:06:50.181 ********* ok: [managed-node5] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Saturday 28 June 2025 19:21:09 -0400 (0:00:00.248) 0:06:50.430 ********* ok: [managed-node5] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* managed-node5 : ok=346 changed=8 unreachable=0 failed=0 skipped=390 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 28 June 2025 19:21:09 -0400 (0:00:00.073) 0:06:50.503 ********* =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 19.51s /tmp/collections-cLb/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 -- 16.31s /tmp/collections-cLb/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 -- 11.98s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Set up new/current mounts ---------- 11.57s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 fedora.linux_system_roles.storage : Update facts ------------------------ 9.23s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Ensure cryptsetup is present -------------------------------------------- 6.64s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 6.57s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Update facts ------------------------ 6.53s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 6.49s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Ensure cryptsetup is present -------------------------------------------- 6.31s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure cryptsetup is present -------------------------------------------- 4.45s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Make sure blivet is available ------- 4.20s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure cryptsetup is present -------------------------------------------- 4.19s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Make sure required packages are installed --- 3.90s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Ensure cryptsetup is present -------------------------------------------- 3.80s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Ensure test packages ---------------------------------------------------- 3.67s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 fedora.linux_system_roles.storage : Get service facts ------------------- 3.55s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Gathering Facts --------------------------------------------------------- 3.18s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_volume_options.yml:2 fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present --- 3.17s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 3.17s /tmp/collections-cLb/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161