ansible-playbook [core 2.17.13rc1] 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-P9p executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Jun 4 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-7)] (/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_swap.yml ******************************************************* 1 plays in /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml PLAY [Test management of swap] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 Tuesday 08 July 2025 21:14:21 -0400 (0:00:00.267) 0:00:00.267 ********** [WARNING]: Platform linux on host managed-node10 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node10] TASK [Include role to ensure packages are installed] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:10 Tuesday 08 July 2025 21:14:27 -0400 (0:00:05.974) 0:00:06.241 ********** included: fedora.linux_system_roles.storage for managed-node10 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 08 July 2025 21:14:27 -0400 (0:00:00.381) 0:00:06.622 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 08 July 2025 21:14:28 -0400 (0:00:00.315) 0:00:06.938 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 08 July 2025 21:14:28 -0400 (0:00:00.564) 0:00:07.502 ********** skipping: [managed-node10] => (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-node10] => (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-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 08 July 2025 21:14:29 -0400 (0:00:00.692) 0:00:08.194 ********** ok: [managed-node10] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 08 July 2025 21:14:32 -0400 (0:00:03.017) 0:00:11.212 ********** ok: [managed-node10] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 08 July 2025 21:14:32 -0400 (0:00:00.252) 0:00:11.465 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 08 July 2025 21:14:32 -0400 (0:00:00.165) 0:00:11.631 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 08 July 2025 21:14:33 -0400 (0:00:00.173) 0:00:11.805 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 08 July 2025 21:14:33 -0400 (0:00:00.685) 0:00:12.490 ********** ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 08 July 2025 21:14:38 -0400 (0:00:04.593) 0:00:17.084 ********** ok: [managed-node10] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 08 July 2025 21:14:38 -0400 (0:00:00.427) 0:00:17.512 ********** ok: [managed-node10] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 08 July 2025 21:14:39 -0400 (0:00:00.480) 0:00:17.992 ********** ok: [managed-node10] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Tuesday 08 July 2025 21:14:43 -0400 (0:00:04.209) 0:00:22.202 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Tuesday 08 July 2025 21:14:43 -0400 (0:00:00.499) 0:00:22.702 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Tuesday 08 July 2025 21:14:44 -0400 (0:00:00.427) 0:00:23.129 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Tuesday 08 July 2025 21:14:44 -0400 (0:00:00.490) 0:00:23.619 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Tuesday 08 July 2025 21:14:45 -0400 (0:00:00.385) 0:00:24.005 ********** ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Tuesday 08 July 2025 21:14:47 -0400 (0:00:02.591) 0:00:26.596 ********** ok: [managed-node10] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "apt-daily.service": { "name": "apt-daily.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "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-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.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": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "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": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "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" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "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" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm-devices-import.service": { "name": "lvm-devices-import.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.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" }, "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" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "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-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" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.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" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "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" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "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": "stopped", "status": "not-found" }, "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-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-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.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-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "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-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "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": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "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-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "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": "static" }, "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-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "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" }, "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Tuesday 08 July 2025 21:14:52 -0400 (0:00:04.644) 0:00:31.241 ********** ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Tuesday 08 July 2025 21:14:53 -0400 (0:00:00.733) 0:00:31.975 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Tuesday 08 July 2025 21:14:53 -0400 (0:00:00.219) 0:00:32.194 ********** ok: [managed-node10] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Tuesday 08 July 2025 21:14:55 -0400 (0:00:01.729) 0:00:33.923 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Tuesday 08 July 2025 21:14:55 -0400 (0:00:00.499) 0:00:34.422 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752023593.4606838, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6f674daf8263d8616506cf25963edb13a829abde", "ctime": 1752023591.9056726, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715348, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752023591.9056726, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "2952052967", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Tuesday 08 July 2025 21:14:56 -0400 (0:00:01.088) 0:00:35.511 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Tuesday 08 July 2025 21:14:57 -0400 (0:00:00.263) 0:00:35.775 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Tuesday 08 July 2025 21:14:57 -0400 (0:00:00.219) 0:00:35.994 ********** ok: [managed-node10] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 08 July 2025 21:14:57 -0400 (0:00:00.280) 0:00:36.275 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Tuesday 08 July 2025 21:14:57 -0400 (0:00:00.298) 0:00:36.574 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Tuesday 08 July 2025 21:14:58 -0400 (0:00:00.248) 0:00:36.822 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Tuesday 08 July 2025 21:14:58 -0400 (0:00:00.595) 0:00:37.418 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Tuesday 08 July 2025 21:14:59 -0400 (0:00:00.481) 0:00:37.926 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 08 July 2025 21:14:59 -0400 (0:00:00.557) 0:00:38.483 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Tuesday 08 July 2025 21:15:00 -0400 (0:00:00.556) 0:00:39.040 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Tuesday 08 July 2025 21:15:00 -0400 (0:00:00.518) 0:00:39.559 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752019529.3848405, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1750749433.389, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1750749093.526, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3612695417", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Tuesday 08 July 2025 21:15:01 -0400 (0:00:01.133) 0:00:40.692 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Tuesday 08 July 2025 21:15:02 -0400 (0:00:00.242) 0:00:40.935 ********** ok: [managed-node10] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:14 Tuesday 08 July 2025 21:15:04 -0400 (0:00:02.096) 0:00:43.031 ********** ok: [managed-node10] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks for swap] *********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:22 Tuesday 08 July 2025 21:15:04 -0400 (0:00:00.553) 0:00:43.585 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node10 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Tuesday 08 July 2025 21:15:05 -0400 (0:00:00.441) 0:00:44.027 ********** ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Tuesday 08 July 2025 21:15:07 -0400 (0:00:02.533) 0:00:46.561 ********** ok: [managed-node10] => { "changed": false, "disks": [ "sda" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Tuesday 08 July 2025 21:15:10 -0400 (0:00:02.977) 0:00:49.539 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Tuesday 08 July 2025 21:15:11 -0400 (0:00:00.241) 0:00:49.780 ********** ok: [managed-node10] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Tuesday 08 July 2025 21:15:11 -0400 (0:00:00.316) 0:00:50.097 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Tuesday 08 July 2025 21:15:11 -0400 (0:00:00.542) 0:00:50.640 ********** ok: [managed-node10] => { "unused_disks": [ "sda" ] } TASK [Save disk used for swap] ************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:30 Tuesday 08 July 2025 21:15:12 -0400 (0:00:00.325) 0:00:50.966 ********** ok: [managed-node10] => { "ansible_facts": { "__swap_disk": "sda" }, "changed": false } TASK [Create a disk device with swap] ****************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:34 Tuesday 08 July 2025 21:15:12 -0400 (0:00:00.317) 0:00:51.284 ********** included: fedora.linux_system_roles.storage for managed-node10 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 08 July 2025 21:15:13 -0400 (0:00:00.664) 0:00:51.949 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 08 July 2025 21:15:13 -0400 (0:00:00.421) 0:00:52.370 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 08 July 2025 21:15:14 -0400 (0:00:00.624) 0:00:52.995 ********** skipping: [managed-node10] => (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-node10] => (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-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 08 July 2025 21:15:14 -0400 (0:00:00.641) 0:00:53.636 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 08 July 2025 21:15:15 -0400 (0:00:00.290) 0:00:53.927 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 08 July 2025 21:15:15 -0400 (0:00:00.269) 0:00:54.196 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 08 July 2025 21:15:15 -0400 (0:00:00.251) 0:00:54.448 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 08 July 2025 21:15:15 -0400 (0:00:00.293) 0:00:54.742 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 08 July 2025 21:15:16 -0400 (0:00:00.826) 0:00:55.568 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 08 July 2025 21:15:17 -0400 (0:00:00.299) 0:00:55.868 ********** ok: [managed-node10] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 08 July 2025 21:15:17 -0400 (0:00:00.679) 0:00:56.547 ********** ok: [managed-node10] => { "storage_volumes | d([])": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 08 July 2025 21:15:19 -0400 (0:00:01.206) 0:00:57.754 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Tuesday 08 July 2025 21:15:19 -0400 (0:00:00.859) 0:00:58.613 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Tuesday 08 July 2025 21:15:20 -0400 (0:00:00.290) 0:00:58.903 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Tuesday 08 July 2025 21:15:20 -0400 (0:00:00.239) 0:00:59.142 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Tuesday 08 July 2025 21:15:20 -0400 (0:00:00.341) 0:00:59.484 ********** ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Tuesday 08 July 2025 21:15:21 -0400 (0:00:00.956) 0:01:00.440 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Tuesday 08 July 2025 21:15:21 -0400 (0:00:00.218) 0:01:00.658 ********** changed: [managed-node10] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=987241de-f1f1-47c6-8790-587806500730", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=987241de-f1f1-47c6-8790-587806500730", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Tuesday 08 July 2025 21:15:24 -0400 (0:00:02.321) 0:01:02.980 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Tuesday 08 July 2025 21:15:24 -0400 (0:00:00.413) 0:01:03.393 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752023593.4606838, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6f674daf8263d8616506cf25963edb13a829abde", "ctime": 1752023591.9056726, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715348, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752023591.9056726, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "2952052967", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Tuesday 08 July 2025 21:15:25 -0400 (0:00:00.962) 0:01:04.355 ********** ok: [managed-node10] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Tuesday 08 July 2025 21:15:28 -0400 (0:00:03.077) 0:01:07.432 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Tuesday 08 July 2025 21:15:28 -0400 (0:00:00.211) 0:01:07.644 ********** ok: [managed-node10] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=987241de-f1f1-47c6-8790-587806500730", "state": "present" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=987241de-f1f1-47c6-8790-587806500730", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 08 July 2025 21:15:29 -0400 (0:00:00.348) 0:01:07.992 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Tuesday 08 July 2025 21:15:29 -0400 (0:00:00.242) 0:01:08.234 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=987241de-f1f1-47c6-8790-587806500730", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Tuesday 08 July 2025 21:15:29 -0400 (0:00:00.200) 0:01:08.435 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Tuesday 08 July 2025 21:15:30 -0400 (0:00:00.546) 0:01:08.981 ********** ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Tuesday 08 July 2025 21:15:35 -0400 (0:00:05.221) 0:01:14.203 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node10] => (item={'src': 'UUID=987241de-f1f1-47c6-8790-587806500730', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=987241de-f1f1-47c6-8790-587806500730", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=987241de-f1f1-47c6-8790-587806500730" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 08 July 2025 21:15:38 -0400 (0:00:03.330) 0:01:17.533 ********** skipping: [managed-node10] => (item={'src': 'UUID=987241de-f1f1-47c6-8790-587806500730', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=987241de-f1f1-47c6-8790-587806500730", "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Tuesday 08 July 2025 21:15:39 -0400 (0:00:00.616) 0:01:18.149 ********** ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Tuesday 08 July 2025 21:15:41 -0400 (0:00:01.717) 0:01:19.867 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752019529.3848405, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1750749433.389, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1750749093.526, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3612695417", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Tuesday 08 July 2025 21:15:42 -0400 (0:00:00.940) 0:01:20.808 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Tuesday 08 July 2025 21:15:42 -0400 (0:00:00.222) 0:01:21.030 ********** ok: [managed-node10] TASK [Verify results] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:44 Tuesday 08 July 2025 21:15:44 -0400 (0:00:01.945) 0:01:22.975 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 08 July 2025 21:15:44 -0400 (0:00:00.481) 0:01:23.456 ********** skipping: [managed-node10] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 08 July 2025 21:15:45 -0400 (0:00:00.505) 0:01:23.962 ********** ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=987241de-f1f1-47c6-8790-587806500730", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 08 July 2025 21:15:45 -0400 (0:00:00.604) 0:01:24.566 ********** ok: [managed-node10] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "987241de-f1f1-47c6-8790-587806500730" }, "/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": "97c8d18c-75f2-428f-b993-321f7140f874" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 08 July 2025 21:15:48 -0400 (0:00:02.391) 0:01:26.958 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003387", "end": "2025-07-08 21:15:50.450630", "rc": 0, "start": "2025-07-08 21:15:50.447243" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Jun 24 07:11:33 2025 # # 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=97c8d18c-75f2-428f-b993-321f7140f874 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/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-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=987241de-f1f1-47c6-8790-587806500730 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 08 July 2025 21:15:50 -0400 (0:00:02.444) 0:01:29.403 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002924", "end": "2025-07-08 21:15:51.488893", "failed_when_result": false, "rc": 0, "start": "2025-07-08 21:15:51.485969" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 08 July 2025 21:15:51 -0400 (0:00:01.001) 0:01:30.405 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Tuesday 08 July 2025 21:15:52 -0400 (0:00:00.384) 0:01:30.789 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 => (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': 'swap', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=987241de-f1f1-47c6-8790-587806500730', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 08 July 2025 21:15:52 -0400 (0:00:00.684) 0:01:31.473 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 08 July 2025 21:15:53 -0400 (0:00:00.646) 0:01:32.120 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 => (item=mount) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 => (item=fstab) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 => (item=fs) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 => (item=device) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 => (item=encryption) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 => (item=md) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 => (item=size) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 08 July 2025 21:15:54 -0400 (0:00:01.619) 0:01:33.740 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 08 July 2025 21:15:55 -0400 (0:00:00.284) 0:01:34.024 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 08 July 2025 21:15:55 -0400 (0:00:00.573) 0:01:34.597 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "not storage_test_volume.mount_point is none", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Tuesday 08 July 2025 21:15:56 -0400 (0:00:00.414) 0:01:35.012 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Tuesday 08 July 2025 21:15:56 -0400 (0:00:00.309) 0:01:35.321 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "not storage_test_volume.mount_point is none", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Tuesday 08 July 2025 21:15:56 -0400 (0:00:00.284) 0:01:35.606 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "not storage_test_volume.mount_point is none", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Tuesday 08 July 2025 21:15:57 -0400 (0:00:00.262) 0:01:35.869 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "not storage_test_volume.mount_point is none", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Tuesday 08 July 2025 21:15:57 -0400 (0:00:00.206) 0:01:36.076 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.004138", "end": "2025-07-08 21:15:58.403298", "rc": 0, "start": "2025-07-08 21:15:58.399160" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Tuesday 08 July 2025 21:15:58 -0400 (0:00:01.257) 0:01:37.335 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:01.003979", "end": "2025-07-08 21:16:00.442035", "rc": 0, "start": "2025-07-08 21:15:59.438056" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Tuesday 08 July 2025 21:16:00 -0400 (0:00:02.074) 0:01:39.410 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Tuesday 08 July 2025 21:16:01 -0400 (0:00:00.537) 0:01:39.947 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 08 July 2025 21:16:01 -0400 (0:00:00.224) 0:01:40.171 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=987241de-f1f1-47c6-8790-587806500730 " ], "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 08 July 2025 21:16:02 -0400 (0:00:00.685) 0:01:40.857 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 08 July 2025 21:16:02 -0400 (0:00:00.434) 0:01:41.292 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 08 July 2025 21:16:03 -0400 (0:00:00.479) 0:01:41.772 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 08 July 2025 21:16:03 -0400 (0:00:00.423) 0:01:42.195 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Tuesday 08 July 2025 21:16:03 -0400 (0:00:00.514) 0:01:42.709 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 08 July 2025 21:16:04 -0400 (0:00:00.204) 0:01:42.913 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 08 July 2025 21:16:04 -0400 (0:00:00.637) 0:01:43.551 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 08 July 2025 21:16:05 -0400 (0:00:00.463) 0:01:44.014 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752023723.940635, "attr_flags": "", "attributes": [], "block_size": 512, "blocks": 0, "charset": "binary", "ctime": 1752023723.9226348, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 447, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752023723.9226348, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 08 July 2025 21:16:06 -0400 (0:00:01.029) 0:01:45.044 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 08 July 2025 21:16:06 -0400 (0:00:00.255) 0:01:45.299 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 08 July 2025 21:16:06 -0400 (0:00:00.163) 0:01:45.462 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 08 July 2025 21:16:07 -0400 (0:00:00.537) 0:01:46.000 ********** ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 08 July 2025 21:16:07 -0400 (0:00:00.182) 0:01:46.182 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 08 July 2025 21:16:07 -0400 (0:00:00.191) 0:01:46.374 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 08 July 2025 21:16:07 -0400 (0:00:00.248) 0:01:46.622 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 08 July 2025 21:16:08 -0400 (0:00:00.152) 0:01:46.775 ********** ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 08 July 2025 21:16:10 -0400 (0:00:02.138) 0:01:48.913 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 08 July 2025 21:16:10 -0400 (0:00:00.277) 0:01:49.191 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 08 July 2025 21:16:10 -0400 (0:00:00.208) 0:01:49.400 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 08 July 2025 21:16:11 -0400 (0:00:00.473) 0:01:49.873 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 08 July 2025 21:16:11 -0400 (0:00:00.163) 0:01:50.037 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 08 July 2025 21:16:11 -0400 (0:00:00.151) 0:01:50.188 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Tuesday 08 July 2025 21:16:11 -0400 (0:00:00.198) 0:01:50.387 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Tuesday 08 July 2025 21:16:11 -0400 (0:00:00.213) 0:01:50.601 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Tuesday 08 July 2025 21:16:12 -0400 (0:00:00.190) 0:01:50.791 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Tuesday 08 July 2025 21:16:12 -0400 (0:00:00.511) 0:01:51.303 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Tuesday 08 July 2025 21:16:13 -0400 (0:00:00.538) 0:01:51.841 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Tuesday 08 July 2025 21:16:13 -0400 (0:00:00.440) 0:01:52.282 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Tuesday 08 July 2025 21:16:14 -0400 (0:00:00.493) 0:01:52.775 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Tuesday 08 July 2025 21:16:14 -0400 (0:00:00.561) 0:01:53.337 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 08 July 2025 21:16:14 -0400 (0:00:00.213) 0:01:53.550 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 08 July 2025 21:16:15 -0400 (0:00:00.235) 0:01:53.786 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 08 July 2025 21:16:15 -0400 (0:00:00.171) 0:01:53.957 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 08 July 2025 21:16:15 -0400 (0:00:00.179) 0:01:54.137 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 08 July 2025 21:16:15 -0400 (0:00:00.185) 0:01:54.322 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 08 July 2025 21:16:15 -0400 (0:00:00.210) 0:01:54.533 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 08 July 2025 21:16:15 -0400 (0:00:00.204) 0:01:54.738 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 08 July 2025 21:16:16 -0400 (0:00:00.253) 0:01:54.991 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 08 July 2025 21:16:16 -0400 (0:00:00.154) 0:01:55.145 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 08 July 2025 21:16:16 -0400 (0:00:00.204) 0:01:55.350 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 08 July 2025 21:16:16 -0400 (0:00:00.211) 0:01:55.561 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 08 July 2025 21:16:17 -0400 (0:00:00.591) 0:01:56.153 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 08 July 2025 21:16:17 -0400 (0:00:00.388) 0:01:56.541 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 08 July 2025 21:16:18 -0400 (0:00:00.547) 0:01:57.088 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 08 July 2025 21:16:18 -0400 (0:00:00.242) 0:01:57.330 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 08 July 2025 21:16:18 -0400 (0:00:00.408) 0:01:57.739 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 08 July 2025 21:16:19 -0400 (0:00:00.455) 0:01:58.197 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 08 July 2025 21:16:20 -0400 (0:00:00.564) 0:01:58.761 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 08 July 2025 21:16:20 -0400 (0:00:00.454) 0:01:59.216 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Tuesday 08 July 2025 21:16:20 -0400 (0:00:00.372) 0:01:59.589 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Tuesday 08 July 2025 21:16:21 -0400 (0:00:00.209) 0:01:59.798 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Tuesday 08 July 2025 21:16:21 -0400 (0:00:00.290) 0:02:00.088 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Tuesday 08 July 2025 21:16:21 -0400 (0:00:00.191) 0:02:00.302 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Tuesday 08 July 2025 21:16:21 -0400 (0:00:00.238) 0:02:00.540 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Tuesday 08 July 2025 21:16:21 -0400 (0:00:00.203) 0:02:00.744 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Tuesday 08 July 2025 21:16:22 -0400 (0:00:00.234) 0:02:00.978 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Tuesday 08 July 2025 21:16:22 -0400 (0:00:00.209) 0:02:01.188 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Tuesday 08 July 2025 21:16:22 -0400 (0:00:00.261) 0:02:01.449 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Tuesday 08 July 2025 21:16:22 -0400 (0:00:00.211) 0:02:01.661 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Tuesday 08 July 2025 21:16:23 -0400 (0:00:00.282) 0:02:01.944 ********** skipping: [managed-node10] => { "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 - 2] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Tuesday 08 July 2025 21:16:23 -0400 (0:00:00.334) 0:02:02.278 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Tuesday 08 July 2025 21:16:23 -0400 (0:00:00.265) 0:02:02.544 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Tuesday 08 July 2025 21:16:24 -0400 (0:00:00.254) 0:02:02.799 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Tuesday 08 July 2025 21:16:24 -0400 (0:00:00.180) 0:02:02.983 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Tuesday 08 July 2025 21:16:24 -0400 (0:00:00.245) 0:02:03.229 ********** ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Tuesday 08 July 2025 21:16:24 -0400 (0:00:00.212) 0:02:03.441 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Tuesday 08 July 2025 21:16:24 -0400 (0:00:00.239) 0:02:03.681 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 08 July 2025 21:16:25 -0400 (0:00:00.357) 0:02:04.039 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 08 July 2025 21:16:25 -0400 (0:00:00.155) 0:02:04.194 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 08 July 2025 21:16:25 -0400 (0:00:00.174) 0:02:04.369 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 08 July 2025 21:16:25 -0400 (0:00:00.215) 0:02:04.585 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 08 July 2025 21:16:26 -0400 (0:00:00.190) 0:02:04.775 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 08 July 2025 21:16:26 -0400 (0:00:00.155) 0:02:04.931 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 08 July 2025 21:16:26 -0400 (0:00:00.216) 0:02:05.147 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 08 July 2025 21:16:26 -0400 (0:00:00.162) 0:02:05.311 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Tuesday 08 July 2025 21:16:26 -0400 (0:00:00.188) 0:02:05.500 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get disk to use for non-swap device] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:47 Tuesday 08 July 2025 21:16:26 -0400 (0:00:00.196) 0:02:05.696 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node10 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Tuesday 08 July 2025 21:16:27 -0400 (0:00:00.656) 0:02:06.353 ********** ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Tuesday 08 July 2025 21:16:29 -0400 (0:00:02.232) 0:02:08.585 ********** ok: [managed-node10] => { "changed": false, "disks": [ "sdb" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"swap\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Disk [/dev/sda] attrs [{'type': 'disk', 'size': '10737418240', 'fstype': 'swap', 'ssize': '512'}] has fstype", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Tuesday 08 July 2025 21:16:32 -0400 (0:00:02.292) 0:02:10.877 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Tuesday 08 July 2025 21:16:32 -0400 (0:00:00.214) 0:02:11.092 ********** ok: [managed-node10] => { "ansible_facts": { "unused_disks": [ "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Tuesday 08 July 2025 21:16:32 -0400 (0:00:00.199) 0:02:11.291 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Tuesday 08 July 2025 21:16:33 -0400 (0:00:00.530) 0:02:11.821 ********** ok: [managed-node10] => { "unused_disks": [ "sdb" ] } TASK [Save non-swap disk] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:54 Tuesday 08 July 2025 21:16:33 -0400 (0:00:00.298) 0:02:12.120 ********** ok: [managed-node10] => { "ansible_facts": { "__non_swap_disk": "sdb" }, "changed": false } TASK [Format second disk as ext3] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:58 Tuesday 08 July 2025 21:16:33 -0400 (0:00:00.253) 0:02:12.373 ********** included: fedora.linux_system_roles.storage for managed-node10 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 08 July 2025 21:16:34 -0400 (0:00:00.550) 0:02:12.924 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 08 July 2025 21:16:34 -0400 (0:00:00.299) 0:02:13.223 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 08 July 2025 21:16:34 -0400 (0:00:00.484) 0:02:13.708 ********** skipping: [managed-node10] => (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-node10] => (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-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 08 July 2025 21:16:35 -0400 (0:00:00.664) 0:02:14.373 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 08 July 2025 21:16:35 -0400 (0:00:00.222) 0:02:14.596 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 08 July 2025 21:16:36 -0400 (0:00:00.201) 0:02:14.797 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 08 July 2025 21:16:36 -0400 (0:00:00.174) 0:02:14.971 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 08 July 2025 21:16:36 -0400 (0:00:00.215) 0:02:15.187 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 08 July 2025 21:16:37 -0400 (0:00:00.574) 0:02:15.761 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 08 July 2025 21:16:37 -0400 (0:00:00.265) 0:02:16.027 ********** ok: [managed-node10] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 08 July 2025 21:16:37 -0400 (0:00:00.511) 0:02:16.538 ********** ok: [managed-node10] => { "storage_volumes | d([])": [ { "disks": [ "sdb" ], "fs_type": "ext3", "mount_point": "none", "name": "test2", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 08 July 2025 21:16:38 -0400 (0:00:00.447) 0:02:16.986 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Tuesday 08 July 2025 21:16:38 -0400 (0:00:00.256) 0:02:17.242 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Tuesday 08 July 2025 21:16:38 -0400 (0:00:00.316) 0:02:17.559 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Tuesday 08 July 2025 21:16:39 -0400 (0:00:00.310) 0:02:17.869 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Tuesday 08 July 2025 21:16:39 -0400 (0:00:00.231) 0:02:18.101 ********** ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Tuesday 08 July 2025 21:16:39 -0400 (0:00:00.619) 0:02:18.720 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Tuesday 08 July 2025 21:16:40 -0400 (0:00:00.165) 0:02:18.886 ********** changed: [managed-node10] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=f1ddfd1e-0faa-4a04-9292-8b5394dfe9be", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Tuesday 08 July 2025 21:16:45 -0400 (0:00:05.188) 0:02:24.074 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Tuesday 08 July 2025 21:16:45 -0400 (0:00:00.436) 0:02:24.510 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752023740.6947572, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "79377f270c014db7f779d41e3aad52ec366344ab", "ctime": 1752023738.5737417, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715348, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752023738.5737417, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1431, "uid": 0, "version": "2952052967", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Tuesday 08 July 2025 21:16:46 -0400 (0:00:01.022) 0:02:25.532 ********** ok: [managed-node10] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Tuesday 08 July 2025 21:16:47 -0400 (0:00:01.089) 0:02:26.622 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Tuesday 08 July 2025 21:16:48 -0400 (0:00:00.234) 0:02:26.856 ********** ok: [managed-node10] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=f1ddfd1e-0faa-4a04-9292-8b5394dfe9be", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 08 July 2025 21:16:48 -0400 (0:00:00.317) 0:02:27.174 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Tuesday 08 July 2025 21:16:48 -0400 (0:00:00.259) 0:02:27.433 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=f1ddfd1e-0faa-4a04-9292-8b5394dfe9be", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Tuesday 08 July 2025 21:16:48 -0400 (0:00:00.278) 0:02:27.712 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Tuesday 08 July 2025 21:16:49 -0400 (0:00:00.457) 0:02:28.170 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Tuesday 08 July 2025 21:16:49 -0400 (0:00:00.484) 0:02:28.654 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 08 July 2025 21:16:50 -0400 (0:00:00.536) 0:02:29.190 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Tuesday 08 July 2025 21:16:50 -0400 (0:00:00.513) 0:02:29.704 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Tuesday 08 July 2025 21:16:51 -0400 (0:00:00.449) 0:02:30.154 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752019529.3848405, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1750749433.389, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1750749093.526, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3612695417", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Tuesday 08 July 2025 21:16:52 -0400 (0:00:01.139) 0:02:31.294 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Tuesday 08 July 2025 21:16:52 -0400 (0:00:00.200) 0:02:31.494 ********** ok: [managed-node10] TASK [Verify results - 2] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:69 Tuesday 08 July 2025 21:16:54 -0400 (0:00:01.960) 0:02:33.454 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 08 July 2025 21:16:55 -0400 (0:00:00.443) 0:02:33.898 ********** skipping: [managed-node10] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 08 July 2025 21:16:55 -0400 (0:00:00.392) 0:02:34.291 ********** ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sdb", "_kernel_device": "/dev/sdb", "_mount_id": "UUID=f1ddfd1e-0faa-4a04-9292-8b5394dfe9be", "_raw_device": "/dev/sdb", "_raw_kernel_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 08 July 2025 21:16:56 -0400 (0:00:00.496) 0:02:34.788 ********** ok: [managed-node10] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "987241de-f1f1-47c6-8790-587806500730" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "f1ddfd1e-0faa-4a04-9292-8b5394dfe9be" }, "/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": "97c8d18c-75f2-428f-b993-321f7140f874" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 08 July 2025 21:16:57 -0400 (0:00:01.009) 0:02:35.797 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003018", "end": "2025-07-08 21:16:57.849231", "rc": 0, "start": "2025-07-08 21:16:57.846213" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Jun 24 07:11:33 2025 # # 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=97c8d18c-75f2-428f-b993-321f7140f874 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/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-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=987241de-f1f1-47c6-8790-587806500730 none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 08 July 2025 21:16:58 -0400 (0:00:00.978) 0:02:36.776 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003421", "end": "2025-07-08 21:16:58.879176", "failed_when_result": false, "rc": 0, "start": "2025-07-08 21:16:58.875755" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 08 July 2025 21:16:59 -0400 (0:00:01.053) 0:02:37.830 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Tuesday 08 July 2025 21:16:59 -0400 (0:00:00.468) 0:02:38.298 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 => (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': 'ext3', 'mount_options': 'defaults', 'mount_point': 'none', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test2', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sdb'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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/sdb', '_raw_device': '/dev/sdb', '_mount_id': 'UUID=f1ddfd1e-0faa-4a04-9292-8b5394dfe9be', '_kernel_device': '/dev/sdb', '_raw_kernel_device': '/dev/sdb'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 08 July 2025 21:17:00 -0400 (0:00:00.642) 0:02:38.940 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 08 July 2025 21:17:00 -0400 (0:00:00.572) 0:02:39.513 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 => (item=mount) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 => (item=fstab) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 => (item=fs) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 => (item=device) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 => (item=encryption) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 => (item=md) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 => (item=size) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 08 July 2025 21:17:02 -0400 (0:00:01.960) 0:02:41.473 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 08 July 2025 21:17:03 -0400 (0:00:00.301) 0:02:41.775 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 08 July 2025 21:17:03 -0400 (0:00:00.554) 0:02:42.329 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Tuesday 08 July 2025 21:17:04 -0400 (0:00:00.596) 0:02:42.926 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Tuesday 08 July 2025 21:17:04 -0400 (0:00:00.242) 0:02:43.168 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Tuesday 08 July 2025 21:17:05 -0400 (0:00:00.586) 0:02:43.767 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Tuesday 08 July 2025 21:17:05 -0400 (0:00:00.554) 0:02:44.321 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Tuesday 08 July 2025 21:17:06 -0400 (0:00:00.472) 0:02:44.794 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Tuesday 08 July 2025 21:17:06 -0400 (0:00:00.259) 0:02:45.054 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Tuesday 08 July 2025 21:17:06 -0400 (0:00:00.195) 0:02:45.250 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Tuesday 08 July 2025 21:17:06 -0400 (0:00:00.191) 0:02:45.441 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 08 July 2025 21:17:06 -0400 (0:00:00.271) 0:02:45.712 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 08 July 2025 21:17:07 -0400 (0:00:00.990) 0:02:46.702 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 08 July 2025 21:17:08 -0400 (0:00:00.486) 0:02:47.188 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 08 July 2025 21:17:08 -0400 (0:00:00.511) 0:02:47.700 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 08 July 2025 21:17:09 -0400 (0:00:00.478) 0:02:48.179 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Tuesday 08 July 2025 21:17:09 -0400 (0:00:00.528) 0:02:48.707 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 08 July 2025 21:17:10 -0400 (0:00:00.262) 0:02:48.970 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 08 July 2025 21:17:10 -0400 (0:00:00.647) 0:02:49.618 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 08 July 2025 21:17:11 -0400 (0:00:00.608) 0:02:50.227 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752023805.0382261, "attr_flags": "", "attributes": [], "block_size": 512, "blocks": 0, "charset": "binary", "ctime": 1752023805.0382261, "dev": 5, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 451, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752023805.0382261, "nlink": 1, "path": "/dev/sdb", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 08 July 2025 21:17:12 -0400 (0:00:01.104) 0:02:51.332 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 08 July 2025 21:17:12 -0400 (0:00:00.322) 0:02:51.654 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 08 July 2025 21:17:13 -0400 (0:00:00.184) 0:02:51.839 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 08 July 2025 21:17:13 -0400 (0:00:00.280) 0:02:52.119 ********** ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 08 July 2025 21:17:13 -0400 (0:00:00.325) 0:02:52.444 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 08 July 2025 21:17:13 -0400 (0:00:00.199) 0:02:52.644 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 08 July 2025 21:17:14 -0400 (0:00:00.270) 0:02:52.914 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 08 July 2025 21:17:14 -0400 (0:00:00.231) 0:02:53.146 ********** ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 08 July 2025 21:17:16 -0400 (0:00:02.368) 0:02:55.515 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 08 July 2025 21:17:16 -0400 (0:00:00.205) 0:02:55.721 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 08 July 2025 21:17:17 -0400 (0:00:00.221) 0:02:55.943 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 08 July 2025 21:17:17 -0400 (0:00:00.598) 0:02:56.541 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 08 July 2025 21:17:18 -0400 (0:00:00.265) 0:02:56.807 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 08 July 2025 21:17:18 -0400 (0:00:00.257) 0:02:57.065 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Tuesday 08 July 2025 21:17:18 -0400 (0:00:00.243) 0:02:57.308 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Tuesday 08 July 2025 21:17:18 -0400 (0:00:00.315) 0:02:57.623 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Tuesday 08 July 2025 21:17:19 -0400 (0:00:00.237) 0:02:57.860 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Tuesday 08 July 2025 21:17:19 -0400 (0:00:00.609) 0:02:58.470 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Tuesday 08 July 2025 21:17:20 -0400 (0:00:00.568) 0:02:59.038 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Tuesday 08 July 2025 21:17:20 -0400 (0:00:00.449) 0:02:59.487 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Tuesday 08 July 2025 21:17:21 -0400 (0:00:00.479) 0:02:59.967 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Tuesday 08 July 2025 21:17:21 -0400 (0:00:00.553) 0:03:00.521 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 08 July 2025 21:17:22 -0400 (0:00:00.295) 0:03:00.817 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 08 July 2025 21:17:22 -0400 (0:00:00.259) 0:03:01.077 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 08 July 2025 21:17:22 -0400 (0:00:00.203) 0:03:01.280 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 08 July 2025 21:17:22 -0400 (0:00:00.274) 0:03:01.554 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 08 July 2025 21:17:23 -0400 (0:00:00.259) 0:03:01.814 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 08 July 2025 21:17:23 -0400 (0:00:00.173) 0:03:01.987 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 08 July 2025 21:17:23 -0400 (0:00:00.248) 0:03:02.235 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 08 July 2025 21:17:23 -0400 (0:00:00.194) 0:03:02.429 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 08 July 2025 21:17:23 -0400 (0:00:00.208) 0:03:02.638 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 08 July 2025 21:17:24 -0400 (0:00:00.234) 0:03:02.873 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 08 July 2025 21:17:24 -0400 (0:00:00.171) 0:03:03.045 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 08 July 2025 21:17:24 -0400 (0:00:00.510) 0:03:03.556 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 08 July 2025 21:17:25 -0400 (0:00:00.591) 0:03:04.147 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 08 July 2025 21:17:25 -0400 (0:00:00.511) 0:03:04.659 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 08 July 2025 21:17:26 -0400 (0:00:00.302) 0:03:04.961 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 08 July 2025 21:17:26 -0400 (0:00:00.445) 0:03:05.407 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 08 July 2025 21:17:27 -0400 (0:00:00.491) 0:03:05.899 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 08 July 2025 21:17:27 -0400 (0:00:00.579) 0:03:06.478 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 08 July 2025 21:17:28 -0400 (0:00:00.547) 0:03:07.026 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Tuesday 08 July 2025 21:17:28 -0400 (0:00:00.476) 0:03:07.502 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Tuesday 08 July 2025 21:17:29 -0400 (0:00:00.273) 0:03:07.776 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Tuesday 08 July 2025 21:17:29 -0400 (0:00:00.315) 0:03:08.091 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Tuesday 08 July 2025 21:17:29 -0400 (0:00:00.305) 0:03:08.397 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Tuesday 08 July 2025 21:17:29 -0400 (0:00:00.291) 0:03:08.688 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Tuesday 08 July 2025 21:17:30 -0400 (0:00:00.737) 0:03:09.425 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Tuesday 08 July 2025 21:17:30 -0400 (0:00:00.313) 0:03:09.738 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Tuesday 08 July 2025 21:17:31 -0400 (0:00:00.296) 0:03:10.035 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Tuesday 08 July 2025 21:17:31 -0400 (0:00:00.236) 0:03:10.271 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Tuesday 08 July 2025 21:17:31 -0400 (0:00:00.328) 0:03:10.599 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Tuesday 08 July 2025 21:17:32 -0400 (0:00:00.292) 0:03:10.892 ********** skipping: [managed-node10] => { "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 - 2] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Tuesday 08 July 2025 21:17:32 -0400 (0:00:00.268) 0:03:11.161 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Tuesday 08 July 2025 21:17:32 -0400 (0:00:00.278) 0:03:11.439 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Tuesday 08 July 2025 21:17:32 -0400 (0:00:00.295) 0:03:11.735 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Tuesday 08 July 2025 21:17:33 -0400 (0:00:00.317) 0:03:12.052 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Tuesday 08 July 2025 21:17:33 -0400 (0:00:00.312) 0:03:12.364 ********** ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Tuesday 08 July 2025 21:17:33 -0400 (0:00:00.300) 0:03:12.665 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Tuesday 08 July 2025 21:17:34 -0400 (0:00:00.309) 0:03:12.974 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 08 July 2025 21:17:34 -0400 (0:00:00.528) 0:03:13.503 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 08 July 2025 21:17:34 -0400 (0:00:00.239) 0:03:13.742 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 08 July 2025 21:17:35 -0400 (0:00:00.210) 0:03:13.952 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 08 July 2025 21:17:35 -0400 (0:00:00.231) 0:03:14.184 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 08 July 2025 21:17:35 -0400 (0:00:00.215) 0:03:14.399 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 08 July 2025 21:17:35 -0400 (0:00:00.246) 0:03:14.645 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 08 July 2025 21:17:36 -0400 (0:00:00.232) 0:03:14.878 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 08 July 2025 21:17:36 -0400 (0:00:00.254) 0:03:15.132 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Tuesday 08 July 2025 21:17:36 -0400 (0:00:00.242) 0:03:15.374 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change the disk device file system type from swap to ext3] *************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:72 Tuesday 08 July 2025 21:17:36 -0400 (0:00:00.232) 0:03:15.607 ********** included: fedora.linux_system_roles.storage for managed-node10 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 08 July 2025 21:17:37 -0400 (0:00:00.854) 0:03:16.461 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 08 July 2025 21:17:38 -0400 (0:00:00.414) 0:03:16.876 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 08 July 2025 21:17:38 -0400 (0:00:00.586) 0:03:17.463 ********** skipping: [managed-node10] => (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-node10] => (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-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 08 July 2025 21:17:39 -0400 (0:00:00.790) 0:03:18.254 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 08 July 2025 21:17:39 -0400 (0:00:00.289) 0:03:18.543 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 08 July 2025 21:17:40 -0400 (0:00:00.300) 0:03:18.843 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 08 July 2025 21:17:40 -0400 (0:00:00.313) 0:03:19.156 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 08 July 2025 21:17:40 -0400 (0:00:00.232) 0:03:19.389 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 08 July 2025 21:17:41 -0400 (0:00:00.736) 0:03:20.126 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 08 July 2025 21:17:41 -0400 (0:00:00.269) 0:03:20.395 ********** ok: [managed-node10] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 08 July 2025 21:17:42 -0400 (0:00:00.550) 0:03:20.945 ********** ok: [managed-node10] => { "storage_volumes | d([])": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 08 July 2025 21:17:42 -0400 (0:00:00.523) 0:03:21.468 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Tuesday 08 July 2025 21:17:42 -0400 (0:00:00.247) 0:03:21.716 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Tuesday 08 July 2025 21:17:43 -0400 (0:00:00.304) 0:03:22.021 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Tuesday 08 July 2025 21:17:43 -0400 (0:00:00.246) 0:03:22.268 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Tuesday 08 July 2025 21:17:43 -0400 (0:00:00.256) 0:03:22.525 ********** ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Tuesday 08 July 2025 21:17:44 -0400 (0:00:00.788) 0:03:23.313 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Tuesday 08 July 2025 21:17:44 -0400 (0:00:00.160) 0:03:23.473 ********** changed: [managed-node10] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=987241de-f1f1-47c6-8790-587806500730", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Tuesday 08 July 2025 21:17:50 -0400 (0:00:05.430) 0:03:28.904 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Tuesday 08 July 2025 21:17:50 -0400 (0:00:00.611) 0:03:29.515 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752023740.6947572, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "79377f270c014db7f779d41e3aad52ec366344ab", "ctime": 1752023738.5737417, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715348, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752023738.5737417, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1431, "uid": 0, "version": "2952052967", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Tuesday 08 July 2025 21:17:51 -0400 (0:00:01.094) 0:03:30.610 ********** ok: [managed-node10] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Tuesday 08 July 2025 21:17:53 -0400 (0:00:01.285) 0:03:31.896 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Tuesday 08 July 2025 21:17:53 -0400 (0:00:00.207) 0:03:32.103 ********** ok: [managed-node10] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" }, { "action": "create format", "device": "/dev/sda", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=987241de-f1f1-47c6-8790-587806500730", "state": "absent" }, { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 08 July 2025 21:17:53 -0400 (0:00:00.241) 0:03:32.344 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Tuesday 08 July 2025 21:17:53 -0400 (0:00:00.285) 0:03:32.630 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Tuesday 08 July 2025 21:17:54 -0400 (0:00:00.289) 0:03:32.920 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node10] => (item={'src': 'UUID=987241de-f1f1-47c6-8790-587806500730', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=987241de-f1f1-47c6-8790-587806500730", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=987241de-f1f1-47c6-8790-587806500730" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Tuesday 08 July 2025 21:17:55 -0400 (0:00:01.522) 0:03:34.442 ********** ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Tuesday 08 July 2025 21:17:57 -0400 (0:00:01.617) 0:03:36.060 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node10] => (item={'src': 'UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39', 'path': '/opt/test', 'fstype': 'ext3', '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": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 08 July 2025 21:17:58 -0400 (0:00:01.642) 0:03:37.703 ********** skipping: [managed-node10] => (item={'src': 'UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Tuesday 08 July 2025 21:17:59 -0400 (0:00:00.553) 0:03:38.256 ********** ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Tuesday 08 July 2025 21:18:01 -0400 (0:00:01.779) 0:03:40.036 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752019529.3848405, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1750749433.389, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1750749093.526, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3612695417", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Tuesday 08 July 2025 21:18:02 -0400 (0:00:01.145) 0:03:41.181 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Tuesday 08 July 2025 21:18:02 -0400 (0:00:00.225) 0:03:41.407 ********** ok: [managed-node10] TASK [Verify results - 3] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:83 Tuesday 08 July 2025 21:18:04 -0400 (0:00:01.924) 0:03:43.332 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 08 July 2025 21:18:05 -0400 (0:00:01.095) 0:03:44.428 ********** skipping: [managed-node10] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 08 July 2025 21:18:06 -0400 (0:00:00.417) 0:03:44.846 ********** ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 08 July 2025 21:18:06 -0400 (0:00:00.504) 0:03:45.350 ********** ok: [managed-node10] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "f1ddfd1e-0faa-4a04-9292-8b5394dfe9be" }, "/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": "97c8d18c-75f2-428f-b993-321f7140f874" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 08 July 2025 21:18:07 -0400 (0:00:01.051) 0:03:46.401 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003281", "end": "2025-07-08 21:18:08.623407", "rc": 0, "start": "2025-07-08 21:18:08.620126" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Jun 24 07:11:33 2025 # # 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=97c8d18c-75f2-428f-b993-321f7140f874 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/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-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 08 July 2025 21:18:08 -0400 (0:00:01.204) 0:03:47.606 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003105", "end": "2025-07-08 21:18:09.832182", "failed_when_result": false, "rc": 0, "start": "2025-07-08 21:18:09.829077" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 08 July 2025 21:18:10 -0400 (0:00:01.206) 0:03:48.813 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Tuesday 08 July 2025 21:18:10 -0400 (0:00:00.523) 0:03:49.336 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 => (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': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 08 July 2025 21:18:11 -0400 (0:00:00.683) 0:03:50.020 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 08 July 2025 21:18:11 -0400 (0:00:00.574) 0:03:50.618 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 => (item=mount) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 => (item=fstab) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 => (item=fs) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 => (item=device) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 => (item=encryption) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 => (item=md) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 => (item=size) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 08 July 2025 21:18:13 -0400 (0:00:01.620) 0:03:52.241 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 08 July 2025 21:18:13 -0400 (0:00:00.368) 0:03:52.609 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 08 July 2025 21:18:14 -0400 (0:00:00.659) 0:03:53.269 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Tuesday 08 July 2025 21:18:15 -0400 (0:00:00.543) 0:03:53.812 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Tuesday 08 July 2025 21:18:15 -0400 (0:00:00.287) 0:03:54.100 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Tuesday 08 July 2025 21:18:15 -0400 (0:00:00.547) 0:03:54.647 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Tuesday 08 July 2025 21:18:16 -0400 (0:00:00.646) 0:03:55.320 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Tuesday 08 July 2025 21:18:17 -0400 (0:00:00.622) 0:03:55.942 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Tuesday 08 July 2025 21:18:17 -0400 (0:00:00.214) 0:03:56.156 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Tuesday 08 July 2025 21:18:17 -0400 (0:00:00.296) 0:03:56.453 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Tuesday 08 July 2025 21:18:17 -0400 (0:00:00.222) 0:03:56.675 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 08 July 2025 21:18:18 -0400 (0:00:00.239) 0:03:56.915 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 08 July 2025 21:18:19 -0400 (0:00:00.926) 0:03:57.841 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 08 July 2025 21:18:19 -0400 (0:00:00.577) 0:03:58.419 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 08 July 2025 21:18:20 -0400 (0:00:00.571) 0:03:58.991 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 08 July 2025 21:18:20 -0400 (0:00:00.608) 0:03:59.599 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Tuesday 08 July 2025 21:18:21 -0400 (0:00:00.686) 0:04:00.286 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 08 July 2025 21:18:21 -0400 (0:00:00.287) 0:04:00.574 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 08 July 2025 21:18:22 -0400 (0:00:00.629) 0:04:01.203 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 08 July 2025 21:18:23 -0400 (0:00:00.682) 0:04:01.886 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752023869.894699, "attr_flags": "", "attributes": [], "block_size": 512, "blocks": 0, "charset": "binary", "ctime": 1752023869.894699, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 447, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752023869.894699, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 08 July 2025 21:18:24 -0400 (0:00:01.141) 0:04:03.027 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 08 July 2025 21:18:24 -0400 (0:00:00.337) 0:04:03.365 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 08 July 2025 21:18:24 -0400 (0:00:00.219) 0:04:03.584 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 08 July 2025 21:18:25 -0400 (0:00:00.343) 0:04:03.927 ********** ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 08 July 2025 21:18:25 -0400 (0:00:00.292) 0:04:04.219 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 08 July 2025 21:18:25 -0400 (0:00:00.214) 0:04:04.433 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 08 July 2025 21:18:25 -0400 (0:00:00.252) 0:04:04.685 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 08 July 2025 21:18:26 -0400 (0:00:00.227) 0:04:04.913 ********** ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 08 July 2025 21:18:28 -0400 (0:00:02.395) 0:04:07.308 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 08 July 2025 21:18:28 -0400 (0:00:00.256) 0:04:07.565 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 08 July 2025 21:18:29 -0400 (0:00:00.223) 0:04:07.789 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 08 July 2025 21:18:29 -0400 (0:00:00.582) 0:04:08.371 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 08 July 2025 21:18:29 -0400 (0:00:00.275) 0:04:08.647 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 08 July 2025 21:18:30 -0400 (0:00:00.273) 0:04:08.921 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Tuesday 08 July 2025 21:18:30 -0400 (0:00:00.228) 0:04:09.159 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Tuesday 08 July 2025 21:18:30 -0400 (0:00:00.260) 0:04:09.420 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Tuesday 08 July 2025 21:18:30 -0400 (0:00:00.278) 0:04:09.698 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Tuesday 08 July 2025 21:18:31 -0400 (0:00:00.519) 0:04:10.217 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Tuesday 08 July 2025 21:18:32 -0400 (0:00:00.586) 0:04:10.804 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Tuesday 08 July 2025 21:18:32 -0400 (0:00:00.606) 0:04:11.411 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Tuesday 08 July 2025 21:18:33 -0400 (0:00:00.510) 0:04:11.921 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Tuesday 08 July 2025 21:18:33 -0400 (0:00:00.482) 0:04:12.404 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 08 July 2025 21:18:33 -0400 (0:00:00.197) 0:04:12.602 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 08 July 2025 21:18:34 -0400 (0:00:00.205) 0:04:12.807 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 08 July 2025 21:18:34 -0400 (0:00:00.222) 0:04:13.029 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 08 July 2025 21:18:34 -0400 (0:00:00.264) 0:04:13.294 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 08 July 2025 21:18:34 -0400 (0:00:00.214) 0:04:13.509 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 08 July 2025 21:18:35 -0400 (0:00:00.248) 0:04:13.758 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 08 July 2025 21:18:35 -0400 (0:00:00.168) 0:04:13.927 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 08 July 2025 21:18:35 -0400 (0:00:00.190) 0:04:14.117 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 08 July 2025 21:18:35 -0400 (0:00:00.220) 0:04:14.337 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 08 July 2025 21:18:36 -0400 (0:00:00.624) 0:04:14.962 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 08 July 2025 21:18:36 -0400 (0:00:00.194) 0:04:15.156 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 08 July 2025 21:18:36 -0400 (0:00:00.441) 0:04:15.598 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 08 July 2025 21:18:37 -0400 (0:00:00.429) 0:04:16.028 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 08 July 2025 21:18:37 -0400 (0:00:00.397) 0:04:16.425 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 08 July 2025 21:18:37 -0400 (0:00:00.226) 0:04:16.651 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 08 July 2025 21:18:38 -0400 (0:00:00.365) 0:04:17.017 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 08 July 2025 21:18:38 -0400 (0:00:00.336) 0:04:17.354 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 08 July 2025 21:18:38 -0400 (0:00:00.364) 0:04:17.718 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 08 July 2025 21:18:39 -0400 (0:00:00.347) 0:04:18.066 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Tuesday 08 July 2025 21:18:39 -0400 (0:00:00.442) 0:04:18.509 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Tuesday 08 July 2025 21:18:39 -0400 (0:00:00.238) 0:04:18.747 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Tuesday 08 July 2025 21:18:40 -0400 (0:00:00.333) 0:04:19.081 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Tuesday 08 July 2025 21:18:40 -0400 (0:00:00.264) 0:04:19.346 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Tuesday 08 July 2025 21:18:40 -0400 (0:00:00.291) 0:04:19.637 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Tuesday 08 July 2025 21:18:41 -0400 (0:00:00.281) 0:04:19.919 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Tuesday 08 July 2025 21:18:41 -0400 (0:00:00.189) 0:04:20.108 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Tuesday 08 July 2025 21:18:41 -0400 (0:00:00.234) 0:04:20.342 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Tuesday 08 July 2025 21:18:41 -0400 (0:00:00.229) 0:04:20.572 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Tuesday 08 July 2025 21:18:42 -0400 (0:00:00.240) 0:04:20.813 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Tuesday 08 July 2025 21:18:42 -0400 (0:00:00.257) 0:04:21.070 ********** skipping: [managed-node10] => { "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 - 2] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Tuesday 08 July 2025 21:18:42 -0400 (0:00:00.257) 0:04:21.332 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Tuesday 08 July 2025 21:18:42 -0400 (0:00:00.224) 0:04:21.557 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Tuesday 08 July 2025 21:18:43 -0400 (0:00:00.226) 0:04:21.784 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Tuesday 08 July 2025 21:18:43 -0400 (0:00:00.307) 0:04:22.091 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Tuesday 08 July 2025 21:18:43 -0400 (0:00:00.287) 0:04:22.379 ********** ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Tuesday 08 July 2025 21:18:43 -0400 (0:00:00.241) 0:04:22.620 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Tuesday 08 July 2025 21:18:44 -0400 (0:00:00.275) 0:04:22.915 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 08 July 2025 21:18:44 -0400 (0:00:00.455) 0:04:23.370 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 08 July 2025 21:18:44 -0400 (0:00:00.187) 0:04:23.558 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 08 July 2025 21:18:45 -0400 (0:00:00.256) 0:04:23.814 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 08 July 2025 21:18:45 -0400 (0:00:00.216) 0:04:24.030 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 08 July 2025 21:18:45 -0400 (0:00:00.233) 0:04:24.263 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 08 July 2025 21:18:45 -0400 (0:00:00.250) 0:04:24.514 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 08 July 2025 21:18:45 -0400 (0:00:00.220) 0:04:24.734 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 08 July 2025 21:18:46 -0400 (0:00:00.281) 0:04:25.016 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Tuesday 08 July 2025 21:18:46 -0400 (0:00:00.262) 0:04:25.279 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:86 Tuesday 08 July 2025 21:18:46 -0400 (0:00:00.250) 0:04:25.529 ********** included: fedora.linux_system_roles.storage for managed-node10 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 08 July 2025 21:18:47 -0400 (0:00:00.991) 0:04:26.520 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 08 July 2025 21:18:48 -0400 (0:00:00.370) 0:04:26.891 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 08 July 2025 21:18:48 -0400 (0:00:00.649) 0:04:27.541 ********** skipping: [managed-node10] => (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-node10] => (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-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 08 July 2025 21:18:49 -0400 (0:00:00.771) 0:04:28.312 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 08 July 2025 21:18:49 -0400 (0:00:00.193) 0:04:28.511 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 08 July 2025 21:18:50 -0400 (0:00:00.340) 0:04:28.851 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 08 July 2025 21:18:50 -0400 (0:00:00.316) 0:04:29.167 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 08 July 2025 21:18:50 -0400 (0:00:00.254) 0:04:29.422 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 08 July 2025 21:18:51 -0400 (0:00:00.659) 0:04:30.081 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 08 July 2025 21:18:51 -0400 (0:00:00.282) 0:04:30.364 ********** ok: [managed-node10] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 08 July 2025 21:18:52 -0400 (0:00:00.660) 0:04:31.024 ********** ok: [managed-node10] => { "storage_volumes | d([])": [ { "disks": [ "sda" ], "fs_type": "ext3", "mount_point": "/opt/test", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 08 July 2025 21:18:52 -0400 (0:00:00.588) 0:04:31.612 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Tuesday 08 July 2025 21:18:53 -0400 (0:00:00.267) 0:04:31.880 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Tuesday 08 July 2025 21:18:53 -0400 (0:00:00.269) 0:04:32.149 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Tuesday 08 July 2025 21:18:53 -0400 (0:00:00.284) 0:04:32.444 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Tuesday 08 July 2025 21:18:53 -0400 (0:00:00.271) 0:04:32.715 ********** ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Tuesday 08 July 2025 21:18:54 -0400 (0:00:00.959) 0:04:33.675 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Tuesday 08 July 2025 21:18:55 -0400 (0:00:00.146) 0:04:33.822 ********** ok: [managed-node10] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Tuesday 08 July 2025 21:18:57 -0400 (0:00:02.190) 0:04:36.012 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Tuesday 08 July 2025 21:18:57 -0400 (0:00:00.526) 0:04:36.539 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752023878.7127633, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f47a4495f42680786cd4ba1164040d49a1593515", "ctime": 1752023878.7087634, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715348, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752023878.7087634, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1436, "uid": 0, "version": "2952052967", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Tuesday 08 July 2025 21:18:58 -0400 (0:00:01.203) 0:04:37.742 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Tuesday 08 July 2025 21:18:59 -0400 (0:00:00.272) 0:04:38.015 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Tuesday 08 July 2025 21:18:59 -0400 (0:00:00.600) 0:04:38.615 ********** ok: [managed-node10] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "state": "mounted" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 08 July 2025 21:19:00 -0400 (0:00:00.347) 0:04:38.963 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Tuesday 08 July 2025 21:19:00 -0400 (0:00:00.230) 0:04:39.193 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Tuesday 08 July 2025 21:19:00 -0400 (0:00:00.319) 0:04:39.512 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Tuesday 08 July 2025 21:19:01 -0400 (0:00:00.510) 0:04:40.023 ********** ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Tuesday 08 July 2025 21:19:02 -0400 (0:00:01.700) 0:04:41.724 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [managed-node10] => (item={'src': 'UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39', 'path': '/opt/test', 'fstype': 'ext3', '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": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "state": "mounted" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 08 July 2025 21:19:04 -0400 (0:00:01.554) 0:04:43.278 ********** skipping: [managed-node10] => (item={'src': 'UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39', 'path': '/opt/test', 'fstype': 'ext3', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Tuesday 08 July 2025 21:19:05 -0400 (0:00:00.732) 0:04:44.011 ********** ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Tuesday 08 July 2025 21:19:06 -0400 (0:00:01.645) 0:04:45.656 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752019529.3848405, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1750749433.389, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1750749093.526, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3612695417", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Tuesday 08 July 2025 21:19:07 -0400 (0:00:01.059) 0:04:46.715 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Tuesday 08 July 2025 21:19:08 -0400 (0:00:00.211) 0:04:46.927 ********** ok: [managed-node10] TASK [Verify results - 4] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:97 Tuesday 08 July 2025 21:19:12 -0400 (0:00:03.855) 0:04:50.782 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 08 July 2025 21:19:12 -0400 (0:00:00.607) 0:04:51.389 ********** skipping: [managed-node10] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 08 July 2025 21:19:13 -0400 (0:00:00.569) 0:04:51.959 ********** ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 08 July 2025 21:19:13 -0400 (0:00:00.557) 0:04:52.517 ********** ok: [managed-node10] => { "changed": false, "info": { "/dev/sda": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "f1ddfd1e-0faa-4a04-9292-8b5394dfe9be" }, "/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": "97c8d18c-75f2-428f-b993-321f7140f874" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 08 July 2025 21:19:14 -0400 (0:00:00.994) 0:04:53.512 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003124", "end": "2025-07-08 21:19:15.608640", "rc": 0, "start": "2025-07-08 21:19:15.605516" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Jun 24 07:11:33 2025 # # 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=97c8d18c-75f2-428f-b993-321f7140f874 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/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-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39 /opt/test ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 08 July 2025 21:19:15 -0400 (0:00:01.056) 0:04:54.569 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003288", "end": "2025-07-08 21:19:16.699186", "failed_when_result": false, "rc": 0, "start": "2025-07-08 21:19:16.695898" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 08 July 2025 21:19:16 -0400 (0:00:01.044) 0:04:55.614 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Tuesday 08 July 2025 21:19:17 -0400 (0:00:00.465) 0:04:56.079 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 => (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': 'ext3', 'mount_options': 'defaults', 'mount_point': '/opt/test', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 08 July 2025 21:19:18 -0400 (0:00:00.763) 0:04:56.842 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 08 July 2025 21:19:18 -0400 (0:00:00.526) 0:04:57.369 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 => (item=mount) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 => (item=fstab) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 => (item=fs) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 => (item=device) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 => (item=encryption) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 => (item=md) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 => (item=size) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 08 July 2025 21:19:20 -0400 (0:00:01.482) 0:04:58.852 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 08 July 2025 21:19:20 -0400 (0:00:00.356) 0:04:59.208 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 08 July 2025 21:19:21 -0400 (0:00:00.618) 0:04:59.827 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Tuesday 08 July 2025 21:19:21 -0400 (0:00:00.678) 0:05:00.505 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Tuesday 08 July 2025 21:19:22 -0400 (0:00:00.253) 0:05:00.759 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Tuesday 08 July 2025 21:19:22 -0400 (0:00:00.718) 0:05:01.477 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Tuesday 08 July 2025 21:19:23 -0400 (0:00:00.590) 0:05:02.068 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Tuesday 08 July 2025 21:19:23 -0400 (0:00:00.652) 0:05:02.720 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Tuesday 08 July 2025 21:19:24 -0400 (0:00:00.211) 0:05:02.932 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Tuesday 08 July 2025 21:19:24 -0400 (0:00:00.230) 0:05:03.162 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Tuesday 08 July 2025 21:19:24 -0400 (0:00:00.221) 0:05:03.384 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 08 July 2025 21:19:24 -0400 (0:00:00.325) 0:05:03.710 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test ext3 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 08 July 2025 21:19:25 -0400 (0:00:00.845) 0:05:04.555 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 08 July 2025 21:19:26 -0400 (0:00:00.517) 0:05:05.072 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 08 July 2025 21:19:26 -0400 (0:00:00.569) 0:05:05.642 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 08 July 2025 21:19:27 -0400 (0:00:00.534) 0:05:06.176 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Tuesday 08 July 2025 21:19:28 -0400 (0:00:00.637) 0:05:06.814 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 08 July 2025 21:19:28 -0400 (0:00:00.317) 0:05:07.131 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 08 July 2025 21:19:29 -0400 (0:00:00.634) 0:05:07.765 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 08 July 2025 21:19:29 -0400 (0:00:00.598) 0:05:08.364 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752023869.894699, "attr_flags": "", "attributes": [], "block_size": 512, "blocks": 0, "charset": "binary", "ctime": 1752023869.894699, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 447, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752023869.894699, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 08 July 2025 21:19:30 -0400 (0:00:01.179) 0:05:09.544 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 08 July 2025 21:19:31 -0400 (0:00:00.293) 0:05:09.838 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 08 July 2025 21:19:31 -0400 (0:00:00.258) 0:05:10.096 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 08 July 2025 21:19:31 -0400 (0:00:00.332) 0:05:10.429 ********** ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 08 July 2025 21:19:31 -0400 (0:00:00.289) 0:05:10.718 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 08 July 2025 21:19:32 -0400 (0:00:00.240) 0:05:10.959 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 08 July 2025 21:19:32 -0400 (0:00:00.350) 0:05:11.314 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 08 July 2025 21:19:32 -0400 (0:00:00.200) 0:05:11.516 ********** ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 08 July 2025 21:19:35 -0400 (0:00:02.389) 0:05:13.905 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 08 July 2025 21:19:35 -0400 (0:00:00.269) 0:05:14.175 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 08 July 2025 21:19:35 -0400 (0:00:00.205) 0:05:14.381 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 08 July 2025 21:19:36 -0400 (0:00:00.591) 0:05:14.972 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 08 July 2025 21:19:36 -0400 (0:00:00.204) 0:05:15.177 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 08 July 2025 21:19:36 -0400 (0:00:00.183) 0:05:15.360 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Tuesday 08 July 2025 21:19:36 -0400 (0:00:00.233) 0:05:15.593 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Tuesday 08 July 2025 21:19:37 -0400 (0:00:00.277) 0:05:15.871 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Tuesday 08 July 2025 21:19:37 -0400 (0:00:00.763) 0:05:16.634 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Tuesday 08 July 2025 21:19:38 -0400 (0:00:00.568) 0:05:17.203 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Tuesday 08 July 2025 21:19:39 -0400 (0:00:00.598) 0:05:17.801 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Tuesday 08 July 2025 21:19:39 -0400 (0:00:00.435) 0:05:18.236 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Tuesday 08 July 2025 21:19:40 -0400 (0:00:00.526) 0:05:18.763 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Tuesday 08 July 2025 21:19:40 -0400 (0:00:00.523) 0:05:19.287 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 08 July 2025 21:19:40 -0400 (0:00:00.269) 0:05:19.557 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 08 July 2025 21:19:41 -0400 (0:00:00.240) 0:05:19.797 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 08 July 2025 21:19:41 -0400 (0:00:00.239) 0:05:20.037 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 08 July 2025 21:19:41 -0400 (0:00:00.165) 0:05:20.203 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 08 July 2025 21:19:41 -0400 (0:00:00.240) 0:05:20.443 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 08 July 2025 21:19:41 -0400 (0:00:00.170) 0:05:20.614 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 08 July 2025 21:19:42 -0400 (0:00:00.196) 0:05:20.810 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 08 July 2025 21:19:42 -0400 (0:00:00.275) 0:05:21.086 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 08 July 2025 21:19:42 -0400 (0:00:00.176) 0:05:21.262 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 08 July 2025 21:19:42 -0400 (0:00:00.233) 0:05:21.496 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 08 July 2025 21:19:42 -0400 (0:00:00.198) 0:05:21.694 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 08 July 2025 21:19:43 -0400 (0:00:00.508) 0:05:22.203 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 08 July 2025 21:19:44 -0400 (0:00:00.599) 0:05:22.803 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 08 July 2025 21:19:44 -0400 (0:00:00.484) 0:05:23.288 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 08 July 2025 21:19:44 -0400 (0:00:00.257) 0:05:23.545 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 08 July 2025 21:19:45 -0400 (0:00:00.469) 0:05:24.015 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 08 July 2025 21:19:45 -0400 (0:00:00.476) 0:05:24.492 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 08 July 2025 21:19:46 -0400 (0:00:00.499) 0:05:24.992 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 08 July 2025 21:19:46 -0400 (0:00:00.573) 0:05:25.565 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Tuesday 08 July 2025 21:19:47 -0400 (0:00:00.535) 0:05:26.101 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Tuesday 08 July 2025 21:19:47 -0400 (0:00:00.264) 0:05:26.366 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Tuesday 08 July 2025 21:19:47 -0400 (0:00:00.299) 0:05:26.665 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Tuesday 08 July 2025 21:19:48 -0400 (0:00:00.278) 0:05:26.944 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Tuesday 08 July 2025 21:19:48 -0400 (0:00:00.348) 0:05:27.292 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Tuesday 08 July 2025 21:19:49 -0400 (0:00:00.470) 0:05:27.762 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Tuesday 08 July 2025 21:19:49 -0400 (0:00:00.321) 0:05:28.084 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Tuesday 08 July 2025 21:19:49 -0400 (0:00:00.262) 0:05:28.346 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Tuesday 08 July 2025 21:19:49 -0400 (0:00:00.367) 0:05:28.713 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Tuesday 08 July 2025 21:19:50 -0400 (0:00:00.275) 0:05:28.989 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Tuesday 08 July 2025 21:19:50 -0400 (0:00:00.311) 0:05:29.301 ********** skipping: [managed-node10] => { "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 - 2] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Tuesday 08 July 2025 21:19:50 -0400 (0:00:00.375) 0:05:29.676 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Tuesday 08 July 2025 21:19:51 -0400 (0:00:00.283) 0:05:29.959 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Tuesday 08 July 2025 21:19:51 -0400 (0:00:00.365) 0:05:30.325 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Tuesday 08 July 2025 21:19:51 -0400 (0:00:00.267) 0:05:30.592 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Tuesday 08 July 2025 21:19:52 -0400 (0:00:00.285) 0:05:30.877 ********** ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Tuesday 08 July 2025 21:19:52 -0400 (0:00:00.310) 0:05:31.188 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Tuesday 08 July 2025 21:19:52 -0400 (0:00:00.311) 0:05:31.500 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 08 July 2025 21:19:53 -0400 (0:00:00.429) 0:05:31.929 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 08 July 2025 21:19:53 -0400 (0:00:00.242) 0:05:32.172 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 08 July 2025 21:19:53 -0400 (0:00:00.230) 0:05:32.403 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 08 July 2025 21:19:53 -0400 (0:00:00.286) 0:05:32.690 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 08 July 2025 21:19:54 -0400 (0:00:00.208) 0:05:32.898 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 08 July 2025 21:19:54 -0400 (0:00:00.245) 0:05:33.144 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 08 July 2025 21:19:54 -0400 (0:00:00.279) 0:05:33.423 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 08 July 2025 21:19:54 -0400 (0:00:00.195) 0:05:33.619 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Tuesday 08 July 2025 21:19:55 -0400 (0:00:00.165) 0:05:33.785 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change it back to swap] ************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:100 Tuesday 08 July 2025 21:19:55 -0400 (0:00:00.141) 0:05:33.926 ********** included: fedora.linux_system_roles.storage for managed-node10 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 08 July 2025 21:19:56 -0400 (0:00:00.943) 0:05:34.869 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 08 July 2025 21:19:56 -0400 (0:00:00.386) 0:05:35.256 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 08 July 2025 21:19:57 -0400 (0:00:00.583) 0:05:35.840 ********** skipping: [managed-node10] => (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-node10] => (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-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 08 July 2025 21:19:57 -0400 (0:00:00.693) 0:05:36.533 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 08 July 2025 21:19:58 -0400 (0:00:00.283) 0:05:36.817 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 08 July 2025 21:19:58 -0400 (0:00:00.283) 0:05:37.100 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 08 July 2025 21:19:58 -0400 (0:00:00.287) 0:05:37.388 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 08 July 2025 21:19:58 -0400 (0:00:00.200) 0:05:37.588 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 08 July 2025 21:20:00 -0400 (0:00:01.277) 0:05:38.866 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 08 July 2025 21:20:00 -0400 (0:00:00.332) 0:05:39.198 ********** ok: [managed-node10] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 08 July 2025 21:20:01 -0400 (0:00:00.569) 0:05:39.767 ********** ok: [managed-node10] => { "storage_volumes | d([])": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 08 July 2025 21:20:01 -0400 (0:00:00.499) 0:05:40.267 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Tuesday 08 July 2025 21:20:01 -0400 (0:00:00.331) 0:05:40.598 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Tuesday 08 July 2025 21:20:02 -0400 (0:00:00.358) 0:05:40.956 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Tuesday 08 July 2025 21:20:02 -0400 (0:00:00.335) 0:05:41.292 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Tuesday 08 July 2025 21:20:02 -0400 (0:00:00.325) 0:05:41.617 ********** ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Tuesday 08 July 2025 21:20:03 -0400 (0:00:00.727) 0:05:42.345 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Tuesday 08 July 2025 21:20:03 -0400 (0:00:00.184) 0:05:42.529 ********** changed: [managed-node10] => { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "state": "absent" }, { "path": "/opt/test", "state": "absent" }, { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Tuesday 08 July 2025 21:20:06 -0400 (0:00:02.576) 0:05:45.106 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Tuesday 08 July 2025 21:20:06 -0400 (0:00:00.494) 0:05:45.601 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752023878.7127633, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f47a4495f42680786cd4ba1164040d49a1593515", "ctime": 1752023878.7087634, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715348, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752023878.7087634, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1436, "uid": 0, "version": "2952052967", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Tuesday 08 July 2025 21:20:07 -0400 (0:00:01.071) 0:05:46.672 ********** ok: [managed-node10] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Tuesday 08 July 2025 21:20:09 -0400 (0:00:01.183) 0:05:47.855 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Tuesday 08 July 2025 21:20:09 -0400 (0:00:00.199) 0:05:48.054 ********** ok: [managed-node10] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda", "fs_type": "ext3" }, { "action": "create format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "state": "absent" }, { "path": "/opt/test", "state": "absent" }, { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "state": "present" } ], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 08 July 2025 21:20:09 -0400 (0:00:00.321) 0:05:48.376 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Tuesday 08 July 2025 21:20:09 -0400 (0:00:00.275) 0:05:48.652 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Tuesday 08 July 2025 21:20:10 -0400 (0:00:00.300) 0:05:48.952 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node10] => (item={'src': 'UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39', 'path': '/opt/test', 'state': 'absent', 'fstype': 'ext3'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "fstype": "ext3", "path": "/opt/test", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0", "src": "UUID=ee1f7f9d-6f93-4674-ac9a-30cbb76b0e39" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [managed-node10] => (item={'path': '/opt/test', 'state': 'absent'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "mount_info": { "path": "/opt/test", "state": "absent" }, "name": "/opt/test", "opts": "defaults", "passno": "0" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Tuesday 08 July 2025 21:20:12 -0400 (0:00:02.286) 0:05:51.239 ********** ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Tuesday 08 July 2025 21:20:14 -0400 (0:00:01.657) 0:05:52.896 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node10] => (item={'src': 'UUID=0d21da96-067d-49c5-ae77-20a60276bc3f', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 08 July 2025 21:20:15 -0400 (0:00:01.581) 0:05:54.478 ********** skipping: [managed-node10] => (item={'src': 'UUID=0d21da96-067d-49c5-ae77-20a60276bc3f', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Tuesday 08 July 2025 21:20:16 -0400 (0:00:00.698) 0:05:55.176 ********** ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Tuesday 08 July 2025 21:20:18 -0400 (0:00:01.817) 0:05:56.994 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752019529.3848405, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1750749433.389, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1750749093.526, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3612695417", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Tuesday 08 July 2025 21:20:19 -0400 (0:00:01.149) 0:05:58.143 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Tuesday 08 July 2025 21:20:19 -0400 (0:00:00.246) 0:05:58.389 ********** ok: [managed-node10] TASK [Verify results - 5] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:110 Tuesday 08 July 2025 21:20:21 -0400 (0:00:01.863) 0:06:00.253 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 08 July 2025 21:20:22 -0400 (0:00:00.730) 0:06:00.986 ********** skipping: [managed-node10] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 08 July 2025 21:20:22 -0400 (0:00:00.522) 0:06:01.508 ********** ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 08 July 2025 21:20:23 -0400 (0:00:00.543) 0:06:02.052 ********** ok: [managed-node10] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "0d21da96-067d-49c5-ae77-20a60276bc3f" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "f1ddfd1e-0faa-4a04-9292-8b5394dfe9be" }, "/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": "97c8d18c-75f2-428f-b993-321f7140f874" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 08 July 2025 21:20:24 -0400 (0:00:01.043) 0:06:03.133 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002976", "end": "2025-07-08 21:20:25.249969", "rc": 0, "start": "2025-07-08 21:20:25.246993" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Jun 24 07:11:33 2025 # # 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=97c8d18c-75f2-428f-b993-321f7140f874 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/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-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=0d21da96-067d-49c5-ae77-20a60276bc3f none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 08 July 2025 21:20:25 -0400 (0:00:01.052) 0:06:04.186 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002962", "end": "2025-07-08 21:20:26.330351", "failed_when_result": false, "rc": 0, "start": "2025-07-08 21:20:26.327389" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 08 July 2025 21:20:26 -0400 (0:00:01.101) 0:06:05.288 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Tuesday 08 July 2025 21:20:26 -0400 (0:00:00.379) 0:06:05.667 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 => (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': 'swap', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=0d21da96-067d-49c5-ae77-20a60276bc3f', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 08 July 2025 21:20:27 -0400 (0:00:00.605) 0:06:06.273 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 08 July 2025 21:20:28 -0400 (0:00:00.505) 0:06:06.786 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 => (item=mount) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 => (item=fstab) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 => (item=fs) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 => (item=device) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 => (item=encryption) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 => (item=md) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 => (item=size) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 08 July 2025 21:20:29 -0400 (0:00:01.276) 0:06:08.063 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 08 July 2025 21:20:29 -0400 (0:00:00.289) 0:06:08.352 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 08 July 2025 21:20:30 -0400 (0:00:00.467) 0:06:08.820 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "not storage_test_volume.mount_point is none", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Tuesday 08 July 2025 21:20:30 -0400 (0:00:00.359) 0:06:09.179 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Tuesday 08 July 2025 21:20:30 -0400 (0:00:00.268) 0:06:09.447 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "not storage_test_volume.mount_point is none", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Tuesday 08 July 2025 21:20:30 -0400 (0:00:00.248) 0:06:09.696 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "not storage_test_volume.mount_point is none", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Tuesday 08 July 2025 21:20:31 -0400 (0:00:00.217) 0:06:09.920 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "not storage_test_volume.mount_point is none", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Tuesday 08 July 2025 21:20:31 -0400 (0:00:00.299) 0:06:10.219 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003027", "end": "2025-07-08 21:20:32.491699", "rc": 0, "start": "2025-07-08 21:20:32.488672" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Tuesday 08 July 2025 21:20:32 -0400 (0:00:01.234) 0:06:11.454 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003467", "end": "2025-07-08 21:20:33.379459", "rc": 0, "start": "2025-07-08 21:20:33.375992" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Tuesday 08 July 2025 21:20:33 -0400 (0:00:00.812) 0:06:12.266 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Tuesday 08 July 2025 21:20:33 -0400 (0:00:00.474) 0:06:12.741 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 08 July 2025 21:20:34 -0400 (0:00:00.186) 0:06:12.927 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f " ], "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 08 July 2025 21:20:34 -0400 (0:00:00.723) 0:06:13.651 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 08 July 2025 21:20:35 -0400 (0:00:00.443) 0:06:14.095 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 08 July 2025 21:20:35 -0400 (0:00:00.503) 0:06:14.598 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 08 July 2025 21:20:36 -0400 (0:00:00.430) 0:06:15.028 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Tuesday 08 July 2025 21:20:36 -0400 (0:00:00.498) 0:06:15.527 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 08 July 2025 21:20:36 -0400 (0:00:00.201) 0:06:15.728 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 08 July 2025 21:20:37 -0400 (0:00:00.557) 0:06:16.286 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 08 July 2025 21:20:38 -0400 (0:00:01.042) 0:06:17.328 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752024006.0566916, "attr_flags": "", "attributes": [], "block_size": 512, "blocks": 0, "charset": "binary", "ctime": 1752024006.0406916, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 447, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752024006.0406916, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 08 July 2025 21:20:40 -0400 (0:00:01.470) 0:06:18.799 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 08 July 2025 21:20:40 -0400 (0:00:00.227) 0:06:19.026 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 08 July 2025 21:20:40 -0400 (0:00:00.180) 0:06:19.206 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 08 July 2025 21:20:40 -0400 (0:00:00.245) 0:06:19.451 ********** ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 08 July 2025 21:20:40 -0400 (0:00:00.229) 0:06:19.680 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 08 July 2025 21:20:41 -0400 (0:00:00.177) 0:06:19.858 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 08 July 2025 21:20:41 -0400 (0:00:00.227) 0:06:20.085 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 08 July 2025 21:20:41 -0400 (0:00:00.177) 0:06:20.263 ********** ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 08 July 2025 21:20:43 -0400 (0:00:02.044) 0:06:22.307 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 08 July 2025 21:20:43 -0400 (0:00:00.138) 0:06:22.446 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 08 July 2025 21:20:43 -0400 (0:00:00.177) 0:06:22.623 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 08 July 2025 21:20:44 -0400 (0:00:00.552) 0:06:23.175 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 08 July 2025 21:20:44 -0400 (0:00:00.218) 0:06:23.394 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 08 July 2025 21:20:44 -0400 (0:00:00.241) 0:06:23.636 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Tuesday 08 July 2025 21:20:45 -0400 (0:00:00.217) 0:06:23.853 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Tuesday 08 July 2025 21:20:45 -0400 (0:00:00.225) 0:06:24.079 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Tuesday 08 July 2025 21:20:45 -0400 (0:00:00.210) 0:06:24.289 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Tuesday 08 July 2025 21:20:45 -0400 (0:00:00.453) 0:06:24.743 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Tuesday 08 July 2025 21:20:46 -0400 (0:00:00.556) 0:06:25.300 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Tuesday 08 July 2025 21:20:46 -0400 (0:00:00.395) 0:06:25.700 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Tuesday 08 July 2025 21:20:47 -0400 (0:00:00.441) 0:06:26.141 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Tuesday 08 July 2025 21:20:47 -0400 (0:00:00.409) 0:06:26.551 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 08 July 2025 21:20:48 -0400 (0:00:00.267) 0:06:26.818 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 08 July 2025 21:20:48 -0400 (0:00:00.240) 0:06:27.058 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 08 July 2025 21:20:48 -0400 (0:00:00.250) 0:06:27.309 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 08 July 2025 21:20:48 -0400 (0:00:00.201) 0:06:27.510 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 08 July 2025 21:20:48 -0400 (0:00:00.217) 0:06:27.728 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 08 July 2025 21:20:49 -0400 (0:00:00.203) 0:06:27.931 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 08 July 2025 21:20:49 -0400 (0:00:00.187) 0:06:28.118 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 08 July 2025 21:20:49 -0400 (0:00:00.261) 0:06:28.379 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 08 July 2025 21:20:49 -0400 (0:00:00.203) 0:06:28.583 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 08 July 2025 21:20:50 -0400 (0:00:00.196) 0:06:28.779 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 08 July 2025 21:20:50 -0400 (0:00:00.168) 0:06:28.947 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 08 July 2025 21:20:50 -0400 (0:00:00.389) 0:06:29.348 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 08 July 2025 21:20:51 -0400 (0:00:00.430) 0:06:29.778 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 08 July 2025 21:20:51 -0400 (0:00:00.521) 0:06:30.300 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 08 July 2025 21:20:51 -0400 (0:00:00.271) 0:06:30.571 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 08 July 2025 21:20:52 -0400 (0:00:00.415) 0:06:30.986 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 08 July 2025 21:20:52 -0400 (0:00:00.411) 0:06:31.398 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 08 July 2025 21:20:53 -0400 (0:00:00.375) 0:06:31.773 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 08 July 2025 21:20:53 -0400 (0:00:00.399) 0:06:32.173 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Tuesday 08 July 2025 21:20:53 -0400 (0:00:00.548) 0:06:32.722 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Tuesday 08 July 2025 21:20:54 -0400 (0:00:00.306) 0:06:33.029 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Tuesday 08 July 2025 21:20:54 -0400 (0:00:00.240) 0:06:33.269 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Tuesday 08 July 2025 21:20:54 -0400 (0:00:00.256) 0:06:33.526 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Tuesday 08 July 2025 21:20:55 -0400 (0:00:00.282) 0:06:33.808 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Tuesday 08 July 2025 21:20:55 -0400 (0:00:00.261) 0:06:34.070 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Tuesday 08 July 2025 21:20:55 -0400 (0:00:00.231) 0:06:34.301 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Tuesday 08 July 2025 21:20:55 -0400 (0:00:00.316) 0:06:34.618 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Tuesday 08 July 2025 21:20:56 -0400 (0:00:00.250) 0:06:34.869 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Tuesday 08 July 2025 21:20:56 -0400 (0:00:00.232) 0:06:35.102 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Tuesday 08 July 2025 21:20:56 -0400 (0:00:00.216) 0:06:35.318 ********** skipping: [managed-node10] => { "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 - 2] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Tuesday 08 July 2025 21:20:56 -0400 (0:00:00.288) 0:06:35.607 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Tuesday 08 July 2025 21:20:57 -0400 (0:00:00.248) 0:06:35.855 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Tuesday 08 July 2025 21:20:57 -0400 (0:00:00.343) 0:06:36.199 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Tuesday 08 July 2025 21:20:57 -0400 (0:00:00.220) 0:06:36.420 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Tuesday 08 July 2025 21:20:57 -0400 (0:00:00.255) 0:06:36.679 ********** ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Tuesday 08 July 2025 21:20:58 -0400 (0:00:00.263) 0:06:36.943 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Tuesday 08 July 2025 21:20:58 -0400 (0:00:00.240) 0:06:37.184 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 08 July 2025 21:20:58 -0400 (0:00:00.480) 0:06:37.664 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 08 July 2025 21:20:59 -0400 (0:00:00.236) 0:06:37.900 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 08 July 2025 21:20:59 -0400 (0:00:00.246) 0:06:38.146 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 08 July 2025 21:20:59 -0400 (0:00:00.190) 0:06:38.337 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 08 July 2025 21:20:59 -0400 (0:00:00.186) 0:06:38.524 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 08 July 2025 21:20:59 -0400 (0:00:00.204) 0:06:38.729 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 08 July 2025 21:21:00 -0400 (0:00:00.248) 0:06:38.978 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 08 July 2025 21:21:00 -0400 (0:00:00.684) 0:06:39.662 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Tuesday 08 July 2025 21:21:01 -0400 (0:00:00.241) 0:06:39.904 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence - 2] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:113 Tuesday 08 July 2025 21:21:01 -0400 (0:00:00.245) 0:06:40.149 ********** included: fedora.linux_system_roles.storage for managed-node10 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 08 July 2025 21:21:02 -0400 (0:00:01.100) 0:06:41.250 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 08 July 2025 21:21:02 -0400 (0:00:00.322) 0:06:41.573 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 08 July 2025 21:21:03 -0400 (0:00:00.479) 0:06:42.052 ********** skipping: [managed-node10] => (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-node10] => (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-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 08 July 2025 21:21:03 -0400 (0:00:00.669) 0:06:42.721 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 08 July 2025 21:21:04 -0400 (0:00:00.277) 0:06:42.998 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 08 July 2025 21:21:04 -0400 (0:00:00.245) 0:06:43.244 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 08 July 2025 21:21:04 -0400 (0:00:00.232) 0:06:43.476 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 08 July 2025 21:21:04 -0400 (0:00:00.213) 0:06:43.690 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 08 July 2025 21:21:05 -0400 (0:00:00.527) 0:06:44.228 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 08 July 2025 21:21:05 -0400 (0:00:00.243) 0:06:44.471 ********** ok: [managed-node10] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 08 July 2025 21:21:06 -0400 (0:00:00.386) 0:06:44.857 ********** ok: [managed-node10] => { "storage_volumes | d([])": [ { "disks": [ "sda" ], "fs_type": "swap", "name": "test1", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 08 July 2025 21:21:06 -0400 (0:00:00.473) 0:06:45.330 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Tuesday 08 July 2025 21:21:06 -0400 (0:00:00.271) 0:06:45.602 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Tuesday 08 July 2025 21:21:07 -0400 (0:00:00.226) 0:06:45.829 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Tuesday 08 July 2025 21:21:07 -0400 (0:00:00.330) 0:06:46.159 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Tuesday 08 July 2025 21:21:07 -0400 (0:00:00.303) 0:06:46.463 ********** ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Tuesday 08 July 2025 21:21:08 -0400 (0:00:00.627) 0:06:47.090 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Tuesday 08 July 2025 21:21:08 -0400 (0:00:00.184) 0:06:47.274 ********** ok: [managed-node10] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Tuesday 08 July 2025 21:21:10 -0400 (0:00:01.934) 0:06:49.209 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Tuesday 08 July 2025 21:21:10 -0400 (0:00:00.471) 0:06:49.680 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752024017.894778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "500430e694897a44741ae37f31ec01cdbc7603dc", "ctime": 1752024015.5207608, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715348, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752024015.5207608, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1431, "uid": 0, "version": "2952052967", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Tuesday 08 July 2025 21:21:11 -0400 (0:00:00.993) 0:06:50.673 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Tuesday 08 July 2025 21:21:12 -0400 (0:00:00.283) 0:06:50.957 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Tuesday 08 July 2025 21:21:12 -0400 (0:00:00.159) 0:06:51.116 ********** ok: [managed-node10] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "state": "present" } ], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 08 July 2025 21:21:12 -0400 (0:00:00.320) 0:06:51.437 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Tuesday 08 July 2025 21:21:12 -0400 (0:00:00.151) 0:06:51.589 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Tuesday 08 July 2025 21:21:13 -0400 (0:00:00.280) 0:06:51.869 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Tuesday 08 July 2025 21:21:13 -0400 (0:00:00.559) 0:06:52.429 ********** ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Tuesday 08 July 2025 21:21:15 -0400 (0:00:01.646) 0:06:54.076 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [managed-node10] => (item={'src': 'UUID=0d21da96-067d-49c5-ae77-20a60276bc3f', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "state": "present" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 08 July 2025 21:21:16 -0400 (0:00:01.389) 0:06:55.465 ********** skipping: [managed-node10] => (item={'src': 'UUID=0d21da96-067d-49c5-ae77-20a60276bc3f', 'path': 'none', 'fstype': 'swap', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'present', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "swap", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "none", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Tuesday 08 July 2025 21:21:17 -0400 (0:00:00.536) 0:06:56.001 ********** ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Tuesday 08 July 2025 21:21:18 -0400 (0:00:01.584) 0:06:57.586 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752019529.3848405, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1750749433.389, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1750749093.526, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3612695417", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Tuesday 08 July 2025 21:21:19 -0400 (0:00:00.984) 0:06:58.570 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Tuesday 08 July 2025 21:21:20 -0400 (0:00:00.199) 0:06:58.770 ********** ok: [managed-node10] TASK [Verify results - 6] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:123 Tuesday 08 July 2025 21:21:21 -0400 (0:00:01.725) 0:07:00.495 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 08 July 2025 21:21:22 -0400 (0:00:00.782) 0:07:01.278 ********** skipping: [managed-node10] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 08 July 2025 21:21:22 -0400 (0:00:00.416) 0:07:01.695 ********** ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_kernel_device": "/dev/sda", "_mount_id": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "_raw_device": "/dev/sda", "_raw_kernel_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "present", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 08 July 2025 21:21:23 -0400 (0:00:00.487) 0:07:02.183 ********** ok: [managed-node10] => { "changed": false, "info": { "/dev/sda": { "fstype": "swap", "label": "", "mountpoint": "[SWAP]", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "0d21da96-067d-49c5-ae77-20a60276bc3f" }, "/dev/sdb": { "fstype": "ext3", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "f1ddfd1e-0faa-4a04-9292-8b5394dfe9be" }, "/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": "97c8d18c-75f2-428f-b993-321f7140f874" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 08 July 2025 21:21:24 -0400 (0:00:01.010) 0:07:03.194 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003291", "end": "2025-07-08 21:21:25.240740", "rc": 0, "start": "2025-07-08 21:21:25.237449" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Jun 24 07:11:33 2025 # # 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=97c8d18c-75f2-428f-b993-321f7140f874 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/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-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 UUID=0d21da96-067d-49c5-ae77-20a60276bc3f none swap defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 08 July 2025 21:21:25 -0400 (0:00:00.959) 0:07:04.153 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002894", "end": "2025-07-08 21:21:26.303792", "failed_when_result": false, "rc": 0, "start": "2025-07-08 21:21:26.300898" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 08 July 2025 21:21:26 -0400 (0:00:01.145) 0:07:05.299 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Tuesday 08 July 2025 21:21:26 -0400 (0:00:00.437) 0:07:05.736 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 => (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': 'swap', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'present', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=0d21da96-067d-49c5-ae77-20a60276bc3f', '_kernel_device': '/dev/sda', '_raw_kernel_device': '/dev/sda'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 08 July 2025 21:21:27 -0400 (0:00:00.617) 0:07:06.353 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 08 July 2025 21:21:28 -0400 (0:00:00.497) 0:07:06.851 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 => (item=mount) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 => (item=fstab) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 => (item=fs) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 => (item=device) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 => (item=encryption) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 => (item=md) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 => (item=size) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 08 July 2025 21:21:29 -0400 (0:00:01.325) 0:07:08.179 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 08 July 2025 21:21:29 -0400 (0:00:00.313) 0:07:08.492 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "1" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 08 July 2025 21:21:30 -0400 (0:00:00.500) 0:07:08.992 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "not storage_test_volume.mount_point is none", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Tuesday 08 July 2025 21:21:31 -0400 (0:00:01.619) 0:07:10.612 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Tuesday 08 July 2025 21:21:32 -0400 (0:00:00.275) 0:07:10.887 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "not storage_test_volume.mount_point is none", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Tuesday 08 July 2025 21:21:32 -0400 (0:00:00.280) 0:07:11.168 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "not storage_test_volume.mount_point is none", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Tuesday 08 July 2025 21:21:32 -0400 (0:00:00.270) 0:07:11.438 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "not storage_test_volume.mount_point is none", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Tuesday 08 July 2025 21:21:32 -0400 (0:00:00.295) 0:07:11.733 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.002887", "end": "2025-07-08 21:21:34.036578", "rc": 0, "start": "2025-07-08 21:21:34.033691" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Tuesday 08 July 2025 21:21:34 -0400 (0:00:01.219) 0:07:12.953 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.003571", "end": "2025-07-08 21:21:34.999168", "rc": 0, "start": "2025-07-08 21:21:34.995597" } STDOUT: Filename Type Size Used Priority /dev/sda partition 10485756 0 -2 TASK [Verify swap status] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Tuesday 08 July 2025 21:21:35 -0400 (0:00:01.063) 0:07:14.017 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Tuesday 08 July 2025 21:21:35 -0400 (0:00:00.543) 0:07:14.561 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 08 July 2025 21:21:36 -0400 (0:00:00.220) 0:07:14.782 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [ "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f " ], "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 08 July 2025 21:21:36 -0400 (0:00:00.663) 0:07:15.445 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 08 July 2025 21:21:37 -0400 (0:00:00.502) 0:07:15.947 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 08 July 2025 21:21:37 -0400 (0:00:00.499) 0:07:16.447 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 08 July 2025 21:21:38 -0400 (0:00:00.488) 0:07:16.935 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Tuesday 08 July 2025 21:21:38 -0400 (0:00:00.529) 0:07:17.465 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 08 July 2025 21:21:38 -0400 (0:00:00.177) 0:07:17.643 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 08 July 2025 21:21:39 -0400 (0:00:00.549) 0:07:18.192 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 08 July 2025 21:21:39 -0400 (0:00:00.494) 0:07:18.687 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752024006.0566916, "attr_flags": "", "attributes": [], "block_size": 512, "blocks": 0, "charset": "binary", "ctime": 1752024006.0406916, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 447, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752024006.0406916, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 08 July 2025 21:21:40 -0400 (0:00:00.915) 0:07:19.602 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 08 July 2025 21:21:41 -0400 (0:00:00.280) 0:07:19.883 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 08 July 2025 21:21:41 -0400 (0:00:00.191) 0:07:20.074 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 08 July 2025 21:21:41 -0400 (0:00:00.245) 0:07:20.320 ********** ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 08 July 2025 21:21:41 -0400 (0:00:00.235) 0:07:20.555 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 08 July 2025 21:21:41 -0400 (0:00:00.186) 0:07:20.742 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 08 July 2025 21:21:42 -0400 (0:00:00.215) 0:07:20.958 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 08 July 2025 21:21:42 -0400 (0:00:00.170) 0:07:21.129 ********** ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 08 July 2025 21:21:44 -0400 (0:00:02.106) 0:07:23.235 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 08 July 2025 21:21:44 -0400 (0:00:00.176) 0:07:23.412 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 08 July 2025 21:21:44 -0400 (0:00:00.179) 0:07:23.591 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 08 July 2025 21:21:45 -0400 (0:00:00.488) 0:07:24.080 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 08 July 2025 21:21:45 -0400 (0:00:00.188) 0:07:24.269 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 08 July 2025 21:21:45 -0400 (0:00:00.207) 0:07:24.476 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Tuesday 08 July 2025 21:21:45 -0400 (0:00:00.225) 0:07:24.701 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Tuesday 08 July 2025 21:21:46 -0400 (0:00:00.200) 0:07:24.902 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Tuesday 08 July 2025 21:21:46 -0400 (0:00:00.205) 0:07:25.107 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Tuesday 08 July 2025 21:21:46 -0400 (0:00:00.517) 0:07:25.625 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Tuesday 08 July 2025 21:21:47 -0400 (0:00:00.432) 0:07:26.058 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Tuesday 08 July 2025 21:21:47 -0400 (0:00:00.450) 0:07:26.509 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Tuesday 08 July 2025 21:21:48 -0400 (0:00:00.434) 0:07:26.944 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Tuesday 08 July 2025 21:21:48 -0400 (0:00:00.441) 0:07:27.389 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 08 July 2025 21:21:48 -0400 (0:00:00.161) 0:07:27.551 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 08 July 2025 21:21:48 -0400 (0:00:00.192) 0:07:27.743 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 08 July 2025 21:21:49 -0400 (0:00:00.168) 0:07:27.912 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 08 July 2025 21:21:49 -0400 (0:00:00.249) 0:07:28.162 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 08 July 2025 21:21:49 -0400 (0:00:00.192) 0:07:28.355 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 08 July 2025 21:21:49 -0400 (0:00:00.192) 0:07:28.548 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 08 July 2025 21:21:49 -0400 (0:00:00.173) 0:07:28.721 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 08 July 2025 21:21:50 -0400 (0:00:00.192) 0:07:28.914 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 08 July 2025 21:21:50 -0400 (0:00:00.207) 0:07:29.122 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 08 July 2025 21:21:50 -0400 (0:00:00.241) 0:07:29.363 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 08 July 2025 21:21:50 -0400 (0:00:00.168) 0:07:29.532 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 08 July 2025 21:21:51 -0400 (0:00:00.347) 0:07:29.879 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 08 July 2025 21:21:51 -0400 (0:00:00.425) 0:07:30.305 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 08 July 2025 21:21:51 -0400 (0:00:00.404) 0:07:30.710 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 08 July 2025 21:21:52 -0400 (0:00:00.212) 0:07:30.923 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"lvm\"", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 08 July 2025 21:21:52 -0400 (0:00:00.499) 0:07:31.423 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 08 July 2025 21:21:53 -0400 (0:00:00.454) 0:07:31.877 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 08 July 2025 21:21:53 -0400 (0:00:00.396) 0:07:32.274 ********** skipping: [managed-node10] => { "false_condition": "storage_test_volume.type == \"lvm\"" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 08 July 2025 21:21:53 -0400 (0:00:00.389) 0:07:32.663 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Tuesday 08 July 2025 21:21:54 -0400 (0:00:00.320) 0:07:32.984 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Tuesday 08 July 2025 21:21:54 -0400 (0:00:00.214) 0:07:33.199 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Tuesday 08 July 2025 21:21:54 -0400 (0:00:00.245) 0:07:33.444 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Tuesday 08 July 2025 21:21:54 -0400 (0:00:00.233) 0:07:33.678 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Tuesday 08 July 2025 21:21:55 -0400 (0:00:00.238) 0:07:33.916 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Tuesday 08 July 2025 21:21:55 -0400 (0:00:00.198) 0:07:34.115 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Tuesday 08 July 2025 21:21:55 -0400 (0:00:00.174) 0:07:34.290 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Tuesday 08 July 2025 21:21:55 -0400 (0:00:00.220) 0:07:34.511 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Tuesday 08 July 2025 21:21:56 -0400 (0:00:00.247) 0:07:34.759 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Tuesday 08 July 2025 21:21:56 -0400 (0:00:00.705) 0:07:35.464 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Tuesday 08 July 2025 21:21:56 -0400 (0:00:00.196) 0:07:35.661 ********** skipping: [managed-node10] => { "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 - 2] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Tuesday 08 July 2025 21:21:57 -0400 (0:00:00.173) 0:07:35.834 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Tuesday 08 July 2025 21:21:57 -0400 (0:00:00.197) 0:07:36.031 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Tuesday 08 July 2025 21:21:57 -0400 (0:00:00.259) 0:07:36.291 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Tuesday 08 July 2025 21:21:57 -0400 (0:00:00.225) 0:07:36.517 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Tuesday 08 July 2025 21:21:58 -0400 (0:00:00.265) 0:07:36.782 ********** ok: [managed-node10] => { "storage_test_actual_size": { "changed": false, "false_condition": "storage_test_volume.type not in ['partition', 'disk']", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size - 2] ************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Tuesday 08 July 2025 21:21:58 -0400 (0:00:00.227) 0:07:37.010 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Tuesday 08 July 2025 21:21:58 -0400 (0:00:00.225) 0:07:37.236 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 08 July 2025 21:21:58 -0400 (0:00:00.377) 0:07:37.613 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 08 July 2025 21:21:59 -0400 (0:00:00.191) 0:07:37.805 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 08 July 2025 21:21:59 -0400 (0:00:00.187) 0:07:37.993 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 08 July 2025 21:21:59 -0400 (0:00:00.232) 0:07:38.225 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 08 July 2025 21:21:59 -0400 (0:00:00.170) 0:07:38.395 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 08 July 2025 21:21:59 -0400 (0:00:00.223) 0:07:38.619 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 08 July 2025 21:22:00 -0400 (0:00:00.175) 0:07:38.794 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 08 July 2025 21:22:00 -0400 (0:00:00.192) 0:07:38.986 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Tuesday 08 July 2025 21:22:00 -0400 (0:00:00.231) 0:07:39.218 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:126 Tuesday 08 July 2025 21:22:00 -0400 (0:00:00.217) 0:07:39.436 ********** included: fedora.linux_system_roles.storage for managed-node10 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 08 July 2025 21:22:01 -0400 (0:00:00.914) 0:07:40.350 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 08 July 2025 21:22:01 -0400 (0:00:00.339) 0:07:40.689 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 08 July 2025 21:22:02 -0400 (0:00:00.372) 0:07:41.062 ********** skipping: [managed-node10] => (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-node10] => (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-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node10] => (item=CentOS_9.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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 08 July 2025 21:22:02 -0400 (0:00:00.563) 0:07:41.626 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 08 July 2025 21:22:03 -0400 (0:00:00.209) 0:07:41.836 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 08 July 2025 21:22:03 -0400 (0:00:00.260) 0:07:42.097 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 08 July 2025 21:22:03 -0400 (0:00:00.204) 0:07:42.310 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 08 July 2025 21:22:03 -0400 (0:00:00.209) 0:07:42.519 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node10 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 08 July 2025 21:22:04 -0400 (0:00:00.508) 0:07:43.028 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 08 July 2025 21:22:04 -0400 (0:00:00.295) 0:07:43.323 ********** ok: [managed-node10] => { "storage_pools | d([])": [] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 08 July 2025 21:22:04 -0400 (0:00:00.397) 0:07:43.721 ********** ok: [managed-node10] => { "storage_volumes | d([])": [ { "disks": [ "sda" ], "mount_point": "/opt/test", "name": "test1", "state": "absent", "type": "disk" }, { "disks": [ "sdb" ], "mount_point": "none", "name": "test2", "state": "absent", "type": "disk" } ] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 08 July 2025 21:22:05 -0400 (0:00:00.474) 0:07:44.195 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Tuesday 08 July 2025 21:22:05 -0400 (0:00:00.195) 0:07:44.390 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Tuesday 08 July 2025 21:22:05 -0400 (0:00:00.207) 0:07:44.598 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Tuesday 08 July 2025 21:22:06 -0400 (0:00:00.245) 0:07:44.843 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Tuesday 08 July 2025 21:22:06 -0400 (0:00:00.198) 0:07:45.042 ********** ok: [managed-node10] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Tuesday 08 July 2025 21:22:06 -0400 (0:00:00.471) 0:07:45.513 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Tuesday 08 July 2025 21:22:06 -0400 (0:00:00.192) 0:07:45.706 ********** changed: [managed-node10] => { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=f1ddfd1e-0faa-4a04-9292-8b5394dfe9be", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Tuesday 08 July 2025 21:22:09 -0400 (0:00:02.491) 0:07:48.197 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Tuesday 08 July 2025 21:22:09 -0400 (0:00:00.380) 0:07:48.578 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752024017.894778, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "500430e694897a44741ae37f31ec01cdbc7603dc", "ctime": 1752024015.5207608, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 209715348, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1752024015.5207608, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1431, "uid": 0, "version": "2952052967", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Tuesday 08 July 2025 21:22:10 -0400 (0:00:00.858) 0:07:49.437 ********** ok: [managed-node10] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Tuesday 08 July 2025 21:22:11 -0400 (0:00:00.939) 0:07:50.380 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Tuesday 08 July 2025 21:22:11 -0400 (0:00:00.152) 0:07:50.533 ********** ok: [managed-node10] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdb", "fs_type": "ext3" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "swap" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "swap", "path": "none", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [], "volumes": [ { "_device": "/dev/sda", "_mount_id": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=f1ddfd1e-0faa-4a04-9292-8b5394dfe9be", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Tuesday 08 July 2025 21:22:12 -0400 (0:00:00.268) 0:07:50.801 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Tuesday 08 July 2025 21:22:12 -0400 (0:00:00.209) 0:07:51.011 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=f1ddfd1e-0faa-4a04-9292-8b5394dfe9be", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Tuesday 08 July 2025 21:22:12 -0400 (0:00:00.271) 0:07:51.283 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node10] => (item={'src': 'UUID=0d21da96-067d-49c5-ae77-20a60276bc3f', 'path': 'none', 'state': 'absent', 'fstype': 'swap'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "swap", "mount_info": { "fstype": "swap", "path": "none", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "state": "absent" }, "name": "none", "opts": "defaults", "passno": "0", "src": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Tuesday 08 July 2025 21:22:13 -0400 (0:00:01.282) 0:07:52.565 ********** ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Tuesday 08 July 2025 21:22:15 -0400 (0:00:01.471) 0:07:54.037 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Tuesday 08 July 2025 21:22:15 -0400 (0:00:00.404) 0:07:54.441 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Tuesday 08 July 2025 21:22:16 -0400 (0:00:00.404) 0:07:54.846 ********** ok: [managed-node10] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Tuesday 08 July 2025 21:22:17 -0400 (0:00:01.445) 0:07:56.291 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752019529.3848405, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1750749433.389, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1750749093.526, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3612695417", "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-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Tuesday 08 July 2025 21:22:18 -0400 (0:00:00.780) 0:07:57.072 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Tuesday 08 July 2025 21:22:18 -0400 (0:00:00.118) 0:07:57.191 ********** ok: [managed-node10] TASK [Verify results - 7] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:142 Tuesday 08 July 2025 21:22:20 -0400 (0:00:01.668) 0:07:58.860 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node10 TASK [Print out pool information] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 08 July 2025 21:22:21 -0400 (0:00:01.010) 0:07:59.871 ********** skipping: [managed-node10] => { "false_condition": "_storage_pools_list | length > 0" } TASK [Print out volume information] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 08 July 2025 21:22:21 -0400 (0:00:00.305) 0:08:00.176 ********** ok: [managed-node10] => { "_storage_volumes_list": [ { "_device": "/dev/sda", "_mount_id": "UUID=0d21da96-067d-49c5-ae77-20a60276bc3f", "_raw_device": "/dev/sda", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "swap", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test", "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null }, { "_device": "/dev/sdb", "_mount_id": "UUID=f1ddfd1e-0faa-4a04-9292-8b5394dfe9be", "_raw_device": "/dev/sdb", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "none", "mount_user": null, "name": "test2", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 10737418240, "state": "absent", "thin": null, "thin_pool_name": null, "thin_pool_size": null, "type": "disk", "vdo_pool_size": null } ] } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 08 July 2025 21:22:21 -0400 (0:00:00.390) 0:08:00.567 ********** ok: [managed-node10] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "97c8d18c-75f2-428f-b993-321f7140f874" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 08 July 2025 21:22:22 -0400 (0:00:00.984) 0:08:01.552 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003268", "end": "2025-07-08 21:22:23.492985", "rc": 0, "start": "2025-07-08 21:22:23.489717" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Jun 24 07:11:33 2025 # # 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=97c8d18c-75f2-428f-b993-321f7140f874 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/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-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 08 July 2025 21:22:23 -0400 (0:00:00.866) 0:08:02.418 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002838", "end": "2025-07-08 21:22:24.390573", "failed_when_result": false, "rc": 0, "start": "2025-07-08 21:22:24.387735" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 08 July 2025 21:22:24 -0400 (0:00:00.875) 0:08:03.294 ********** skipping: [managed-node10] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:43 Tuesday 08 July 2025 21:22:24 -0400 (0:00:00.419) 0:08:03.713 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 => (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': 'swap', 'mount_options': 'defaults', 'mount_point': '/opt/test', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': 10737418240, 'state': 'absent', 'type': 'disk', 'disks': ['sda'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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/sda', '_raw_device': '/dev/sda', '_mount_id': 'UUID=0d21da96-067d-49c5-ae77-20a60276bc3f'}) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node10 => (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': 'ext3', 'mount_options': 'defaults', 'mount_point': 'none', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test2', 'raid_level': None, 'size': 10737418240, 'state': 'absent', 'type': 'disk', 'disks': ['sdb'], 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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/sdb', '_raw_device': '/dev/sdb', '_mount_id': 'UUID=f1ddfd1e-0faa-4a04-9292-8b5394dfe9be'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 08 July 2025 21:22:25 -0400 (0:00:00.622) 0:08:04.336 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 08 July 2025 21:22:26 -0400 (0:00:00.427) 0:08:04.764 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 => (item=mount) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 => (item=fstab) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 => (item=fs) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 => (item=device) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 => (item=encryption) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 => (item=md) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 => (item=size) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 08 July 2025 21:22:27 -0400 (0:00:01.105) 0:08:05.869 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sda" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 08 July 2025 21:22:27 -0400 (0:00:00.256) 0:08:06.126 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "[SWAP]", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 08 July 2025 21:22:27 -0400 (0:00:00.444) 0:08:06.571 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Tuesday 08 July 2025 21:22:28 -0400 (0:00:00.417) 0:08:06.989 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Tuesday 08 July 2025 21:22:28 -0400 (0:00:00.224) 0:08:07.213 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Tuesday 08 July 2025 21:22:28 -0400 (0:00:00.142) 0:08:07.355 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Tuesday 08 July 2025 21:22:28 -0400 (0:00:00.179) 0:08:07.534 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Tuesday 08 July 2025 21:22:28 -0400 (0:00:00.186) 0:08:07.721 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "realpath", "/dev/sda" ], "delta": "0:00:00.003085", "end": "2025-07-08 21:22:29.814082", "rc": 0, "start": "2025-07-08 21:22:29.810997" } STDOUT: /dev/sda TASK [Gather swap info] ******************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Tuesday 08 July 2025 21:22:29 -0400 (0:00:01.005) 0:08:08.727 ********** ok: [managed-node10] => { "changed": false, "cmd": [ "cat", "/proc/swaps" ], "delta": "0:00:00.002942", "end": "2025-07-08 21:22:30.633364", "rc": 0, "start": "2025-07-08 21:22:30.630422" } STDOUT: Filename Type Size Used Priority TASK [Verify swap status] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Tuesday 08 July 2025 21:22:30 -0400 (0:00:00.773) 0:08:09.500 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Unset facts] ************************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Tuesday 08 July 2025 21:22:31 -0400 (0:00:00.313) 0:08:09.814 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 08 July 2025 21:22:31 -0400 (0:00:00.122) 0:08:09.936 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 08 July 2025 21:22:31 -0400 (0:00:00.437) 0:08:10.374 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 08 July 2025 21:22:31 -0400 (0:00:00.213) 0:08:10.588 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 08 July 2025 21:22:32 -0400 (0:00:00.285) 0:08:10.874 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 08 July 2025 21:22:32 -0400 (0:00:00.209) 0:08:11.084 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Tuesday 08 July 2025 21:22:32 -0400 (0:00:00.266) 0:08:11.350 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 08 July 2025 21:22:32 -0400 (0:00:00.132) 0:08:11.483 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 08 July 2025 21:22:32 -0400 (0:00:00.190) 0:08:11.674 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 08 July 2025 21:22:33 -0400 (0:00:00.297) 0:08:11.971 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752024129.2305896, "attr_flags": "", "attributes": [], "block_size": 512, "blocks": 0, "charset": "binary", "ctime": 1752024129.2305896, "dev": 5, "device_type": 2048, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 447, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752024129.2305896, "nlink": 1, "path": "/dev/sda", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 08 July 2025 21:22:33 -0400 (0:00:00.698) 0:08:12.670 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 08 July 2025 21:22:34 -0400 (0:00:00.181) 0:08:12.852 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 08 July 2025 21:22:34 -0400 (0:00:00.133) 0:08:12.985 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 08 July 2025 21:22:34 -0400 (0:00:00.125) 0:08:13.110 ********** ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 08 July 2025 21:22:34 -0400 (0:00:00.128) 0:08:13.239 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 08 July 2025 21:22:34 -0400 (0:00:00.117) 0:08:13.356 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 08 July 2025 21:22:34 -0400 (0:00:00.109) 0:08:13.466 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 08 July 2025 21:22:34 -0400 (0:00:00.142) 0:08:13.609 ********** ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 08 July 2025 21:22:36 -0400 (0:00:01.827) 0:08:15.436 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 08 July 2025 21:22:36 -0400 (0:00:00.101) 0:08:15.537 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 08 July 2025 21:22:36 -0400 (0:00:00.071) 0:08:15.609 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 08 July 2025 21:22:36 -0400 (0:00:00.077) 0:08:15.686 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 08 July 2025 21:22:37 -0400 (0:00:00.128) 0:08:15.815 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 08 July 2025 21:22:37 -0400 (0:00:00.125) 0:08:15.949 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Tuesday 08 July 2025 21:22:37 -0400 (0:00:00.124) 0:08:16.073 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Tuesday 08 July 2025 21:22:37 -0400 (0:00:00.128) 0:08:16.202 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Tuesday 08 July 2025 21:22:37 -0400 (0:00:00.071) 0:08:16.274 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Tuesday 08 July 2025 21:22:37 -0400 (0:00:00.190) 0:08:16.464 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Tuesday 08 July 2025 21:22:37 -0400 (0:00:00.263) 0:08:16.728 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Tuesday 08 July 2025 21:22:38 -0400 (0:00:00.245) 0:08:16.973 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Tuesday 08 July 2025 21:22:38 -0400 (0:00:00.232) 0:08:17.206 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Tuesday 08 July 2025 21:22:38 -0400 (0:00:00.219) 0:08:17.426 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 08 July 2025 21:22:38 -0400 (0:00:00.101) 0:08:17.527 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 08 July 2025 21:22:38 -0400 (0:00:00.112) 0:08:17.640 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 08 July 2025 21:22:38 -0400 (0:00:00.104) 0:08:17.744 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 08 July 2025 21:22:39 -0400 (0:00:00.097) 0:08:17.842 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 08 July 2025 21:22:39 -0400 (0:00:00.128) 0:08:17.971 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 08 July 2025 21:22:39 -0400 (0:00:00.086) 0:08:18.057 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 08 July 2025 21:22:39 -0400 (0:00:00.098) 0:08:18.156 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 08 July 2025 21:22:39 -0400 (0:00:00.123) 0:08:18.280 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 08 July 2025 21:22:39 -0400 (0:00:00.121) 0:08:18.402 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 08 July 2025 21:22:39 -0400 (0:00:00.113) 0:08:18.515 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 08 July 2025 21:22:40 -0400 (0:00:00.406) 0:08:18.923 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 08 July 2025 21:22:40 -0400 (0:00:00.138) 0:08:19.062 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 08 July 2025 21:22:40 -0400 (0:00:00.185) 0:08:19.248 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 08 July 2025 21:22:40 -0400 (0:00:00.227) 0:08:19.476 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 08 July 2025 21:22:40 -0400 (0:00:00.151) 0:08:19.628 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 08 July 2025 21:22:41 -0400 (0:00:00.222) 0:08:19.850 ********** skipping: [managed-node10] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 08 July 2025 21:22:41 -0400 (0:00:00.240) 0:08:20.091 ********** skipping: [managed-node10] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 08 July 2025 21:22:41 -0400 (0:00:00.194) 0:08:20.286 ********** skipping: [managed-node10] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 08 July 2025 21:22:41 -0400 (0:00:00.190) 0:08:20.476 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Tuesday 08 July 2025 21:22:41 -0400 (0:00:00.207) 0:08:20.683 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Tuesday 08 July 2025 21:22:42 -0400 (0:00:00.143) 0:08:20.827 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Tuesday 08 July 2025 21:22:42 -0400 (0:00:00.146) 0:08:20.974 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Tuesday 08 July 2025 21:22:42 -0400 (0:00:00.140) 0:08:21.114 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Tuesday 08 July 2025 21:22:42 -0400 (0:00:00.137) 0:08:21.252 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Tuesday 08 July 2025 21:22:42 -0400 (0:00:00.128) 0:08:21.380 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Tuesday 08 July 2025 21:22:42 -0400 (0:00:00.168) 0:08:21.549 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Tuesday 08 July 2025 21:22:42 -0400 (0:00:00.154) 0:08:21.704 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Tuesday 08 July 2025 21:22:43 -0400 (0:00:00.136) 0:08:21.840 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Tuesday 08 July 2025 21:22:43 -0400 (0:00:00.161) 0:08:22.001 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Tuesday 08 July 2025 21:22:43 -0400 (0:00:00.159) 0:08:22.161 ********** skipping: [managed-node10] => { "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 - 2] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Tuesday 08 July 2025 21:22:43 -0400 (0:00:00.141) 0:08:22.302 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Tuesday 08 July 2025 21:22:43 -0400 (0:00:00.162) 0:08:22.465 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Tuesday 08 July 2025 21:22:43 -0400 (0:00:00.128) 0:08:22.593 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Tuesday 08 July 2025 21:22:43 -0400 (0:00:00.155) 0:08:22.749 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Tuesday 08 July 2025 21:22:44 -0400 (0:00:00.150) 0:08:22.900 ********** ok: [managed-node10] => { "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 - 2] ************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Tuesday 08 July 2025 21:22:44 -0400 (0:00:00.132) 0:08:23.032 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Tuesday 08 July 2025 21:22:44 -0400 (0:00:00.113) 0:08:23.145 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 08 July 2025 21:22:44 -0400 (0:00:00.199) 0:08:23.349 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 08 July 2025 21:22:44 -0400 (0:00:00.138) 0:08:23.487 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 08 July 2025 21:22:44 -0400 (0:00:00.093) 0:08:23.581 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 08 July 2025 21:22:44 -0400 (0:00:00.095) 0:08:23.677 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 08 July 2025 21:22:45 -0400 (0:00:00.087) 0:08:23.764 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 08 July 2025 21:22:45 -0400 (0:00:00.124) 0:08:23.888 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 08 July 2025 21:22:45 -0400 (0:00:00.125) 0:08:24.014 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 08 July 2025 21:22:45 -0400 (0:00:00.106) 0:08:24.120 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 08 July 2025 21:22:45 -0400 (0:00:00.130) 0:08:24.251 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for storage_test_volume_subset] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 08 July 2025 21:22:45 -0400 (0:00:00.225) 0:08:24.477 ********** included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node10 => (item=mount) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node10 => (item=fstab) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node10 => (item=fs) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node10 => (item=device) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node10 => (item=encryption) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node10 => (item=md) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node10 => (item=size) included: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node10 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 08 July 2025 21:22:46 -0400 (0:00:00.675) 0:08:25.152 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_device_path": "/dev/sdb" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 08 July 2025 21:22:46 -0400 (0:00:00.192) 0:08:25.344 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 08 July 2025 21:22:46 -0400 (0:00:00.280) 0:08:25.624 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:32 Tuesday 08 July 2025 21:22:47 -0400 (0:00:00.131) 0:08:25.756 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:40 Tuesday 08 July 2025 21:22:47 -0400 (0:00:00.057) 0:08:25.813 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:51 Tuesday 08 July 2025 21:22:47 -0400 (0:00:00.063) 0:08:25.876 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:62 Tuesday 08 July 2025 21:22:47 -0400 (0:00:00.127) 0:08:26.004 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:76 Tuesday 08 July 2025 21:22:47 -0400 (0:00:00.089) 0:08:26.094 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:82 Tuesday 08 July 2025 21:22:47 -0400 (0:00:00.067) 0:08:26.161 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:88 Tuesday 08 July 2025 21:22:47 -0400 (0:00:00.046) 0:08:26.208 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:98 Tuesday 08 July 2025 21:22:47 -0400 (0:00:00.089) 0:08:26.298 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 08 July 2025 21:22:47 -0400 (0:00:00.112) 0:08:26.410 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 08 July 2025 21:22:47 -0400 (0:00:00.311) 0:08:26.722 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 08 July 2025 21:22:48 -0400 (0:00:00.170) 0:08:26.892 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 08 July 2025 21:22:48 -0400 (0:00:00.213) 0:08:27.105 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 08 July 2025 21:22:48 -0400 (0:00:00.198) 0:08:27.304 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Tuesday 08 July 2025 21:22:48 -0400 (0:00:00.218) 0:08:27.523 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": null, "storage_test_fstab_expected_mount_options_matches": null, "storage_test_fstab_expected_mount_point_matches": null, "storage_test_fstab_id_matches": null, "storage_test_fstab_mount_options_matches": null, "storage_test_fstab_mount_point_matches": null }, "changed": false } TASK [Verify fs type] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 08 July 2025 21:22:48 -0400 (0:00:00.069) 0:08:27.592 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 08 July 2025 21:22:49 -0400 (0:00:00.204) 0:08:27.797 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 08 July 2025 21:22:49 -0400 (0:00:00.256) 0:08:28.053 ********** ok: [managed-node10] => { "changed": false, "stat": { "atime": 1752024129.1815894, "attr_flags": "", "attributes": [], "block_size": 512, "blocks": 0, "charset": "binary", "ctime": 1752024129.1815894, "dev": 5, "device_type": 2064, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 451, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/blockdevice", "mode": "0660", "mtime": 1752024129.1815894, "nlink": 1, "path": "/dev/sdb", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 08 July 2025 21:22:49 -0400 (0:00:00.674) 0:08:28.728 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node - 2] ********************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 08 July 2025 21:22:50 -0400 (0:00:00.187) 0:08:28.915 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 08 July 2025 21:22:50 -0400 (0:00:00.158) 0:08:29.074 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 08 July 2025 21:22:50 -0400 (0:00:00.110) 0:08:29.184 ********** ok: [managed-node10] => { "ansible_facts": { "st_volume_type": "disk" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 08 July 2025 21:22:50 -0400 (0:00:00.139) 0:08:29.323 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 08 July 2025 21:22:50 -0400 (0:00:00.125) 0:08:29.449 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 08 July 2025 21:22:51 -0400 (0:00:00.418) 0:08:29.867 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 08 July 2025 21:22:51 -0400 (0:00:00.125) 0:08:29.993 ********** ok: [managed-node10] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 08 July 2025 21:22:53 -0400 (0:00:01.782) 0:08:31.776 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 08 July 2025 21:22:53 -0400 (0:00:00.128) 0:08:31.905 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 08 July 2025 21:22:53 -0400 (0:00:00.118) 0:08:32.023 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 08 July 2025 21:22:53 -0400 (0:00:00.104) 0:08:32.128 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 08 July 2025 21:22:53 -0400 (0:00:00.107) 0:08:32.236 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 08 July 2025 21:22:53 -0400 (0:00:00.122) 0:08:32.358 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:64 Tuesday 08 July 2025 21:22:53 -0400 (0:00:00.123) 0:08:32.482 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:77 Tuesday 08 July 2025 21:22:53 -0400 (0:00:00.137) 0:08:32.619 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:90 Tuesday 08 July 2025 21:22:53 -0400 (0:00:00.092) 0:08:32.711 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:96 Tuesday 08 July 2025 21:22:54 -0400 (0:00:00.286) 0:08:32.997 ********** ok: [managed-node10] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:103 Tuesday 08 July 2025 21:22:54 -0400 (0:00:00.306) 0:08:33.304 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:111 Tuesday 08 July 2025 21:22:54 -0400 (0:00:00.247) 0:08:33.552 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:119 Tuesday 08 July 2025 21:22:55 -0400 (0:00:00.201) 0:08:33.754 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:127 Tuesday 08 July 2025 21:22:55 -0400 (0:00:00.228) 0:08:33.982 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } TASK [Get information about RAID] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 08 July 2025 21:22:55 -0400 (0:00:00.128) 0:08:34.111 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 08 July 2025 21:22:55 -0400 (0:00:00.127) 0:08:34.238 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 08 July 2025 21:22:55 -0400 (0:00:00.128) 0:08:34.367 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 08 July 2025 21:22:55 -0400 (0:00:00.108) 0:08:34.475 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 08 July 2025 21:22:55 -0400 (0:00:00.109) 0:08:34.585 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 08 July 2025 21:22:55 -0400 (0:00:00.106) 0:08:34.691 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 08 July 2025 21:22:56 -0400 (0:00:00.097) 0:08:34.789 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 08 July 2025 21:22:56 -0400 (0:00:00.146) 0:08:34.935 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 08 July 2025 21:22:56 -0400 (0:00:00.166) 0:08:35.101 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 08 July 2025 21:22:56 -0400 (0:00:00.144) 0:08:35.246 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 08 July 2025 21:22:56 -0400 (0:00:00.132) 0:08:35.378 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 08 July 2025 21:22:56 -0400 (0:00:00.242) 0:08:35.621 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 08 July 2025 21:22:57 -0400 (0:00:00.205) 0:08:35.827 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 08 July 2025 21:22:57 -0400 (0:00:00.254) 0:08:36.082 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 08 July 2025 21:22:57 -0400 (0:00:00.148) 0:08:36.231 ********** skipping: [managed-node10] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 08 July 2025 21:22:57 -0400 (0:00:00.312) 0:08:36.543 ********** skipping: [managed-node10] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 08 July 2025 21:22:58 -0400 (0:00:00.314) 0:08:36.858 ********** skipping: [managed-node10] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 08 July 2025 21:22:58 -0400 (0:00:00.279) 0:08:37.138 ********** skipping: [managed-node10] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 08 July 2025 21:22:58 -0400 (0:00:00.286) 0:08:37.424 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:68 Tuesday 08 July 2025 21:22:58 -0400 (0:00:00.305) 0:08:37.730 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:72 Tuesday 08 July 2025 21:22:59 -0400 (0:00:00.211) 0:08:37.941 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:77 Tuesday 08 July 2025 21:22:59 -0400 (0:00:00.070) 0:08:38.012 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:83 Tuesday 08 July 2025 21:22:59 -0400 (0:00:00.061) 0:08:38.073 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:87 Tuesday 08 July 2025 21:22:59 -0400 (0:00:00.079) 0:08:38.153 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:92 Tuesday 08 July 2025 21:22:59 -0400 (0:00:00.119) 0:08:38.272 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:97 Tuesday 08 July 2025 21:22:59 -0400 (0:00:00.158) 0:08:38.430 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:102 Tuesday 08 July 2025 21:22:59 -0400 (0:00:00.186) 0:08:38.616 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:106 Tuesday 08 July 2025 21:23:00 -0400 (0:00:00.158) 0:08:38.775 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:110 Tuesday 08 July 2025 21:23:00 -0400 (0:00:00.200) 0:08:38.976 ********** skipping: [managed-node10] => { "false_condition": "not storage_test_volume.thin is none" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:114 Tuesday 08 July 2025 21:23:00 -0400 (0:00:00.131) 0:08:39.107 ********** skipping: [managed-node10] => { "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 - 2] *** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:121 Tuesday 08 July 2025 21:23:00 -0400 (0:00:00.105) 0:08:39.212 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:128 Tuesday 08 July 2025 21:23:00 -0400 (0:00:00.145) 0:08:39.358 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:132 Tuesday 08 July 2025 21:23:00 -0400 (0:00:00.211) 0:08:39.570 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:138 Tuesday 08 July 2025 21:23:00 -0400 (0:00:00.166) 0:08:39.736 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:144 Tuesday 08 July 2025 21:23:01 -0400 (0:00:00.157) 0:08:39.894 ********** ok: [managed-node10] => { "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 - 2] ************************************************** task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:148 Tuesday 08 July 2025 21:23:01 -0400 (0:00:00.133) 0:08:40.028 ********** ok: [managed-node10] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:152 Tuesday 08 July 2025 21:23:01 -0400 (0:00:00.100) 0:08:40.128 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 08 July 2025 21:23:01 -0400 (0:00:00.152) 0:08:40.280 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 08 July 2025 21:23:01 -0400 (0:00:00.099) 0:08:40.380 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 08 July 2025 21:23:01 -0400 (0:00:00.075) 0:08:40.456 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 08 July 2025 21:23:01 -0400 (0:00:00.113) 0:08:40.570 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 08 July 2025 21:23:01 -0400 (0:00:00.123) 0:08:40.694 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 08 July 2025 21:23:02 -0400 (0:00:00.111) 0:08:40.806 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 08 July 2025 21:23:02 -0400 (0:00:00.111) 0:08:40.917 ********** skipping: [managed-node10] => { "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-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 08 July 2025 21:23:02 -0400 (0:00:00.105) 0:08:41.023 ********** ok: [managed-node10] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:52 Tuesday 08 July 2025 21:23:02 -0400 (0:00:00.106) 0:08:41.130 ********** ok: [managed-node10] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* managed-node10 : ok=494 changed=11 unreachable=0 failed=0 skipped=631 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 08 July 2025 21:23:02 -0400 (0:00:00.040) 0:08:41.170 ********** =============================================================================== Gathering Facts --------------------------------------------------------- 5.97s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/tests_swap.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.43s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 5.22s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.19s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Get service facts ------------------- 4.64s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 fedora.linux_system_roles.storage : Make sure blivet is available ------- 4.59s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Get required packages --------------- 4.21s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Update facts ------------------------ 3.86s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 fedora.linux_system_roles.storage : Set up new/current mounts ----------- 3.33s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present --- 3.08s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 fedora.linux_system_roles.storage : Check if system is ostree ----------- 3.02s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Find unused disks in the system ----------------------------------------- 2.98s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.58s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.58s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Ensure test packages ---------------------------------------------------- 2.53s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.49s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Read the /etc/fstab file for volume existence --------------------------- 2.44s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Ensure cryptsetup is present -------------------------------------------- 2.40s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Collect info about the volumes. ----------------------------------------- 2.39s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Ensure cryptsetup is present -------------------------------------------- 2.39s /tmp/collections-P9p/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10